First time here? Check out the FAQ!

Ask Your Question
0

estimateRigidTransform( ) in Opencv 3.0.0

asked Mar 31 '15

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"

Preview: (hide)

1 answer

Sort by » oldest newest most voted
3

answered Mar 31 '15

berak gravatar image

updated Mar 31 '15

opencv2/video/tracking.hpp ;)

(use the search-box on github)

Preview: (hide)

Comments

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

Potato gravatar imagePotato (Mar 31 '15)edit

Question Tools

1 follower

Stats

Asked: Mar 31 '15

Seen: 2,773 times

Last updated: Mar 31 '15