|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <filesystem>
Go to the source code of this file.
Classes | |
| struct | reusex::vision::AnnotationConfig |
| Configuration for ML annotation inference and data loading. More... | |
Namespaces | |
| namespace | reusex |
| namespace | reusex::vision |
Functions | |
| auto | reusex::vision::annotate (const std::filesystem::path &dbPath, const std::filesystem::path &modelPath, const AnnotationConfig &config=AnnotationConfig{}) -> int |
| Run semantic annotation on sensor frames using ML models. | |