xfeatures2d_BoostDesc_create
import { xfeatures2d_BoostDesc_create } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSdesc, use_scale_orientation, scale_factor
FUNCTIONxfeatures2d_BoostDesc_create
RETURN TYPExfeatures2d_BoostDesc | null
Create an owned xfeatures2d_BoostDesc instance with the supplied configuration.
Class implementing BoostDesc (Learning Image Descriptors with Boosting), described in [Trzcinski13a] and [Trzcinski13b].
xfeatures2d_BoostDesc_create(desc: number, use_scale_orientation: boolean, scale_factor: number): xfeatures2d_BoostDesc | null;4 available overloads
xfeatures2d_BoostDesc_create(): xfeatures2d_BoostDesc | null;xfeatures2d_BoostDesc_create(desc: number): xfeatures2d_BoostDesc | null;xfeatures2d_BoostDesc_create(desc: number, use_scale_orientation: boolean): xfeatures2d_BoostDesc | null;xfeatures2d_BoostDesc_create(desc: number, use_scale_orientation: boolean, scale_factor: number): xfeatures2d_BoostDesc | null;descdesc argument (number).
use_scale_orientationuse scale orientation argument (boolean).
scale_factorscale factor argument (number).
Returns
The xfeatures2d_BoostDesc | 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.