Skip to content

ppf_match_3d_writePLYVisibleNormals

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

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