ReUseX  0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
project.hpp
Go to the documentation of this file.
1// SPDX-FileCopyrightText: 2025 Povl Filip Sonne-Frederiksen
2//
3// SPDX-License-Identifier: GPL-3.0-or-later
4
5#pragma once
6#include <filesystem>
7
8namespace ReUseX::vision {
17auto project(const std::filesystem::path &dbPath, CloudConstPtr cloud)
18 -> CloudLPtr;
19} // namespace ReUseX::vision
auto project(const std::filesystem::path &dbPath, CloudConstPtr cloud) -> CloudLPtr
Project the labels stored in the database on tho the assebled point cloud.
typename CloudL::Ptr CloudLPtr
Definition types.hpp:30
typename Cloud::ConstPtr CloudConstPtr
Definition types.hpp:23