Function to get running results of the MultiTaskv3 neural network in
batch mode.
Note: The type is CV_8UC1 of the
MultiTaskv3Result.segmentation .Prototype
std::vector< MultiTaskv3Result
> run(const std::vector< cv::Mat > &images);
Parameters
The following table lists the run function arguments.
| Type | Member | Description |
|---|---|---|
| const std::vector< cv::Mat > & | images | Input data of input images (std:vector<cv::Mat>). The size of input images equals batch size obtained by get_input_batch. |
Returns
The vector ofMultiTaskv3Result .