Function to get running result of the
RGBDsegmentation
neural network.
Prototype
SegmentationResult
run(const cv::Mat &image_bgr, const cv::Mat &image_hha)=0;
Parameters
The following table lists the run function arguments.
| Type | Member | Description |
|---|---|---|
| const cv::Mat & | image_bgr | Input data of input image (cv::Mat). |
| const cv::Mat & | image_hha | Input data of input image_hha (cv::Mat). |
Returns
SegmentationResult
.