xfeatures2d_BRISK_create1
import { xfeatures2d_BRISK_create1 } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
The BRISK constructor for a custom pattern
xfeatures2d_BRISK_create1(radiusList: FloatVector, numberList: IntVector, dMax: number, dMin: number, indexChange: IntVector): xfeatures2d_BRISK | null;4 available overloads
xfeatures2d_BRISK_create1(thresh: FloatVector, octaves: IntVector): xfeatures2d_BRISK | null;xfeatures2d_BRISK_create1(thresh: FloatVector, octaves: IntVector, patternScale: number): xfeatures2d_BRISK | null;xfeatures2d_BRISK_create1(thresh: FloatVector, octaves: IntVector, patternScale: number, _3: number): xfeatures2d_BRISK | null;xfeatures2d_BRISK_create1(radiusList: FloatVector, numberList: IntVector, dMax: number, dMin: number, indexChange: IntVector): 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.
_33 argument (number).
radiusListdefines the radii (in pixels) where the samples around a keypoint are taken (for keypoint scale 1).
numberListdefines the number of sampling points on the sampling circle. Must be the same size as radiusList..
dMaxthreshold for the short pairings used for descriptor formation (in pixels for keypoint scale 1).
dMinthreshold for the long pairings used for orientation determination (in pixels for keypoint scale 1).
indexChangeindex remapping of the bits.
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.