mirror of
https://github.com/wassname/scikit-image.git
synced 2026-07-04 03:36:33 +08:00
Wrap code at 80
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
from .generic import (autolevel, bottomhat, equalize, gradient, maximum, mean,
|
||||
subtract_mean, median, minimum, modal, enhance_contrast,
|
||||
pop, threshold, tophat, noise_filter, entropy, otsu, sum, windowed_histogram)
|
||||
pop, threshold, tophat, noise_filter, entropy, otsu,
|
||||
sum, windowed_histogram)
|
||||
from ._percentile import (autolevel_percentile, gradient_percentile,
|
||||
mean_percentile, subtract_mean_percentile,
|
||||
enhance_contrast_percentile, percentile,
|
||||
|
||||
Reference in New Issue
Block a user