Johannes Schönberger
2b505a33bd
Replace all occurences of bresenham with line
2013-04-28 13:12:10 +02:00
Andreas Mueller
6c59e04714
MISC remove unused imports, some pep8 corrections.
2012-09-27 20:01:45 +01:00
Emmanuelle Gouillart
0644026250
Fixed two tests that were failing because of draw imports
2012-08-27 12:04:30 +02:00
Neil Yager
d7d1faec46
Fix bug in skeletonize LUT
2012-08-20 21:56:10 +01:00
Andreas Mueller
f7c56202d0
COSMIT no spaces around power `**`. Fun: https://gist.github.com/1671995
2012-06-29 11:27:23 +02:00
Andreas Mueller
f7b3d8062c
COSMIT pep8
2012-06-29 11:27:23 +02:00
emmanuelle
736802bad4
Medial axis transform (skeletonization) from cell profiler
...
* medial_axis function in morphology.skeletonize
* plot_medial_axis.py example for the gallery
Compared to the skeletonize algorithm in morphology.skeletonize,
medial_axis is faster because it processes all pixel in one pass.
However, the resulting skeleton has more branches, that may be unwanted
depending on the application.
2011-10-24 23:22:58 +02:00
emmanuelle
0f31034a46
First integration of cell profiler medial axis transform
...
(skeletonization in cell profiler)
2011-10-24 23:22:58 +02:00
Stefan van der Walt
5ec4fdec09
PKG: Import skimage instead of scikits.image in changes made since rename.
2011-10-23 22:55:55 -07:00
Stefan van der Walt
91d9949282
PKG: Move remaining files that changed since skimage rename.
2011-10-23 22:34:28 -07:00