Skip to content

xfeatures2d_AgastFeatureDetector_create

xfeatures2dfunctionOpenCV 5.0.0
import { xfeatures2d_AgastFeatureDetector_create } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSthreshold, nonmaxSuppression, _2
FUNCTIONxfeatures2d_AgastFeatureDetector_create
RETURN TYPExfeatures2d_AgastFeatureDetector | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Create an owned xfeatures2d_AgastFeatureDetector instance with the supplied configuration.

Wrapping class for feature detection using the AGAST method. :

xfeatures2d_AgastFeatureDetector_create(threshold: number, nonmaxSuppression: boolean, _2: number): xfeatures2d_AgastFeatureDetector | null;
4 available overloads
xfeatures2d_AgastFeatureDetector_create(): xfeatures2d_AgastFeatureDetector | null;
xfeatures2d_AgastFeatureDetector_create(threshold: number): xfeatures2d_AgastFeatureDetector | null;
xfeatures2d_AgastFeatureDetector_create(threshold: number, nonmaxSuppression: boolean): xfeatures2d_AgastFeatureDetector | null;
xfeatures2d_AgastFeatureDetector_create(threshold: number, nonmaxSuppression: boolean, _2: number): xfeatures2d_AgastFeatureDetector | null;
threshold

threshold argument (number).

nonmaxSuppression

nonmax suppression argument (boolean).

_2

2 argument (number).

Returns

The xfeatures2d_AgastFeatureDetector | 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.