Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

getting compilation error with estimateRigidTransform

I am trying to use estimateRigidTransform but I am getting error error C2039: 'estimateRigidTransform' : is not a member of 'cv' I have included include <opencv2 core="" core.hpp=""> include <opencv2 imgproc="" imgproc.hpp=""> include <opencv2 highgui="" highgui.hpp=""> include <opencv2 features2d="" features2d.hpp=""> include <opencv2 nonfree="" features2d.hpp=""> include <opencv2 calib3d="" calib3d.hpp=""> include <opencv2 ts="" ts.hpp="">

what I am missing so that estimateRigidTransform can not be recognized

getting compilation error with estimateRigidTransform

I am trying to use estimateRigidTransform but I am getting error error C2039: 'estimateRigidTransform' : is not a member of 'cv' I have included include <opencv2 core="" core.hpp=""> include <opencv2 imgproc="" imgproc.hpp=""> include <opencv2 highgui="" highgui.hpp=""> include <opencv2 features2d="" features2d.hpp=""> include <opencv2 nonfree="" features2d.hpp=""> include <opencv2 calib3d="" calib3d.hpp=""> include <opencv2 ts="" ts.hpp="">

what I am missing so that estimateRigidTransform can not be recognized

getting compilation error with estimateRigidTransform

I am trying to use estimateRigidTransform but I am getting error error

error C2039: 'estimateRigidTransform' : is not a member of 'cv'

I have included included

include <opencv2 core="" core.hpp="">
    <opencv2/core/core.hpp>
include <opencv2 imgproc="" imgproc.hpp="">
    <opencv2/imgproc/imgproc.hpp>
include <opencv2 highgui="" highgui.hpp="">
    <opencv2/highgui/highgui.hpp>
include <opencv2 features2d="" features2d.hpp="">
    <opencv2/features2d/features2d.hpp>
include <opencv2 nonfree="" features2d.hpp="">
    <opencv2/nonfree/features2d.hpp>
include <opencv2 calib3d="" calib3d.hpp="">
    <opencv2/calib3d/calib3d.hpp>
include <opencv2 ts="" ts.hpp="">

<opencv2/ts/ts.hpp>

what I am missing so that estimateRigidTransform can not be recognized

getting compilation error with estimateRigidTransform

I am trying to use estimateRigidTransform estimateRigidTransform but I am getting error

error C2039: 'estimateRigidTransform' : is not a member of 'cv'

I have included

include <opencv2/core/core.hpp>
include <opencv2/imgproc/imgproc.hpp>
include <opencv2/highgui/highgui.hpp>
include <opencv2/features2d/features2d.hpp>
include <opencv2/nonfree/features2d.hpp>
include <opencv2/calib3d/calib3d.hpp>
include <opencv2/ts/ts.hpp>

what I am missing so that estimateRigidTransform can not be recognized