mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-15 12:54:54 +08:00
Moved non-local means denoising to restoration submodule
This commit is contained in:
@@ -15,7 +15,7 @@ import numpy as np
|
||||
import matplotlib.pyplot as plt
|
||||
|
||||
from skimage import data, img_as_float
|
||||
from skimage.filter import nl_means_denoising
|
||||
from skimage.restoration import nl_means_denoising
|
||||
|
||||
|
||||
lena = img_as_float(data.lena())
|
||||
|
||||
Reference in New Issue
Block a user