HomeSort by relevance Sort by last modified time
    Searched refs:cur_rect (Results 1 - 2 of 2) sorted by null

  /external/opencv/cv/src/
cvcamshift.cpp 68 CvRect cur_rect = windowIn; local
100 CV_CALL( cvGetSubRect( mat, &cur_win, cur_rect ));
111 nx = cur_rect.x + dx;
112 ny = cur_rect.y + dy;
116 else if( nx + cur_rect.width > mat->cols )
117 nx = mat->cols - cur_rect.width;
121 else if( ny + cur_rect.height > mat->rows )
122 ny = mat->rows - cur_rect.height;
124 dx = nx - cur_rect.x;
125 dy = ny - cur_rect.y
    [all...]
cvpyrsegmentation.cpp 114 static void icvMaxRoi( _CvRect16u *max_rect, _CvRect16u* cur_rect );
    [all...]

Completed in 475 milliseconds