|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
#include <array>#include <string>#include <utility>#include <vector>
Go to the source code of this file.
Classes | |
| struct | reusex::vision::onnx::Sam3PromptUnit |
| A single SAM3 prompt unit with text and optional box prompts. More... | |
Namespaces | |
| namespace | reusex |
| namespace | reusex::vision |
| namespace | reusex::vision::onnx |
Typedefs | |
| using | reusex::vision::onnx::BoxPrompt = std::pair<std::string, std::array<float, 4>> |
| A bounding-box prompt: label ("pos"/"neg") and [x1, y1, x2, y2]. | |