Commit f0f741b7 authored by Ilya Krylov's avatar Ilya Krylov

Added documentation

parent 05ee15f1
...@@ -802,7 +802,7 @@ public: ...@@ -802,7 +802,7 @@ public:
static void initUndistortRectifyMap(InputArray K, InputArray D, InputArray R, InputArray P, static void initUndistortRectifyMap(InputArray K, InputArray D, InputArray R, InputArray P,
const cv::Size& size, int m1type, OutputArray map1, OutputArray map2); const cv::Size& size, int m1type, OutputArray map1, OutputArray map2);
//! undistorts image, optinally chanes resolution and camera matrix. If Knew zero identity matrix is used //! undistorts image, optionally changes resolution and camera matrix. If Knew zero identity matrix is used
static void undistortImage(InputArray distorted, OutputArray undistorted, static void undistortImage(InputArray distorted, OutputArray undistorted,
InputArray K, InputArray D, InputArray Knew = cv::noArray(), const Size& new_size = Size()); InputArray K, InputArray D, InputArray Knew = cv::noArray(), const Size& new_size = Size());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment