Is PyramidAdaptedFeatureDetector gone in OpenCV 3?

asked 2016-01-28 03:09:38 -0600

giomasce gravatar image

updated 2016-01-28 03:11:57 -0600

This question was already asked here, but received no answers.

I have an OpenCV 2 C++ program which makes use of PyramidAdaptedFeatureDetector (used over a GoodFeaturesToTrackDetector for a Lukas-Kanade optical flow) and would like to port it to OpenCV 3. However I cannot find any trace of that class in the docs or in the code for OpenCV 3. Has it been removed? What is suggested as a replacement?

edit retag flag offensive close merge delete

Comments

yes, it's gone, and there no real replacement in the library, you will have to come up with your own solution.

berak gravatar imageberak ( 2016-01-28 03:11:35 -0600 )edit

@berak And did the same happen to OpponentColorDescriptorExtractor? Out of curiosity, why were they deleted?

giomasce gravatar imagegiomasce ( 2016-01-28 03:15:20 -0600 )edit
2

maybe you can get away with just copying the previous implementation ?

berak gravatar imageberak ( 2016-01-28 03:18:02 -0600 )edit
1

yes, that's gone, too (and all Dynamic* Opponent* Dense* Pyramid* like things) no idea, why.

berak gravatar imageberak ( 2016-01-28 03:19:29 -0600 )edit