Commit Graph
10 Commits
Author SHA1 Message Date
mljli 7ee54affab fix region merging
correct variable names

add test for felzenszwalb's region merging
2016-06-22 13:34:24 +08:00
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
Johannes Schönberger 0758fc9cd6 Do not acquire GIL for felzenswalb 2015-05-19 22:52:35 -07:00
Andreas Mueller 57e37352cb FIX add missing min_size parameter, add regression test. 2013-10-20 15:15:36 -07:00
Tony S Yu f2d5b109e9 Add assert_greater compatibility function.
Fix tests to work with nose < 1.1.3. Compatibility functions borrowed from scikit-learn.
2012-09-13 22:17:24 -04:00
Stefan van der Walt 1c3aeec2a8 BUG: Remove uses of xrange for py3 compatibility. 2012-08-20 15:25:40 -07: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 73dd46019b FIX width/height trouble, add non-regression test 2012-08-05 21:06:37 +01:00
Andreas Mueller 49bc44c6e9 FIXed test to work with the fixed "hashing" of colors 2012-08-03 11:37:11 +01:00
Andreas Mueller d2e226fe59 ENH tests for Felzenszwalbs segmentation, fixed off-by-one error 2012-08-03 11:37:11 +01:00