ppf_match_3d_loadPLYSimple
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
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;fileNameThe PLY model to read
withNormalsFlag 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.