AdjusterAdapter class missing in OpenCV 3.0.0 ?
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 ?
yes, it is gone. along with all other feature2d 'adjuster' and 'adapter' classes
you might have to refactor the feature2d related code.