Package org.opencv.phase_unwrapping
Class PhaseUnwrapping
java.lang.Object
org.opencv.core.Algorithm
org.opencv.phase_unwrapping.PhaseUnwrapping
- Direct Known Subclasses:
HistogramPhaseUnwrapping
Abstract base class for phase unwrapping.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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.Methods inherited from class org.opencv.core.Algorithm
clear, empty, getDefaultName, getNativeObjAddr, save
-
Constructor Details
-
PhaseUnwrapping
protected PhaseUnwrapping(long addr)
-
-
Method Details
-
__fromPtr__
-
unwrapPhaseMap
Unwraps a 2D phase map.- Parameters:
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.
-
unwrapPhaseMap
Unwraps a 2D phase map.- Parameters:
wrappedPhaseMap
- The wrapped phase map of type CV_32FC1 that needs to be unwrapped.unwrappedPhaseMap
- The unwrapped phase map.
-
finalize
-