Stefan van der Walt
8d54380dc0
Merge pull request #259 from emmanuelle/fix_random_walker
...
ENH: Fix random walker.
2012-08-27 02:40:56 -07:00
Emmanuelle Gouillart
9d29d5df78
PEP8: indentation in random_walker_segmentation
2012-08-27 11:26:11 +02:00
Emmanuelle Gouillart
28161eaee6
ENH: better handling of labels that need to be reordered
...
(this is now done automatically)
2012-08-24 15:09:46 +02:00
Emmanuelle Gouillart
aa92d5f0bd
Better handling of labeled pixels in random walker segmentation when we
...
return the whole probability.
2012-07-24 23:01:15 +02:00
Andreas Mueller
f7c56202d0
COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995
2012-06-29 11:27:23 +02:00
Emmanuelle Gouillart
4ab7d0a4fa
Modifications to random walker segmentation algorithm:
...
* returning the probability to belong to a label instead of only the most
likely label is now possible
* fixing some type issues
* handling non-consecutive label values
2012-06-24 19:35:27 +02:00
cgohlke
faf92e1a6d
Fix TypeError on 64 bit platforms
2012-02-25 21:01:27 -08:00
Andreas Mueller
2b6208cf3e
DOC some sphinx and rst fixes
2012-02-21 18:01:22 +01:00
emmanuelle
46d330591f
ENH Tony's comments on random walker
2012-01-23 19:47:16 +01:00
emmanuelle
6559b8f31d
ENH Removed unused argument in random_walker_segmentation
2012-01-21 12:34:34 +01:00
emmanuelle
528187c2b0
ENH: addressed Tony's comments (renaming of functions, doc)
2012-01-21 11:43:53 +01:00
emmanuelle
b9d6090c5e
Cross-See also in watershed and random walker
2012-01-17 22:17:15 +01:00
emmanuelle
09e3a43f58
More explanations about the algorithm
...
Also: removed copyright
changed module name
2012-01-17 21:32:08 +01:00