vitis::ai::MedicalSegmentationPostProcess - 2.0 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2022-01-20
Version
2.0 English
Class of the MedicalSegmentation post-process. It will initialize the parameters once instead of computing them every time when the program executes.

Quick Function Reference

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

Table 1. Quick Function Reference
Type Name Arguments
std::unique_ptr< MedicalSegmentationPostProcess > create
  • const std::vector< vitis::ai::library::InputTensor > & input_tensors
  • const std::vector< vitis::ai::library::OutputTensor > & output_tensors
  • const vitis::ai::proto::DpuModelParam & config
MedicalSegmentationResult medicalsegmentation_post_process
  • void
std::vector< MedicalSegmentationResult > medicalsegmentation_post_process
  • void