OpenCV  5.0.0alpha
Open Source Computer Vision
Loading...
Searching...
No Matches
cv::DetectionBasedTracker::ExtObject Struct Reference

#include <opencv2/xobjdetect/detection_based_tracker.hpp>

Collaboration diagram for cv::DetectionBasedTracker::ExtObject:

Public Member Functions

 ExtObject (int _id, cv::Rect _location, ObjectStatus _status)
 

Public Attributes

int id
 
cv::Rect location
 
ObjectStatus status
 

Constructor & Destructor Documentation

◆ ExtObject()

cv::DetectionBasedTracker::ExtObject::ExtObject ( int _id,
cv::Rect _location,
ObjectStatus _status )
inline

Member Data Documentation

◆ id

int cv::DetectionBasedTracker::ExtObject::id

◆ location

cv::Rect cv::DetectionBasedTracker::ExtObject::location

◆ status

ObjectStatus cv::DetectionBasedTracker::ExtObject::status

The documentation for this struct was generated from the following file: