Commit Graph

38 Commits

Author SHA1 Message Date
emmanuelle a5a771a8e4 Modified label function so that background pixels are labeled with 0, and
background=0 by default.

Modified label function so that background pixels are labeled with 0, and
background=0 by default. All tests of _ccomp.pyx pass

Modified a couple of files to be consistent with the new behavior of
measure.label

Modified doctring of label to pass doctest

Modified TODO.txt as well as release notes to mention the new behavior of
label.

Typo in docstring

Typo in docstring

Changed default value of kw argument background in measure.label

Removed unnecessary and outdated comment
2016-02-22 21:19:23 +01:00
Josh Warner (Mac) a3356194c8 TSTFIX: Fix imports in hough_ellipse doctest 2015-10-25 14:34:53 -05:00
Josh Warner (Mac) 159c9f4e9e TST/STY: Hough tf regression test & Cython wrappers 2015-10-24 23:50:53 -05:00
Julius Bier Kirekgaard e79a0a2dc1 Added pep8 spaces 2015-08-30 15:35:50 +01:00
Julius Bier Kirekgaard 8c5ce8504a assert equal scalar, seqeunce output of hough circle 2015-08-30 15:13:45 +01:00
Julius Bier Kirekgaard 9a4a3c674e test and docstring update for hough_circle 2015-08-30 13:16:33 +01:00
Johannes Schönberger 7337a3e14b Do not acquire GIL for hough_line 2015-05-19 18:57:20 -07:00
Johannes Schönberger 83fe07097f Do not acquire GIL for hough_circle 2015-05-19 18:42:53 -07:00
Steven Silvester c0a0490eed Fix handling of multiple warnings and update tests
Fix handling of multiple warnings

Update all test __init__ files

Update segmentation pkg

Update the color pkg

Update the exposure pkg

Update the filters pkg

Update the io pkg

Update the measure pkg

Update morphology package

Restructure test setup function

Add expected_warnings to __all__

Update restoration pkg.

Remove explicit filter check since it is done elsewhere

Fix the image test helpers

Update the transform pkg

Fix util pkg

Update viewer pkg
2014-12-23 16:51:06 -06:00
Steven Silvester 0debedd82c Handle more warnings and reset io plugins as needed
Reset plugins prior to running collections test

Handle warnings in morphology pkg

Add __init__ for morpohology tests

Handle warnings for novice pkg

Handle warnings for restoration pkg

Handle warnings for segmentation pkg

Handle warnings for _shared pkg

Handle warnings for transform pkg

Handle warnings for util pkg

Handle warnings in viewer module
2014-12-23 16:48:16 -06:00
Johannes Schönberger 6c67738808 Miscellaneous fixes and improvements 2013-10-12 14:13:10 +02:00
François Boulogne df2ee4d636 remove heapq 2013-10-12 14:09:52 +02:00
François Boulogne e27b798ffa FIX: handle correctly main axis def 2013-10-12 14:09:51 +02:00
François Boulogne 1a9d5bb4ca TEST: revert precision 2013-10-12 14:09:51 +02:00
François Boulogne 594a228a06 TEST: fix bad subs 2013-10-12 14:09:51 +02:00
François Boulogne 742699c570 TEST: fix precision 2013-10-12 14:09:51 +02:00
François Boulogne debd4d54d6 ENH: use heapq to select the best match 2013-10-12 14:09:51 +02:00
François Boulogne 7e970b18cd MAINT change HT return API 2013-10-12 14:09:51 +02:00
François Boulogne 7a1b1c28de FIX: fix angle convention 2013-10-12 14:09:51 +02:00
François Boulogne e9f3bd66ac TEST: fix mistake 2013-10-12 14:09:51 +02:00
cgohlke 4d46bc0912 TST: Fix ValueError: Buffer dtype mismatch, expected 'intp_t' but got 'long' 2013-10-10 21:51:56 -07:00
François Boulogne cf3efba3c1 use previous import 2013-07-06 16:12:09 +02:00
François Boulogne 2dfeab83df PEP8 + import 2013-07-06 13:49:01 +02:00
François Boulogne 73f6585d28 Hough transform for ellipses 2013-06-20 16:08:53 +02:00
François Boulogne 0586046d59 fix travis complaint 2013-04-22 21:27:54 +02:00
François Boulogne 1780a8d2e7 add option full_output to hough_circ 2013-04-16 15:01:02 +02:00
François Boulogne 96d0e677dd cosmectics (flake8) 2013-03-24 15:52:14 +01:00
François Boulogne 0e4d107754 fix signature 2013-03-24 15:39:07 +01:00
François Boulogne 42e872f926 fix names 2013-03-24 15:22:42 +01:00
François Boulogne a68434b330 big clean-up! 2013-03-24 15:11:55 +01:00
François Boulogne 22158fc9da improve unittests 2013-03-22 23:11:29 +01:00
François Boulogne ecb762c9e4 bugfix dim + unittest 2013-02-25 22:56:28 +01:00
François Boulogne 12c1bf8883 add unittest for hough circle 2013-02-25 22:55:59 +01:00
Johannes Schönberger ede5df6c70 Add missing support for num_peaks parameter 2012-10-10 13:06:21 +02:00
Johannes Schönberger 068293962d Add hough transform peak detection 2012-10-10 13:06:20 +02:00
Andreas Mueller 46e959a9d9 COSMIT some manual pep8, removed unused imports, removed unused variables and fixed a bug in a ValueError statement. 2012-06-29 11:27:23 +02:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00