Skip to content

Octree_createWithResolution1

Core and matricesfunctionOpenCV 5.0.0
import { Octree_createWithResolution1 } from '@banou/opencv-wasm'

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

ARGUMENTS_0, _1, _2
FUNCTIONOctree_createWithResolution1
RETURN TYPEOctree | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Create an owned Octree instance with the supplied configuration.

Octree for 3D vision.

Octree_createWithResolution1(_0: number, _1: Mat, _2: Mat): Octree | null;
2 available overloads
Octree_createWithResolution1(_0: number, _1: Mat): Octree | null;
Octree_createWithResolution1(_0: number, _1: Mat, _2: Mat): Octree | null;
_0

0 argument (number).

_1

1 argument (Mat).

_2

2 argument (Mat).

Returns

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