Home | History | Annotate | Download | only in src

Lines Matching defs:distorted

1228 //  void distortPoints(Mat undistorted, Mat& distorted, Mat K, Mat D, double alpha = 0)
1240 Mat& distorted = *((Mat*)distorted_nativeObj);
1243 cv::fisheye::distortPoints( undistorted, distorted, K, D, (double)alpha );
1264 Mat& distorted = *((Mat*)distorted_nativeObj);
1267 cv::fisheye::distortPoints( undistorted, distorted, K, D );
1280 // void undistortPoints(Mat distorted, Mat& undistorted, Mat K, Mat D, Mat R = Mat(), Mat P = Mat())
1291 Mat& distorted = *((Mat*)distorted_nativeObj);
1297 cv::fisheye::undistortPoints( distorted, undistorted, K, D, R, P );
1317 Mat& distorted = *((Mat*)distorted_nativeObj);
1321 cv::fisheye::undistortPoints( distorted, undistorted, K, D );
1365 // void undistortImage(Mat distorted, Mat& undistorted, Mat K, Mat D, Mat Knew = cv::Mat(), Size new_size = Size())
1376 Mat& distorted = *((Mat*)distorted_nativeObj);
1382 cv::fisheye::undistortImage( distorted, undistorted, K, D, Knew, new_size );
1402 Mat& distorted = *((Mat*)distorted_nativeObj);
1406 cv::fisheye::undistortImage( distorted, undistorted, K, D );