|
VART-X
0.3.0
|
Segmentation infer result. More...
#include <vart_inferresult_types.hpp>


Public Attributes | |
| SegmentationType | segType |
| uint32_t | numOutputs |
| std::vector< uint32_t > | width |
| std::vector< uint32_t > | height |
| std::vector< std::shared_ptr< std::vector< uint16_t > > > | segmentationMap |
Public Attributes inherited from vart::InferResultData | |
| InferResultType | result_type |
Segmentation infer result.
| vart::SegmentationResData::height |
Height of output images
| vart::SegmentationResData::numOutputs |
Number of valid segmented outputs
| vart::SegmentationResData::segmentationMap |
Segmentation output data
| vart::SegmentationResData::segType |
Type of segmentation (see SegmentationType)
| vart::SegmentationResData::width |
Width of output images