Ask Your Question
0

What header file to include for undistortpoints

asked 2016-09-26 03:56:46 -0600

Nbb gravatar image

I am trying to use undistortpoints http://docs.opencv.org/master/da/d54/... but i don't know what header file to include. Why is there not a "Include opencv.h to use this function ?"

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2016-09-26 04:13:42 -0600

berak gravatar image

updated 2016-09-26 04:14:59 -0600

if it says ....group_imgproc_.... in the doc link, you can already assume, that it's in opencv2/imgproc.hpp.

and yes, there is an

#include <opencv2/opencv.hpp>

header, to bind them all...

(also, please do not use the deprecated c-api .h files !)

edit flag offensive delete link more

Question Tools

1 follower

Stats

Asked: 2016-09-26 03:56:46 -0600

Seen: 524 times

Last updated: Sep 26 '16