xfeatures2d_StarDetector_create
import { xfeatures2d_StarDetector_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSmaxSize, responseThreshold, lineThresholdProjected, lineThresholdBinarized
FUNCTIONxfeatures2d_StarDetector_create
RETURN TYPExfeatures2d_StarDetector | null
the full constructor
xfeatures2d_StarDetector_create(maxSize: number, responseThreshold: number, lineThresholdProjected: number, lineThresholdBinarized: number, suppressNonmaxSize: number): xfeatures2d_StarDetector | null;6 available overloads
xfeatures2d_StarDetector_create(): xfeatures2d_StarDetector | null;xfeatures2d_StarDetector_create(maxSize: number): xfeatures2d_StarDetector | null;xfeatures2d_StarDetector_create(maxSize: number, responseThreshold: number): xfeatures2d_StarDetector | null;xfeatures2d_StarDetector_create(maxSize: number, responseThreshold: number, lineThresholdProjected: number): xfeatures2d_StarDetector | null;xfeatures2d_StarDetector_create(maxSize: number, responseThreshold: number, lineThresholdProjected: number, lineThresholdBinarized: number): xfeatures2d_StarDetector | null;xfeatures2d_StarDetector_create(maxSize: number, responseThreshold: number, lineThresholdProjected: number, lineThresholdBinarized: number, suppressNonmaxSize: number): xfeatures2d_StarDetector | null;maxSizemax size argument (number).
responseThresholdresponse threshold argument (number).
lineThresholdProjectedline threshold projected argument (number).
lineThresholdBinarizedline threshold binarized argument (number).
suppressNonmaxSizesuppress nonmax size argument (number).
Returns
The xfeatures2d_StarDetector | 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.