Use common file for denoising filters

This commit is contained in:
Johannes Schönberger
2012-10-05 11:51:08 +02:00
parent 2342cdd79c
commit b0807739ef
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -3,6 +3,6 @@ from .ctmf import median_filter
from ._canny import canny
from .edges import (sobel, hsobel, vsobel, scharr, hscharr, vscharr, prewitt,
hprewitt, vprewitt)
from ._tv_denoise import tv_denoise
from .denoise import tv_denoise
from ._rank_order import rank_order
from .thresholding import threshold_otsu, threshold_adaptive