mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-24 13:20:43 +08:00
Remove thresholding subpackage and integrate into filter subpackage.
This commit is contained in:
@@ -4,3 +4,4 @@ from canny import canny
|
||||
from edges import sobel, hsobel, vsobel, hprewitt, vprewitt, prewitt
|
||||
from tv_denoise import tv_denoise
|
||||
from rank_order import rank_order
|
||||
from thresholding import threshold_otsu
|
||||
|
||||
+1
-1
@@ -2,7 +2,7 @@ import numpy as np
|
||||
|
||||
import skimage
|
||||
from skimage import data
|
||||
from skimage.thresholding import threshold_otsu
|
||||
from skimage.filter.thresholding import threshold_otsu
|
||||
|
||||
|
||||
class TestSimpleImage():
|
||||
@@ -1,2 +0,0 @@
|
||||
from .thresholding import threshold_otsu
|
||||
|
||||
Reference in New Issue
Block a user