xfeatures2d_AgastFeatureDetector_create
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
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;thresholdthreshold argument (number).
nonmaxSuppressionnonmax suppression argument (boolean).
_22 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.