Home
last modified time | relevance | path

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

/external/opencv/cv/src/
Dcvpyrsegmentation.cpp115 static void icvMaxRoi1( _CvRect16u *max_rect, int x, int y );
1081 icvMaxRoi1( &(p->rect), j, i ); in icvUpdatePyrLinks_8u_C1()
1151 icvMaxRoi1( &(p->rect), j + 1, i ); in icvUpdatePyrLinks_8u_C1()
1261 icvMaxRoi1( &(p->rect), j, i ); in icvUpdatePyrLinks_8u_C3()
1330 icvMaxRoi1( &(p->rect), j + 1, i ); in icvUpdatePyrLinks_8u_C3()
1781 icvMaxRoi1( _CvRect16u * max_rect, int x, int y ) in icvMaxRoi1() function