Skip to content

Fixed universal intrinsic undistort() implementation#15491

Merged
opencv-pushbot merged 1 commit intoopencv:3.4from
terfendail:undistort_fix
Sep 16, 2019
Merged

Fixed universal intrinsic undistort() implementation#15491
opencv-pushbot merged 1 commit intoopencv:3.4from
terfendail:undistort_fix

Conversation

@terfendail
Copy link
Copy Markdown
Contributor

resolves #15286

This pullrequest changes

Fixed universal intrinsic undistort() implementation

#endif
}

TEST(Imgproc_undistort, regression_15286)
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please move this test into calib3d module: https://github.com/opencv/opencv/blob/3.4.7/modules/calib3d/test/test_undistort.cpp
(undistort() code is in imgproc module for legacy reasons only, in OpenCV 4.x it is moved to calib3d)

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Moved

Copy link
Copy Markdown
Member

@alalek alalek left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants