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
8namespace ReUseX::vision {
9auto annotateRTABMap(const std::filesystem::path &dbPath,
10 const std::filesystem::path &modelPath, bool isCuda)
11 -> int;
12auto annotate(const std::filesystem::path &dbPath,
13 const std::filesystem::path &modelPath) -> int;
14} // namespace ReUseX::vision
auto annotateRTABMap(const std::filesystem::path &dbPath, const std::filesystem::path &modelPath, bool isCuda) -> int
auto annotate(const std::filesystem::path &dbPath, const std::filesystem::path &modelPath) -> int