Searched refs:RANSAC_SIZE0 (Results 1 - 1 of 1) sorted by relevance

/external/opencv/cv/src/
H A Dcvlkpyramid.cpp1141 const int RANSAC_SIZE0 = 3; local
1285 if( count < RANSAC_SIZE0 )
1292 int idx[RANSAC_SIZE0];
1300 for( i = 0; i < RANSAC_SIZE0; i++ )
1322 if( i+1 == RANSAC_SIZE0 )
1344 if( i < RANSAC_SIZE0 )

Completed in 199 milliseconds