vitis::ai::MedicalDetectionPostProcess - 3.5 English

Vitis AI Library User Guide (UG1354)

Document ID
UG1354
Release Date
2023-06-29
Version
3.5 English
Class of the MedicalDetection post-process. It initializes the parameters once instead of computing them every time when the program execute.

Quick Function Reference

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

Table 1. Quick Function Reference
Type Member Arguments
std::unique_ptr< MedicalDetectionPostProcess > 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
MedicalDetectionResult medicaldetection_post_process
  • void
std::vector< MedicalDetectionResult > medicaldetection_post_process
  • void