Skip to content

phase_unwrapping_HistogramPhaseUnwrapping_create

phase_unwrappingfunctionOpenCV 5.0.0
import { phase_unwrapping_HistogramPhaseUnwrapping_create } from '@banou/opencv-wasm'

Use after await initOpenCV(). See the initialization and named imports guide.

ARGUMENTSparameters
FUNCTIONphase_unwrapping_HistogramPhaseUnwrapping_create
RETURN TYPEphase_unwrapping_HistogramPhaseUnwrapping | null
Call structure. A void return can still write to destination arguments. The parameter descriptions define inputs, outputs and ownership.

phase_unwrapping_HistogramPhaseUnwrapping_create: Constructor

phase_unwrapping_HistogramPhaseUnwrapping_create(parameters: phase_unwrapping_HistogramPhaseUnwrapping_Params): phase_unwrapping_HistogramPhaseUnwrapping | null;
2 available overloads
phase_unwrapping_HistogramPhaseUnwrapping_create(): phase_unwrapping_HistogramPhaseUnwrapping | null;
phase_unwrapping_HistogramPhaseUnwrapping_create(parameters: phase_unwrapping_HistogramPhaseUnwrapping_Params): phase_unwrapping_HistogramPhaseUnwrapping | null;
parameters

HistogramPhaseUnwrapping parameters HistogramPhaseUnwrapping::Params: width,height of the phase map and histogram characteristics.

Returns

The phase_unwrapping_HistogramPhaseUnwrapping | null result.

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.