VART-X  0.3.0
vart::SegmentationResData Struct Reference

Segmentation infer result. More...

#include <vart_inferresult_types.hpp>

Inheritance diagram for vart::SegmentationResData:
Collaboration diagram for vart::SegmentationResData:

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
 

Detailed Description

Segmentation infer result.

Member Data Documentation

◆ height

vart::SegmentationResData::height

Height of output images

◆ numOutputs

vart::SegmentationResData::numOutputs

Number of valid segmented outputs

◆ segmentationMap

vart::SegmentationResData::segmentationMap

Segmentation output data

◆ segType

vart::SegmentationResData::segType

Type of segmentation (see SegmentationType)

◆ width

vart::SegmentationResData::width

Width of output images


The documentation for this struct was generated from the following file: