Compute Dense SIFT features in OpenCV 3.0
Since version 3.0, DenseFeatureDetector is no longer available. Could anybody please show me how to compute Dense SIFT features in OpenCV 3.0? I couldn't find it in the documentation.
I have opencv_contrib installed.
Thank you very much in advance!
have you tried including
xfeatures2d.hpp
(as is said here)? docs