Home
last modified time | relevance | path

Searched refs:_yc (Results 1 – 1 of 1) sorted by relevance

/external/opencv/cv/src/
Dcvcamshift.cpp261 int _yc = cvRound( yc ); in cvCamShift() local
273 comp.rect.height = MIN( t0, (mat->height - _yc) * 2 ); in cvCamShift()
276 comp.rect.y = MAX( 0, _yc - comp.rect.height / 2 ); in cvCamShift()