xfeatures2d_HarrisLaplaceFeatureDetector_create
import { xfeatures2d_HarrisLaplaceFeatureDetector_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSnumOctaves, corn_thresh, DOG_thresh, maxCorners
FUNCTIONxfeatures2d_HarrisLaplaceFeatureDetector_create
RETURN TYPExfeatures2d_HarrisLaplaceFeatureDetector | null
Creates a new implementation instance.
xfeatures2d_HarrisLaplaceFeatureDetector_create(numOctaves: number, corn_thresh: number, DOG_thresh: number, maxCorners: number, num_layers: number): xfeatures2d_HarrisLaplaceFeatureDetector | null;6 available overloads
xfeatures2d_HarrisLaplaceFeatureDetector_create(): xfeatures2d_HarrisLaplaceFeatureDetector | null;xfeatures2d_HarrisLaplaceFeatureDetector_create(numOctaves: number): xfeatures2d_HarrisLaplaceFeatureDetector | null;xfeatures2d_HarrisLaplaceFeatureDetector_create(numOctaves: number, corn_thresh: number): xfeatures2d_HarrisLaplaceFeatureDetector | null;xfeatures2d_HarrisLaplaceFeatureDetector_create(numOctaves: number, corn_thresh: number, DOG_thresh: number): xfeatures2d_HarrisLaplaceFeatureDetector | null;xfeatures2d_HarrisLaplaceFeatureDetector_create(numOctaves: number, corn_thresh: number, DOG_thresh: number, maxCorners: number): xfeatures2d_HarrisLaplaceFeatureDetector | null;xfeatures2d_HarrisLaplaceFeatureDetector_create(numOctaves: number, corn_thresh: number, DOG_thresh: number, maxCorners: number, num_layers: number): xfeatures2d_HarrisLaplaceFeatureDetector | null;numOctavesthe number of octaves in the scale-space pyramid
corn_threshthe threshold for the Harris cornerness measure
DOG_threshthe threshold for the Difference-of-Gaussians scale selection
maxCornersthe maximum number of corners to consider
num_layersthe number of intermediate scales per octave
Returns
The xfeatures2d_HarrisLaplaceFeatureDetector | null result.
These signatures describe this package. Upstream documentation can mention optional backends that are absent from this build. Check runtime compatibility before choosing a backend or file format.