60 Commits

Author SHA1 Message Date
François Boulogne 1d52ccf0b1 DOC: clarifications + comment step size theta
DOC: fix wording

enhance return name
2016-05-22 11:50:33 +02: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
Josh Warner a2d74e5260 Merge pull request #1421 from hohlraum/hough_fix
FIX: Fix missing peaks in hough_line_peaks.
2015-10-08 18:48:48 -07:00
Julius Bier Kirekgaard 9a4a3c674e test and docstring update for hough_circle 2015-08-30 13:16:33 +01:00
Julius Bier Kirekgaard 29fd2864cd hough_circle radius accepts scalars and lists 2015-08-30 12:52:38 +01:00
Julius Bier Kirekgaard b5fd7bc885 Fixed forgotten output for docstring example 2015-08-28 21:09:42 +01:00
Julius Bier Kirekgaard 002fc70759 Shorter hough_circle example 2015-08-28 21:04:52 +01:00
Julius Bier Kirekgaard 3c41e75b22 Added whitespace to comply with pep8 2015-08-28 20:46:14 +01:00
Julius Bier Kirekgaard 5f5af64551 Example for hough_circle 2015-08-28 20:08:11 +01:00
Juan Nunez-Iglesias 0d134987f9 Harmonize all ndimage usage across the library
Only two forms remain in use:

- `from scipy import ndimage as ndi`
- `from scipy.ndimage import function`
2015-06-09 15:18:37 +10:00
Andrew Mark ff29d2ccd1 Sort peak candidates by intensity before starting supression. 2015-03-12 04:39:18 +01:00
Andrew Mark bc52e4a411 Local neighbourhood suppression on hspace_max. 2015-03-12 03:15:37 +01:00
Andrew Mark 33e36542d5 Fix missing peaks in hough_line_peaks. 2015-03-12 02:52:38 +01:00
Johannes Schönberger ee5c6fbeb2 Use relative imports in skimage files 2015-01-22 07:36:48 -05:00
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