mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-02 19:23:04 +08:00
f53a4e0764
The naive 1D unwrapper does not support masked arrays because the 1D unwrapping problem has an infite number of solutions when faced with missing data. Wrap around is not implemented because 1D phase unwrapping must start at a certain pixel, and there will always be a risk of a discontinuity there, wrap around or not.