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