Commit Graph

10 Commits

Author SHA1 Message Date
Stefan van der Walt e99f18be5a BUG: Fix imports for Python 3.2. 2012-03-03 11:18:16 -08:00
cgohlke cd6d97012f Fix ImportError on Python 3 2011-12-03 15:45:40 -08:00
Stefan van der Walt bf609dfca0 DOC: Fix some scikits.image mentions. 2011-12-02 10:55:41 -08:00
Zach Pincus fbb07734fc Tighten up _find_contours.pyx
Remove some redundant operations in _find_contours.pyx -- will speed
things especially in common case where most pixels DON'T have a contour
nearby.
2011-12-01 12:34:08 -05:00
Stefan van der Walt 8579ef0183 STY: Clean up docstrings. 2011-11-30 15:56:21 -08:00
Stefan van der Walt c0b3601056 REF: Convert find_contours to Cython. 2011-11-30 12:23:32 -08:00
Stefan van der Walt 053b27e623 ENH: Whitespace cleanup. 2011-11-30 10:56:42 -08:00
Stefan van der Walt bea1b751d2 BUG: Import find_contours from correct location. 2011-11-30 10:55:40 -08:00
Zach Pincus 1cb10a5bd9 add _find_contours.c 2011-11-30 13:16:40 -05:00
Zach Pincus 077a080389 Move to measure submodule
Code moved to new "measure" submodule and another test and better
documentation added.
2011-11-27 17:05:27 -05:00