ppf_match_3d_writePLYVisibleNormals
import { ppf_match_3d_writePLYVisibleNormals } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSPC, fileName
FUNCTIONppf_match_3d_writePLYVisibleNormals
RETURN TYPEvoid
Used for debbuging pruposes, writes a point cloud to a PLY file with the tip of the normal vectors as visible red points
ppf_match_3d_writePLYVisibleNormals(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.