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

  /external/opencv3/samples/cpp/
calibration.cpp 307 bool undistortImage = false;
509 if(undistortImage)
521 if( mode == CALIBRATED && undistortImage )
534 undistortImage = !undistortImage;
  /external/opencv3/modules/calib3d/test/
test_fisheye.cpp 111 cv::fisheye::undistortImage(distorted, undistorted, K, D, newK);
121 cv::fisheye::undistortImage(distorted, undistorted, K, D, newK);
132 cv::fisheye::undistortImage(distorted, undistorted, K, D, newK);
  /external/opencv3/modules/calib3d/include/opencv2/
calib3d.hpp     [all...]
  /external/opencv3/modules/java/src/
calib3d+Calib3d.java 153 // C++: void undistortImage(Mat distorted, Mat& undistorted, Mat K, Mat D, Mat Knew = cv::Mat(), Size new_size = Size())
156 //javadoc: undistortImage(distorted, undistorted, K, D, Knew, new_size)
157 public static void undistortImage(Mat distorted, Mat undistorted, Mat K, Mat D, Mat Knew, Size new_size)
165 //javadoc: undistortImage(distorted, undistorted, K, D)
166 public static void undistortImage(Mat distorted, Mat undistorted, Mat K, Mat D)
    [all...]
calib3d.cpp     [all...]
  /cts/apps/CtsVerifier/libs/
opencv3-android.jar 
  /external/opencv3/modules/calib3d/src/
fisheye.cpp 495 /// cv::fisheye::undistortImage
497 void cv::fisheye::undistortImage(InputArray distorted, OutputArray undistorted,
    [all...]

Completed in 82 milliseconds