vitis::ai::MedicalSegcellResult - vitis::ai::MedicalSegcellResult - 2.5 English - UG1354

Vitis AI Library User Guide (UG1354)

Document_ID
UG1354
Release_Date
2022-06-15
Version
2.5 English
Struct of the result returned by the segmentation neural network.

Declaration

typedef struct
{
  int width;
  int height;
  cv::Mat segmentation;

} vitis::ai::MedicalSegcellResult;
Table 1. Structure vitis::ai::MedicalSegcellResult Member Description
Member Description
width Width of input image.
height Height of input image.
segmentation Segmentation result in cv::Mat mode.