HomeSort by relevance Sort by last modified time
    Searched refs:useCPlus (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/calib3d/test/
test_undistort_badarg.cpp 56 bool useCPlus;
81 useCPlus = false;
87 if (useCPlus)
101 useCPlus = false;
250 useCPlus = true;
295 bool useCPlus;
319 useCPlus = false;
325 if (useCPlus)
365 useCPlus = true;
369 useCPlus = true
    [all...]
test_undistort.cpp 175 bool useCPlus;
207 useCPlus = useDstMat = false;
215 useCPlus = ((cvtest::randInt(rng) % 2)!=0);
216 //useCPlus = 0;
217 if (useCPlus)
367 if (useCPlus)
410 if (useCPlus)
453 if (useCPlus)
583 bool useCPlus;
615 useCPlus = false
    [all...]
  /external/opencv3/modules/imgproc/test/
test_imgwarp.cpp 809 bool useCPlus;
858 if (!useCPlus)
935 useCPlus = ((cvtest::randInt(rng) % 2)!=0);
936 if (useCPlus)
950 if (useCPlus)
    [all...]

Completed in 65 milliseconds