ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
annotate.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
{
9
auto
annotateRTABMap
(
const
std::filesystem::path &dbPath,
10
const
std::filesystem::path &modelPath,
bool
isCuda)
11
-> int;
12
auto
annotate
(
const
std::filesystem::path &dbPath,
13
const
std::filesystem::path &modelPath) -> int;
14
}
// namespace ReUseX::vision
ReUseX::vision
Definition
annotate.hpp:8
ReUseX::vision::annotateRTABMap
auto annotateRTABMap(const std::filesystem::path &dbPath, const std::filesystem::path &modelPath, bool isCuda) -> int
ReUseX::vision::annotate
auto annotate(const std::filesystem::path &dbPath, const std::filesystem::path &modelPath) -> int
libs
reusex
include
vision
annotate.hpp
Generated by
1.16.1