Fix restoration example imports

This commit is contained in:
Johannes Schönberger
2014-03-13 20:00:45 -04:00
parent ef63523ab0
commit eedc72def6
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -29,7 +29,7 @@ import numpy as np
import matplotlib.pyplot as plt
from skimage import data, img_as_float
from skimage.filter import denoise_tv_chambolle, denoise_bilateral
from skimage.restoration import denoise_tv_chambolle, denoise_bilateral
lena = img_as_float(data.lena())
+1 -1
View File
@@ -14,7 +14,7 @@ skimage. Here we will demonstrate phase unwrapping in the two dimensional case.
import numpy as np
from matplotlib import pyplot as plt
from skimage import data, img_as_float, color, exposure
from skimage.exposure import unwrap_phase
from skimage.restoration import unwrap_phase
# Load an image as a floating-point grayscale