The full constructor
obj = cv.HarrisLaplaceFeatureDetector()
obj = cv.HarrisLaplaceFeatureDetector('OptionName',optionValue, ...)
Options
- NumOctaves the number of octaves in the scale-space
pyramid. default 6
- CornThresh the threshold for the Harris cornerness
measure. default 0.01
- DOGThresh the threshold for the Difference-of-Gaussians
scale selection. default 0.01
- MaxCorners the maximum number of corners to consider.
default 5000
- NumLayers the number of intermediate scales per octave.
default 4