Ask Your Question
0

estimateRigidTransform( ) in Opencv 3.0.0

asked 2015-03-31 16:31:19 -0600

Potato gravatar image

Does anyone know what library to include to use this function in opencv 3? I get the error: estimateRigidTransform() was not declared in this scope

My includes list:

#include "opencv2/core.hpp" #include "opencv2/core/utility.hpp" #include "opencv2/core/ocl.hpp" #include "opencv2/imgcodecs.hpp" #include "opencv2/highgui.hpp" #include "opencv2/features2d.hpp" #include "opencv2/calib3d.hpp" #include "opencv2/calib3d/calib3d_c.h" #include "opencv2/imgproc.hpp" #include "opencv2/xfeatures2d.hpp" #include "opencv2/imgproc/types_c.h" #include "opencv2/imgcodecs/imgcodecs_c.h" #include "opencv2/highgui/highgui_c.h"

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
3

answered 2015-03-31 16:33:36 -0600

berak gravatar image

updated 2015-03-31 16:35:34 -0600

opencv2/video/tracking.hpp ;)

(use the search-box on github)

edit flag offensive delete link more

Comments

Thanks! I should've known about that -_-

Potato gravatar imagePotato ( 2015-03-31 16:46:56 -0600 )edit

Question Tools

1 follower

Stats

Asked: 2015-03-31 16:31:19 -0600

Seen: 2,476 times

Last updated: Mar 31 '15