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
// #include "ReUseX/rtabmapTorchDataset.hpp"
9
// #include "ReUseX/Yolo.hpp"
10
11
// #include <spdlog/spdlog.h>
12
// #include <spdlog/stopwatch.h>
13
//
14
// #include <fmt/format.h>
15
// #include <fmt/std.h>
16
17
// #include "spdmon/spdmon.hpp"
18
19
// #include <rtabmap/core/DBDriver.h>
20
// #include <rtabmap/core/DBDriverSqlite3.h>
21
// #include <rtabmap/core/Graph.h>
22
// #include <rtabmap/core/Parameters.h>
23
// #include <rtabmap/core/Rtabmap.h>
24
25
namespace
ReUseX::vision
{
26
auto
annotateRTABMap
(
const
std::filesystem::path &dbPath,
27
const
std::filesystem::path &modelPath,
bool
isCuda)
28
-> int;
29
auto
annotate
(
const
std::filesystem::path &dbPath,
30
const
std::filesystem::path &modelPath) -> int;
31
}
// namespace ReUseX::vision
ReUseX::vision
Definition
annotate.hpp:25
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
ReUseX
vision
annotate.hpp
Generated by
1.16.1