OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:zero_distortion
(Results
1 - 2
of
2
) sorted by null
/external/opencv3/modules/calib3d/test/
test_undistort.cpp
182
bool
zero_distortion
;
member in class:CV_UndistortPointsTest
208
zero_new_cam =
zero_distortion
= zero_R = false;
363
zero_distortion
= (cvtest::randInt(rng)%2) == 0 ? false : true;
434
CvMat* input2 =
zero_distortion
? 0 : &_distort;
456
input2 =
zero_distortion
? cv::Mat() : cv::Mat(test_mat[INPUT][2]);
475
if(!
zero_distortion
)
482
zero_distortion
? 0 : &_input2,
588
bool
zero_distortion
;
member in class:CV_InitUndistortRectifyMapTest
616
zero_distortion
= zero_new_cam = zero_R = false;
772
zero_distortion
= (cvtest::randInt(rng)%2) == 0 ? false : true
[
all
...]
/external/opencv3/modules/imgproc/test/
test_imgwarp.cpp
817
bool
zero_distortion
;
member in class:CV_UndistortTest
865
if (
zero_distortion
)
928
zero_distortion
= (cvtest::randInt(rng)%2) == 0 ? false : true;
[
all
...]
Completed in 58 milliseconds