Function to get running results of the
MultiTask
neural network in batch mode.
Note: The type is CV_8UC3 of the
MultiTaskResult.segmentation
.Prototype
std::vector< MultiTaskResult
> 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 ofMultiTaskResult
.