Public Types | Public Member Functions | Public Attributes
cv::CvMeanShiftTrackerParams Struct Reference

#include <hybridtracker.hpp>

List of all members.

Public Types

enum  { H = 0, HS = 1, HSV = 2 }

Public Member Functions

 CvMeanShiftTrackerParams (int tracking_type=CvMeanShiftTrackerParams::HS, CvTermCriteria term_crit=CvTermCriteria())

Public Attributes

int tracking_type
vector< float > h_range
vector< float > s_range
vector< float > v_range
CvTermCriteria term_crit

Member Enumeration Documentation

anonymous enum
Enumerator:
H 
HS 
HSV 

Constructor & Destructor Documentation


Member Data Documentation


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