Commit Graph
7 Commits
Author SHA1 Message Date
Johannes Schönberger 8524203f13 Use typed memoryviews in measure package 2013-08-19 18:42:08 +02:00
Johannes Schönberger 62d83ad42c Globally change np to cnp if cimported 2013-02-24 14:14:14 +01:00
Johannes Schönberger 614023b941 Replace ssize_t with Py_ssize_t globally 2013-02-22 17:05:38 +01:00
Johannes Schönberger 0b99eb68f4 Change type to ssize_t for all index and size variables 2013-02-22 17:05:10 +01:00
Johannes Schönberger c477c7b2ec Remove unnecessary C-contiguous flag 2012-09-08 18:23:40 +02: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 c0b3601056 REF: Convert find_contours to Cython. 2011-11-30 12:23:32 -08:00