mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-29 11:26:57 +08:00
Fix restoration example imports
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user