|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
A single SAM3 prompt unit with text and optional box prompts. More...
#include <Sam3Type.hpp>

Public Member Functions | |
| Sam3PromptUnit ()=default | |
| Sam3PromptUnit (const std::string &t, const std::vector< BoxPrompt > &b={}) | |
Public Attributes | |
| std::string | text |
| std::vector< BoxPrompt > | boxes |
A single SAM3 prompt unit with text and optional box prompts.
Definition at line 18 of file Sam3Type.hpp.
|
default |
|
inline |
Definition at line 22 of file Sam3Type.hpp.
| std::vector<BoxPrompt> reusex::vision::onnx::Sam3PromptUnit::boxes |
Definition at line 20 of file Sam3Type.hpp.
| std::string reusex::vision::onnx::Sam3PromptUnit::text |
Definition at line 19 of file Sam3Type.hpp.