public class PhaseUnwrapping extends Algorithm
| Modifier | Constructor and Description |
|---|---|
protected |
PhaseUnwrapping(long addr) |
| Modifier and Type | Method and Description |
|---|---|
static PhaseUnwrapping |
__fromPtr__(long addr) |
protected void |
finalize() |
void |
unwrapPhaseMap(Mat wrappedPhaseMap,
Mat unwrappedPhaseMap)
Unwraps a 2D phase map.
|
void |
unwrapPhaseMap(Mat wrappedPhaseMap,
Mat unwrappedPhaseMap,
Mat shadowMask)
Unwraps a 2D phase map.
|
clear, empty, getDefaultName, getNativeObjAddr, savepublic static PhaseUnwrapping __fromPtr__(long addr)
public void unwrapPhaseMap(Mat wrappedPhaseMap, Mat unwrappedPhaseMap, Mat shadowMask)
wrappedPhaseMap - The wrapped phase map of type CV_32FC1 that needs to be unwrapped.unwrappedPhaseMap - The unwrapped phase map.shadowMask - Optional CV_8UC1 mask image used when some pixels do not hold any phase information in the wrapped phase map.public void unwrapPhaseMap(Mat wrappedPhaseMap, Mat unwrappedPhaseMap)
wrappedPhaseMap - The wrapped phase map of type CV_32FC1 that needs to be unwrapped.unwrappedPhaseMap - The unwrapped phase map.Copyright © 2022. All rights reserved.