The batch mode post-processing function of the MedicalDetection
network.
Prototype
std::vector< MedicalDetectionResult
> medicaldetection_post_process()=0;
Returns
The vector of struct ofMedicalDetectionResult
. The batch mode post-processing function of the MedicalDetection
network.
std::vector< MedicalDetectionResult
> medicaldetection_post_process()=0;
MedicalDetectionResult
.