NmsSort
Function Usage
A protected member function that filters duplicate objects based on the confidence level. It is invoked for internal use only. Do not use it.
Prototype
void NmsSort(std::vector<ObjDetectInfo>& objInfos, float iouThresh, IOUMethod method = UNION);
Parameter Description
Parameter |
Input/Output |
Description |
|---|---|---|
objInfos |
Output |
Object corner points to be filtered |
iouThresh |
Input |
Filtering threshold |
method |
Input |
IoU is calculated as follows:
|
Parent topic: ObjectPostProcessorBase