OpenShot Library | libopenshot  0.5.0
Functions
sort.cpp File Reference
#include "sort.hpp"
Include dependency graph for sort.cpp:

Go to the source code of this file.

Functions

void apply_nms (vector< TrackingBox > &detections, double nms_iou_thresh)
 

Function Documentation

◆ apply_nms()

void apply_nms ( vector< TrackingBox > &  detections,
double  nms_iou_thresh 
)

Definition at line 51 of file sort.cpp.

Referenced by SortTracker::update().