unwrap example: Mention dimensionalities available.

This commit is contained in:
Jostein Bø Fløystad
2013-11-22 10:45:07 +01:00
parent a10f1c1468
commit 3737e6ebd3
+2 -1
View File
@@ -7,7 +7,8 @@ Some signals can only be observed modulo 2*pi, and this can also apply to
two- and three dimensional images. In these cases phase unwrapping is
needed to recover the underlying, unwrapped signal. In this example we will
demonstrate an algorithm [1]_ implemented in ``skimage`` at work for such a
problem.
problem. One-, two- and three dimensional images can all be unwrapped using
skimage. Here we will demonstrate phase unwrapping in the two dimensional case.
"""
import numpy as np