Johannes Schönberger
|
62d83ad42c
|
Globally change np to cnp if cimported
|
2013-02-24 14:14:14 +01:00 |
|
Johannes Schönberger
|
7e578b5dec
|
Fix index type error in SLIC function
|
2013-02-22 17:05:39 +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
|
9f55fa2112
|
Change type to ssize_t for all index and size variables
|
2013-02-22 17:05:10 +01:00 |
|
Juan Nunez-Iglesias
|
35e8ad2ccc
|
Allow grayscale input images to SLIC segmentation
There is no reason for SLIC to be restricted to colour/RGB images. I
have added a few lines that allow single-channel input.
|
2012-12-17 16:45:23 +11:00 |
|
Emmanuelle Gouillart
|
b1098f69f8
|
DOC: removed unused import in docstring
|
2012-09-02 23:21:13 +02:00 |
|
Emmanuelle Gouillart
|
0293403b68
|
DOC: example in slic segmentation docstring
|
2012-08-27 12:57:24 +02:00 |
|
Andreas Mueller
|
6b1dab9f9a
|
MISC move felzenszwalb_cy.pyx to _felzenszwalb_cy.pyx, don't use xrange when not necessary
|
2012-08-20 22:30:58 +01:00 |
|
Andreas Mueller
|
fe2a4334fa
|
ENH addressed (hopefully all) of Tony's and Stefan's comments.
|
2012-08-20 20:22:06 +01:00 |
|
Andreas Mueller
|
f88a29b091
|
ENH minor speedups.
|
2012-08-10 10:03:20 +01:00 |
|
Andreas Mueller
|
f560346309
|
Trying to avoid name collisions.
|
2012-08-05 21:31:24 +01:00 |
|