Octree_createWithResolution1
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
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;_00 argument (number).
_11 argument (Mat).
_22 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.