ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
annotate.hpp File Reference
#include <filesystem>
Include dependency graph for annotate.hpp:

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.