Class PhaseUnwrapping

    • Constructor Detail

      • PhaseUnwrapping

        protected PhaseUnwrapping​(long addr)
    • Method Detail

      • unwrapPhaseMap

        public void unwrapPhaseMap​(Mat wrappedPhaseMap,
                                   Mat unwrappedPhaseMap,
                                   Mat shadowMask)
        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

        public void unwrapPhaseMap​(Mat wrappedPhaseMap,
                                   Mat unwrappedPhaseMap)
        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

        protected void finalize()
                         throws java.lang.Throwable
        Overrides:
        finalize in class Algorithm
        Throws:
        java.lang.Throwable