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

  /external/opencv3/modules/calib3d/test/
test_undistort.cpp 183 bool zero_R;
208 zero_new_cam = zero_distortion = zero_R = false;
365 zero_R = (cvtest::randInt(rng)%2) == 0 ? false : true;
435 CvMat* input3 = zero_R ? 0 : &_rot;
457 input3 = zero_R ? cv::Mat() : cv::Mat(test_mat[INPUT][3]);
477 if(!zero_R)
483 zero_R ? 0 : &_input3,
589 bool zero_R;
616 zero_distortion = zero_new_cam = zero_R = false;
774 zero_R = (cvtest::randInt(rng)%2) == 0 ? false : true
    [all...]
  /cts/tests/camera/src/android/hardware/camera2/cts/
CaptureRequestTest.java 107 private final Rational ZERO_R = new Rational(0, 1);
    [all...]

Completed in 853 milliseconds