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
8
namespace
ReUseX::vision
{
17
auto
project
(
const
std::filesystem::path &dbPath,
CloudConstPtr
cloud)
18
->
CloudLPtr
;
19
}
// namespace ReUseX::vision
ReUseX::vision
Definition
annotate.hpp:25
ReUseX::vision::project
auto project(const std::filesystem::path &dbPath, CloudConstPtr cloud) -> CloudLPtr
Project the labels stored in the database on tho the assebled point cloud.
ReUseX::CloudLPtr
typename CloudL::Ptr CloudLPtr
Definition
types.hpp:30
ReUseX::CloudConstPtr
typename Cloud::ConstPtr CloudConstPtr
Definition
types.hpp:23
libs
reusex
include
ReUseX
vision
project.hpp
Generated by
1.16.1