| OpenShot Library | libopenshot
    0.4.0
    | 
#include <sort_filter/sort.hpp>
| Public Member Functions | |
| TrackingBox () | |
| TrackingBox (int _frame, float _confidence, int _classId, int _id) | |
| Public Attributes | |
| cv::Rect_< float > | box = cv::Rect_<float>(0.0, 0.0, 0.0, 0.0) | 
| int | classId = 0 | 
| float | confidence = 0 | 
| int | frame = 0 | 
| int | id = 0 | 
| 
 | inline | 
| cv::Rect_<float> TrackingBox::box = cv::Rect_<float>(0.0, 0.0, 0.0, 0.0) | 
Definition at line 27 of file sort.hpp.
Referenced by SortTracker::update().
| int TrackingBox::classId = 0 | 
Definition at line 25 of file sort.hpp.
Referenced by SortTracker::update().
| float TrackingBox::confidence = 0 | 
Definition at line 24 of file sort.hpp.
Referenced by SortTracker::update().
| int TrackingBox::frame = 0 | 
Definition at line 23 of file sort.hpp.
Referenced by SortTracker::update().
| int TrackingBox::id = 0 | 
Definition at line 26 of file sort.hpp.
Referenced by SortTracker::update().
 1.8.17
 1.8.17