Skip to content

ppf_match_3d_loadPLYSimple

surface_matchingfunctionOpenCV 5.0.0
import { ppf_match_3d_loadPLYSimple } from '@banou/opencv-wasm'

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

ARGUMENTSfileName, withNormals
FUNCTIONppf_match_3d_loadPLYSimple
RETURN TYPEMat
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Load a PLY file

ppf_match_3d_loadPLYSimple(fileName: EmbindString, withNormals: number): Mat;
2 available overloads
ppf_match_3d_loadPLYSimple(fileName: EmbindString): Mat;
ppf_match_3d_loadPLYSimple(fileName: EmbindString, withNormals: number): Mat;
fileName

The PLY model to read

withNormals

Flag wheather the input PLY contains normal information, and whether it should be loaded or not

Returns

Returns the matrix on successful load Release returned native handles with using or delete(), including handles nested in results.

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.