Struct of the result returned by the segmentation neural network.
Declaration
typedef struct
{
int width,
int height,
cv::Mat segmentation
} vitis::ai::MedicalSegcellResult;
| Member | Description |
|---|---|
| width | Width of input image. |
| height | Height of input image. |
| segmentation |
Segmentation result in cv::Mat mode. |