6#include "reusex/vision/IData.hpp"
7#include "reusex/vision/onnx/Sam3Type.hpp"
9#include <opencv2/core/mat.hpp>
Data carrier for ONNX Runtime SAM3 inference pipeline.
std::vector< Sam3PromptUnit > prompts
Text prompts for semantic segmentation classes.
float confidence_threshold
Minimum confidence for detections.
cv::Mat image
Input image (BGR, HWC) / Output label image (CV_32S).
A single SAM3 prompt unit with text and optional box prompts.