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

/external/opencv/cv/src/
H A Dcvlkpyramid.cpp1161 int count_x, count_y, count; local
1226 count_x = cvRound((double)COUNT*sz1.width/sz1.height);
1227 count = count_x * count_y;
1234 for( j = 0; j < count_x; j++, k++ )
1236 pA[k].x = (j+0.5f)*sz1.width/count_x;

Completed in 62 milliseconds