AdjusterAdapter class missing in OpenCV 3.0.0 ?

asked 2015-06-03 10:26:13 -0600

galaxyeagle gravatar image

Hi friends,

I was trying to configure a ROS Package which used the AdjusterAdapter class of OpenCV when the error popped up that

error: ‘AdjusterAdapter’ is not a member of ‘cv’

I have OpenCV 3.0.0 installed. Does it lack this class. If yes, then how should I resolve my issue ?

edit retag flag offensive close merge delete

Comments

yes, it is gone. along with all other feature2d 'adjuster' and 'adapter' classes

you might have to refactor the feature2d related code.

berak gravatar imageberak ( 2015-06-03 12:09:28 -0600 )edit