ReUseX  0.0.5
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 "reusex/types.hpp"
7
8namespace reusex {
9class ProjectDB;
10}
11
12namespace reusex::vision {
22} // namespace reusex::vision
auto project(ProjectDB &db, CloudConstPtr cloud) -> CloudLPtr
Project the labels stored in the database on tho the assebled point cloud.
typename CloudL::Ptr CloudLPtr
Definition types.hpp:35
typename Cloud::ConstPtr CloudConstPtr
Definition types.hpp:28