mirror of
https://github.com/wassname/scikit-image.git
synced 2026-09-12 12:50:49 +08:00
Merge pull request #719 from ahojnnes/slic
This PR: - speeds up SLIC while reducing memory usage, - closes #717, - adds support for a voxel spacing argument for anisotropic images, - removes default gaussian blurring, - removes "magic" guessing whether input was multichannel.
This commit is contained in:
@@ -1,6 +1,8 @@
|
||||
Version 0.9
|
||||
-----------
|
||||
- No longer wrap ``imread`` output in an ``Image`` class.
|
||||
- No longer wrap ``imread`` output in an ``Image`` class
|
||||
- Change default value of `sigma` parameter in ``skimage.segmentation.slic``
|
||||
to 0
|
||||
|
||||
Version 0.4
|
||||
-----------
|
||||
|
||||
Reference in New Issue
Block a user