|
ReUseX
0.0.1
3D Point Cloud Processing for Building Reuse
|
#include <Sam3Type.hpp>

Public Member Functions | |
| Sam3Input ()=default | |
| Sam3Input (const cv::Mat &img) | |
| Sam3Input (const cv::Mat &img, const std::vector< Sam3PromptUnit > &p, float conf) | |
Public Attributes | |
| float | confidence_threshold |
| cv::Mat | image |
| std::vector< Sam3PromptUnit > | prompts |
Definition at line 23 of file Sam3Type.hpp.
|
default |
|
inline |
Definition at line 29 of file Sam3Type.hpp.
References image.
|
inline |
Definition at line 30 of file Sam3Type.hpp.
References confidence_threshold, image, and prompts.
| float ReUseX::vision::tensor_rt::Sam3Input::confidence_threshold |
Definition at line 24 of file Sam3Type.hpp.
Referenced by Sam3Input().
| cv::Mat ReUseX::vision::tensor_rt::Sam3Input::image |
Definition at line 25 of file Sam3Type.hpp.
Referenced by Sam3Input(), and Sam3Input().
| std::vector<Sam3PromptUnit> ReUseX::vision::tensor_rt::Sam3Input::prompts |
Definition at line 27 of file Sam3Type.hpp.
Referenced by Sam3Input().