forked from scikit-image/scikit-image
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request scikit-image#719 from ahojnnes/slic
This PR: - speeds up SLIC while reducing memory usage, - closes scikit-image#717, - adds support for a voxel spacing argument for anisotropic images, - removes default gaussian blurring, - removes "magic" guessing whether input was multichannel.
- Loading branch information
Showing
5 changed files
with
262 additions
and
152 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,15 @@ | ||
Version 0.10 | ||
------------ | ||
* Remove deprecated functions: | ||
- ``skimage.filter.rank.*`` | ||
* Remove deprecated parameter ``epsilon`` of ``skimage.viewer.LineProfile`` | ||
* Remove backwards-compatability of ``skimage.measure.regionprops`` | ||
* Remove deprecated functions in `skimage.filter.rank.*` | ||
* Remove deprecated parameter `epsilon` of `skimage.viewer.LineProfile` | ||
* Remove backwards-compatability of `skimage.measure.regionprops` | ||
* Remove {`ratio`, `sigma`} deprecation warnings of `skimage.segmentation.slic` | ||
|
||
Version 0.9 | ||
----------- | ||
* Remove deprecated functions | ||
- ``skimage.filter.denoise_tv_chambolle`` | ||
- ``skimage.morphology.is_local_maximum`` | ||
- ``skimage.transform.hough`` | ||
- ``skimage.transform.probabilistic_hough`` | ||
- ``skimage.transform.hough_peaks`` | ||
- `skimage.filter.denoise_tv_chambolle` | ||
- `skimage.morphology.is_local_maximum` | ||
- `skimage.transform.hough` | ||
- `skimage.transform.probabilistic_hough` | ||
- `skimage.transform.hough_peaks` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.