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

/external/opencv/cv/src/
H A Dcvcamshift.cpp260 int _xc = cvRound( xc ); local
267 comp.rect.width = MIN( t0, (mat->width - _xc) * 2 );
275 comp.rect.x = MAX( 0, _xc - comp.rect.width / 2 );

Completed in 167 milliseconds