vitis::ai::Covid19Segmentation8UC1 - 1.4 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-07-22
Version
1.4 English
The Class of Covid19Segmentation8UC1, this class run function return a cv::Mat with the type is cv_8UC1.

Quick Function Reference

The following table lists all the functions defined in the vitis::ai::Covid19Segmentation8UC1 class:

Table 1. Quick Function Reference
Type Name Arguments
std::unique_ptr< Covid19Segmentation8UC1 > create
  • const std::string & model_name
  • bool need_preprocess
int getInputWidth
  • void
int getInputHeight
  • void
size_t get_input_batch
  • void
Covid19SegmentationResult run
  • const cv::Mat & image
std::vector< Covid19SegmentationResult > run
  • const std::vector< cv::Mat > & images