Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

first, must be looking at outdated opencv2.4 docs to come up with the list above,

as of opencv4.3 now (and many years later), the StarDetector is no more, also the DenseFeatureDetector got removed

so, all algos in the list above are feature detectors, a "dense" detector just samples points on a predefined grid and a scaled pyramid, not at possible corner locations

(i'd exclude GFFT and CornerHarris tough, those are more "corner" detectors and don't deliver KeyPoints)

btw, there is a new "dense" detector/descriptor called "Daisy" in opencv_contrib now

first, must be looking at outdated opencv2.4 docs to come up with the list above,

as of opencv4.3 now now (and many years later), the StarDetector is no more, also the DenseFeatureDetector got removed

so, all algos in the list above are feature detectors, a "dense" detector just samples points on a predefined grid and a scaled pyramid, not at possible corner locations

(i'd exclude GFFT and CornerHarris HarrisLaplace tough, those are more "corner" detectors and don't deliver KeyPoints)

btw, there is a new "dense" detector/descriptor called "Daisy" in opencv_contrib now