Skip to content

dynafu_DynaFu_create

rgbdfunctionOpenCV 5.0.0
import { dynafu_DynaFu_create } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTS_params
FUNCTIONdynafu_DynaFu_create
RETURN TYPEdynafu_DynaFu | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Create an owned dynafu_DynaFu instance with the supplied configuration.

Backwards compatibility for old versions

dynafu_DynaFu_create(_params: kinfu_Params | null): dynafu_DynaFu | null;
_params

params argument (kinfu_Params | null).

Returns

The dynafu_DynaFu | 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.