vitis::ai::Covid19Segmentation8UC3 - 1.4.1 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2021-12-11
Version
1.4.1 English
The Class of Covid19Segmentation8UC3, this class run function return a cv::Mat with the type is cv_8UC3.

Quick Function Reference

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

Table 1. Quick Function Reference
Type Name Arguments
std::unique_ptr< Covid19Segmentation8UC3 > 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