Ask Your Question
-1

Where is the function cvUndistort2()'s code?

asked 2016-07-18 02:32:51 -0600

lyc1998 gravatar image

I wanted to find it. I searched all the .hpp files and could not find how this function comes true. I know there is a declaration in imgproc_c.h but this is not what I want.

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-07-18 02:46:07 -0600

berak gravatar image

it is here

(as you can see, it's just a compatibility wrapper calling c++ cv::undistort())

then - you should no more use the arcane C-api in 2016, support for that is fading quickly. please stop writing legacy code ..

edit flag offensive delete link more

Comments

Well, I find it yet, thanks

lyc1998 gravatar imagelyc1998 ( 2016-07-18 08:15:26 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2016-07-18 02:32:51 -0600

Seen: 261 times

Last updated: Jul 18 '16