Skip to content

xfeatures2d_BoostDesc_create

xfeatures2dfunctionOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

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;
desc

desc argument (number).

use_scale_orientation

use scale orientation argument (boolean).

scale_factor

scale 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.