xfeatures2d_BRISK_create
import { xfeatures2d_BRISK_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSthresh, octaves, patternScale
FUNCTIONxfeatures2d_BRISK_create
RETURN TYPExfeatures2d_BRISK | null
The BRISK constructor
xfeatures2d_BRISK_create(thresh: number, octaves: number, patternScale: number): xfeatures2d_BRISK | null;4 available overloads
xfeatures2d_BRISK_create(): xfeatures2d_BRISK | null;xfeatures2d_BRISK_create(thresh: number): xfeatures2d_BRISK | null;xfeatures2d_BRISK_create(thresh: number, octaves: number): xfeatures2d_BRISK | null;xfeatures2d_BRISK_create(thresh: number, octaves: number, patternScale: number): xfeatures2d_BRISK | null;threshAGAST detection threshold score.
octavesdetection octaves. Use 0 to do single scale.
patternScaleapply this scale to the pattern used for sampling the neighbourhood of a keypoint.
Returns
The xfeatures2d_BRISK | 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.