ppf_match_3d_addNoisePC
import { ppf_match_3d_addNoisePC } from '@banou/opencv-wasm'Use after await initOpenCV(). See the initialization and named imports guide.
ARGUMENTSpc, scale
FUNCTIONppf_match_3d_addNoisePC
RETURN TYPEMat
Adds a uniform noise in the given scale to the input point cloud
ppf_match_3d_addNoisePC(pc: Mat, scale: number): Mat;pcInput point cloud (CV_32F family).
scaleInput scale of the noise. The larger the scale, the more noisy the output
Returns
The Mat result. 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.