Home | History | Annotate | Download | only in src

Lines Matching refs:distortPoints

1228 //  void distortPoints(Mat undistorted, Mat& distorted, Mat K, Mat D, double alpha = 0)
1243 cv::fisheye::distortPoints( undistorted, distorted, K, D, (double)alpha );
1267 cv::fisheye::distortPoints( undistorted, distorted, K, D );