mirror of
https://github.com/wassname/scikit-image.git
synced 2026-06-28 15:57:07 +08:00
e6bda5accd
Better explanation of technique in plot_windowed_histogram example, along with (hopefully correct) citations. Relevant additions to release_dev.txt and CONTRIBUTORS.txt.
41 lines
765 B
Plaintext
41 lines
765 B
Plaintext
Announcement: scikit-image 0.X.0
|
|
================================
|
|
|
|
We're happy to announce the release of scikit-image v0.X.0!
|
|
|
|
scikit-image is an image processing toolbox for SciPy that includes algorithms
|
|
for segmentation, geometric transformations, color space manipulation,
|
|
analysis, filtering, morphology, feature detection, and more.
|
|
|
|
For more information, examples, and documentation, please visit our website:
|
|
|
|
http://scikit-image.org
|
|
|
|
|
|
New Features
|
|
------------
|
|
Region Adjacency Graphs
|
|
- Color distance RAGs (#1031)
|
|
- Threshold Cut on RAGs (#1031)
|
|
- Similarity RAGs (#1080)
|
|
- Normalized Cut on RAGs (#1080)
|
|
- RAG Drawing (#1087)
|
|
Sliding Windowed Histogram (#1127)
|
|
|
|
Improvements
|
|
------------
|
|
|
|
|
|
|
|
|
|
API Changes
|
|
-----------
|
|
|
|
|
|
|
|
|
|
Deprecations
|
|
------------
|
|
|
|
|