Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the "Dense", "Pyramid", "Adaptive" detector variants were all removed in opencv3. (though you can still iterate over a grid, and add your own keypoints)

also, you should rather use sift.detectAndCompute() for efficiency (else you're throwing away half of the computation)