HomeSort by relevance Sort by last modified time
    Searched full:pt_count (Results 1 - 1 of 1) sorted by null

  /external/opencv3/modules/calib3d/test/
test_fundam.cpp 834 int pt_count = cvRound(exp(pt_count_exp)); local
840 pt_count = 7;
843 pt_count = MAX( pt_count, 8 + (method == CV_FM_8POINT) );
844 if( pt_count >= 8 && cvtest::randInt(rng) % 2 )
851 sizes[INPUT][0] = cvSize(pt_count, dims);
854 sizes[INPUT][0] = cvSize(dims, pt_count);
859 sizes[INPUT][0] = cvSize(pt_count, 1);
861 sizes[INPUT][0] = cvSize(1, pt_count);
868 sizes[INPUT][2] = cvSize(pt_count, 1 )
1017 int i, pt_count = test_mat[INPUT][2].cols; local
1133 int pt_count = MAX(5, cvRound(exp(pt_count_exp))); local
1354 int i, pt_count = test_mat[INPUT][2].cols; local
1567 int pt_count; member in class:CV_ComputeEpilinesTest
    [all...]

Completed in 228 milliseconds