Skip to content

xfeatures2d_StarDetector_create

xfeatures2dfunctionOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

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;
maxSize

max size argument (number).

responseThreshold

response threshold argument (number).

lineThresholdProjected

line threshold projected argument (number).

lineThresholdBinarized

line threshold binarized argument (number).

suppressNonmaxSize

suppress 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.