ReUseX  0.0.5
3D Point Cloud Processing for Building Reuse
Loading...
Searching...
No Matches
Sam3Type.hpp File Reference
#include <array>
#include <string>
#include <utility>
#include <vector>
Include dependency graph for Sam3Type.hpp:

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].