Johannes Schönberger
44f3e1b136
Remove deprecated skimage.segmentation.visualize_boundaries
2014-04-11 10:05:51 -04:00
Juan Nunez-Iglesias
37f66f769b
Add relabel_sequential to __init__ import
2013-10-03 16:09:27 +10:00
Juan Nunez-Iglesias
e757b9ae06
Rename slic.py to avoid name conflicts
2013-07-02 13:22:13 +02:00
Juan Nunez-Iglesias
6dc8e6300b
Separate inner loop of SLIC computation
2013-07-02 13:22:12 +02:00
Johannes Schönberger
69eafa95df
Add __all__ to segmentation package
2013-04-28 23:20:00 +02:00
Juan Nunez-Iglesias
dc377970f5
Add functions to join and relabel segmentations
...
The join of two segmentations is the segmentation in which two voxels
are in the same segment if and only if they are in the same segment in
both input segmentations.
2012-11-28 12:22:14 +11:00
Tony S Yu
ad53159d60
STY: Rename highlight_boundaries to mark_boundaries
2012-10-07 19:23:38 -04:00
Tony S Yu
694ac11f93
STY: Rename visualize_boundaries to highlight_boundaries
...
Add @deprecated decorator to ease the transition.
2012-10-07 15:43:28 -04:00
Johannes Schönberger
1177cf1393
Move clear_border to segmentation package
2012-08-27 18:56:05 +02:00
Andreas Mueller
f560346309
Trying to avoid name collisions.
2012-08-05 21:31:24 +01:00
Andreas Mueller
f421587aa4
ENH renamed "felzenszwalb_segmentation" to "felzenszwalb", remove debug output from slic
2012-08-05 21:10:29 +01:00
Andreas Mueller
530f2c31c4
pep8
2012-08-05 20:25:34 +01:00
Andreas Mueller
cd1007a0bc
Rename km_segmentation to slic. They have a PAMI paper now so I guess we should use their name.
2012-08-03 11:57:02 +01:00
Andreas Mueller
026b6b1df0
Fix initialization in km_segmentation, prettier examples
2012-08-03 11:43:03 +01:00
Andreas Mueller
ccfb89b957
FIX Tried to address @stefanv's comments on the PR.
2012-08-03 11:37:11 +01:00
Andreas Mueller
05cc863f3f
First draft for numpy based km_segmentation
2012-08-03 11:37:11 +01:00
Andreas Mueller
a7c98cb67a
Remove felzenszwalb_segmentation_gray again since it just complicates the interface.
2012-08-03 11:37:11 +01:00
Andreas Mueller
4d10749a0e
DOC document and export felzenszwalb_segmentation_grey, prettify plots for the web.
2012-08-03 11:37:11 +01:00
Andreas Mueller
58237a558a
ENH dirty fix, works though. Starting profiling.
2012-08-03 11:37:10 +01:00
Andreas Mueller
eb5c2fe5d4
ENH fixed stupid bug in quickshift, example
2012-08-03 11:37:10 +01:00
Andreas Mueller
967eb5b50d
ENH first draft of felzenszwalbs graph based image segmentation in Python
2012-08-03 11:36:42 +01:00
Stefan van der Walt
e99f18be5a
BUG: Fix imports for Python 3.2.
2012-03-03 11:18:16 -08:00
emmanuelle
09e3a43f58
More explanations about the algorithm
...
Also: removed copyright
changed module name
2012-01-17 21:32:08 +01:00
emmanuelle
1cf2da0399
__init__.py in segmentation submodule
2012-01-15 17:28:40 +01:00