Introduction - If you have any usage issues, please Google them yourself
QualityGuidedUnwrap2D implements 2D quality guided path following phase
unwrapping algorithm.
Inputs: 1. Complex image in .mat double format
2. Binary mask (optional)
Outputs: 1. Unwrapped phase image
2. Phase quality map
This code can easily be extended for 3D phase unwrapping.
Technique adapted from:
D. C. Ghiglia and M. D. Pritt, Two-Dimensional Phase Unwrapping:
Theory, Algorithms and Software. New York: Wiley-Interscience, 1998.
Posted by Bruce Spottiswoode on 22 December 2008
2010/07/23 Modified by Carey Smith