|
ReUseX
0.0.5
3D Point Cloud Processing for Building Reuse
|
Data carrier for ONNX Runtime SAM3 inference pipeline. More...
#include <Sam3Data.hpp>


Public Attributes | |
| cv::Mat | image |
| Input image (BGR, HWC) / Output label image (CV_32S). | |
| std::vector< Sam3PromptUnit > | prompts |
| Text prompts for semantic segmentation classes. | |
| float | confidence_threshold = 0.5f |
| Minimum confidence for detections. | |
Additional Inherited Members | |
| Public Member Functions inherited from reusex::vision::IData | |
| virtual | ~IData ()=default |
Data carrier for ONNX Runtime SAM3 inference pipeline.
Holds the input image, text prompts, confidence threshold, and the output label image for a single sample processed through the ONNX SAM3 model.
Definition at line 19 of file Sam3Data.hpp.
| float reusex::vision::onnx::ONNXSam3Data::confidence_threshold = 0.5f |
Minimum confidence for detections.
Definition at line 39 of file Sam3Data.hpp.
| cv::Mat reusex::vision::onnx::ONNXSam3Data::image |
Input image (BGR, HWC) / Output label image (CV_32S).
Definition at line 20 of file Sam3Data.hpp.
| std::vector<Sam3PromptUnit> reusex::vision::onnx::ONNXSam3Data::prompts |
Text prompts for semantic segmentation classes.
Definition at line 23 of file Sam3Data.hpp.