Function of get result of the segmentation in batch mode.
Prototype
std::vector< cv::Mat > runSegmentation(std::vector< cv::Mat > batch_images)=0;
Parameters
The following table lists the runSegmentation function arguments.
| Type | Name | Description |
|---|---|---|
| std::vector< cv::Mat > | batch_images | Batch input of images from different cameras for segmentation. The size should be equal to the result of get_segmentation_batch. |