Commit Graph

45 Commits

Author SHA1 Message Date
Stefan van der Walt 5ba3ea421c Fix imports and suppress deprecation warnings 2014-05-08 19:14:38 +02:00
Johannes Schönberger e9f690d598 Use new regionprops interface in hough_line_peaks 2014-04-11 10:42:39 -04:00
Stefan van der Walt 32e3462b61 Merge pull request #824 from tonysyu/fix/hough-circle-regression
Fix hough_circle regression on windows
2014-01-21 17:17:09 -08:00
Tony S Yu 41e289c777 Fix hough_circle regression on windows 2013-11-21 15:54:57 -06:00
Johannes Schönberger aaf0749b89 Fix hough_line_peaks doctest 2013-11-04 00:12:39 +01:00
Johannes Schönberger d726a5451c Fix precision of output in hough_line_peaks doctest 2013-11-03 10:33:20 +01:00
Johannes Schönberger 87dcaa4829 Fix hough_line_peaks doctest 2013-11-03 09:36:25 +01:00
Johannes Schönberger 5c9d7af652 Remove deprecated hough_* functions 2013-10-14 19:52:56 +02:00
Johannes Schönberger 7fa0416250 Fix hough transform test cases 2013-04-28 23:20:01 +02:00
François Boulogne 35d6973215 fix deprecated variable 2013-03-24 16:34:27 +01: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 caee53c83c doc, minor improv. 2013-03-22 23:31:06 +01:00
François Boulogne 29b91ca01d minor doc improv. 2013-03-22 23:16:13 +01:00
François Boulogne 33060e3343 Fix docstring 2013-03-22 23:12:18 +01:00
François Boulogne 4e0db80c24 remove docstring 2013-03-20 18:30:52 +01:00
François Boulogne 30af0a66a2 replace hough() by hough_line() in doc 2013-03-20 18:30:19 +01:00
François Boulogne 1ddf37b6b6 add note for distance/angle convention. Thanks to Emre Safak. 2013-03-20 08:51:04 +01:00
François Boulogne 6b1c809a78 DOC: add docstring for deprecation 2013-03-19 21:16:34 +01:00
Christoph Gohlke 7ca08cf763 Fix ValueError: Buffer dtype mismatch on win-amd64 2013-03-04 17:32:22 -08:00
François Boulogne 5161687730 various minor fixes 2013-02-25 22:56:27 +01:00
François Boulogne a997195881 hough transform for circles 2013-02-25 22:55:59 +01:00
Johannes Schönberger 6df06b46dd Fix threshold default value description 2012-11-08 17:14:30 +01:00
Johannes Schönberger 692cfe7e8f Use center of mass for peaks with equal accumulator values 2012-11-08 16:56:24 +01:00
Johannes Schönberger 531060ec20 Reduce to one threshold paramater 2012-11-01 15:01:14 +01:00
Johannes Schönberger 5be7f62813 Fix hough transform return value ordering in doc string 2012-10-31 09:26:47 +01:00
Johannes Schönberger 1221a98a42 Fix ordering of return values 2012-10-31 09:24:09 +01:00
Johannes Schönberger ee098224eb Set constant value for maximum filter explicitly 2012-10-10 13:06:21 +02:00
Johannes Schönberger ede5df6c70 Add missing support for num_peaks parameter 2012-10-10 13:06:21 +02:00
Johannes Schönberger d9a7bac999 Refactor non maximum suppression for faster computation 2012-10-10 13:06:20 +02:00
Johannes Schönberger 5fbdd91712 Fix typo 2012-10-10 13:06:20 +02:00
Johannes Schönberger f4bdd94452 Add note about range of angle values 2012-10-10 13:06:20 +02:00
Johannes Schönberger 068293962d Add hough transform peak detection 2012-10-10 13:06:20 +02:00
Tony S Yu b433e8ecef DOC: Remove plots from docstring examples
Plotting isn't really necessary in a docstring example. Both of these functions already have gallery examples.
2012-09-13 09:28:12 -04:00
Tony S Yu 1108727ed8 DOC: Replace doctest with literal code block 2012-09-12 21:38:00 -04:00
Tony S Yu 24f3b7d260 DOC: Fix block-formatting in doctest 2012-09-11 23:35:09 -04:00
Tony S Yu 2614853a92 DOC: suppress plot display in doctests
Plot display interrupts the doctest run.
2012-09-11 23:33:15 -04:00
Tony S Yu 3321e94d1d DOC: Wrap long lines 2012-09-02 19:23:41 -04:00
Andreas Mueller f7b3d8062c COSMIT pep8 2012-06-29 11:27:23 +02:00
Stefan van der Walt ac625e9d3b BUG: Correctly fix zip import for Python 3.2. 2to3 simply removes the itertools import line. 2012-03-03 11:42:16 -08:00
Stefan van der Walt e99f18be5a BUG: Fix imports for Python 3.2. 2012-03-03 11:18:16 -08:00
Warren Weckesser 69444305e8 DOC: fix probabilistic_hough docstring--use correct keyword arg in the docstring, plus a few spacing tweaks. 2012-01-08 16:52:39 -06:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00