Ask Your Question

giomasce's profile - activity

2016-01-28 03:15:20 -0600 commented question Is PyramidAdaptedFeatureDetector gone in OpenCV 3?

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

2016-01-28 03:11:57 -0600 received badge  Editor (source)
2016-01-28 03:10:30 -0600 asked a question Is PyramidAdaptedFeatureDetector gone in OpenCV 3?

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?