ppf_match_3d_writePLY
import { ppf_match_3d_writePLY } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSPC, fileName
FUNCTIONppf_match_3d_writePLY
RETURN TYPEvoid
Write a point cloud to PLY file
ppf_match_3d_writePLY(PC: Mat, fileName: EmbindString): void;PCInput point cloud
fileNameThe PLY model file to write
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.