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 "reusex/types.hpp"
7
8
#include <filesystem>
9
10
namespace
ReUseX::vision
{
19
auto
project
(
const
std::filesystem::path &dbPath,
CloudConstPtr
cloud)
20
->
CloudLPtr
;
21
}
// namespace ReUseX::vision
ReUseX::vision
Definition
annotate.hpp:8
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:33
ReUseX::CloudConstPtr
typename Cloud::ConstPtr CloudConstPtr
Definition
types.hpp:26
libs
reusex
include
vision
project.hpp
Generated by
1.16.1