Commit Graph
8 Commits
Author SHA1 Message Date
Jeremy Metz e9a56655c6 Switched gray to multichannel version
Corrected wrap-80

Switched `ndim` check to `atleast_3d`

Removed `elif` from ndim check.

Updated felzenszwalb rgb test to reflect min_size fix

Update docstring multi to single & multi channel

Also Added spaces between `,` and `:` in distance function

Updated indentations, array shape specification

Updated function name _rgb > _cython

Added missing spaces in ValueError message

Updated docs
2016-06-20 21:16:25 +01:00
Martin Thoma ec5e8b1097 Add example for felzenszwalb image segmentation 2016-05-20 22:44:30 +02:00
Steven Silvester b710bd21d2 Use a stacklevel of 2 by default for all warnings 2016-01-30 08:57:46 -06:00
Johannes Schönberger 3a1079a180 Misc PEP8 fixes 2014-12-14 02:56:14 +01:00
Andreas Mueller 57e37352cb FIX add missing min_size parameter, add regression test. 2013-10-20 15:15:36 -07: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 f560346309 Trying to avoid name collisions. 2012-08-05 21:31:24 +01:00