Skip to content

ppf_match_3d_writePLY

surface_matchingfunctionOpenCV 5.0.0
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
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

Write a point cloud to PLY file

ppf_match_3d_writePLY(PC: Mat, fileName: EmbindString): void;
PC

Input point cloud

fileName

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