Skip to content

ppf_match_3d_addNoisePC

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

Adds a uniform noise in the given scale to the input point cloud

ppf_match_3d_addNoisePC(pc: Mat, scale: number): Mat;
pc

Input point cloud (CV_32F family).

scale

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