Searched refs:count_x (Results 1 – 2 of 2) sorted by relevance
1161 int count_x, count_y, count; in cvEstimateRigidTransform() local1226 count_x = cvRound((double)COUNT*sz1.width/sz1.height); in cvEstimateRigidTransform()1227 count = count_x * count_y; in cvEstimateRigidTransform()1234 for( j = 0; j < count_x; j++, k++ ) in cvEstimateRigidTransform()1236 pA[k].x = (j+0.5f)*sz1.width/count_x; in cvEstimateRigidTransform()
1420 int count_x = cvRound((double)COUNT*sz1.width/sz1.height); in estimateRigidTransform() local1421 count = count_x * count_y; in estimateRigidTransform()1428 for( j = 0; j < count_x; j++, k++ ) in estimateRigidTransform()1430 pA[k].x = (j+0.5f)*sz1.width/count_x; in estimateRigidTransform()