Searched defs:windowIn (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvcamshift.cpp50 // windowIn - CvRect of CAMSHIFT Window intial size
61 cvMeanShift( const void* imgProb, CvRect windowIn, argument
68 CvRect cur_rect = windowIn;
73 comp->rect = windowIn;
84 if( windowIn.height <= 0 || windowIn.width <= 0 )
87 if( windowIn.x < 0 || windowIn.x + windowIn.width > mat->cols ||
88 windowIn
165 cvCamShift( const void* imgProb, CvRect windowIn, CvTermCriteria criteria, CvConnectedComp* _comp, CvBox2D* box ) argument
[all...]

Completed in 37 milliseconds