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

  /external/opencv/cv/src/
cvgeometry.cpp 49 CvRect max_rect; local
52 max_rect.x = a = rect1->x;
54 if( max_rect.x > b )
55 max_rect.x = b;
57 max_rect.width = a += rect1->width;
60 if( max_rect.width < b )
61 max_rect.width = b;
62 max_rect.width -= max_rect.x;
64 max_rect.y = a = rect1->y
    [all...]
cvpyrsegmentation.cpp 114 static void icvMaxRoi( _CvRect16u *max_rect, _CvRect16u* cur_rect );
115 static void icvMaxRoi1( _CvRect16u *max_rect, int x, int y );
    [all...]

Completed in 56 milliseconds