Commit Graph

32 Commits

Author SHA1 Message Date
François Boulogne 67bbf2a537 readability 2013-04-22 21:42:16 +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 9f20e42031 Tony's comment on output format 2013-04-02 16:21:55 +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 a68434b330 big clean-up! 2013-03-24 15:11:55 +01:00
François Boulogne 12d2cd6855 be consistant with python implementation 2013-03-22 22:07:39 +01:00
Johannes Schönberger 4925205082 Improve performance of normalization 2013-03-04 16:26:06 +01:00
Johannes Schönberger 2e3f82e9d9 Remove unnecessary statement breaks 2013-03-04 15:01:03 +01:00
Johannes Schönberger dec104e9ff Improve performance and usage of data types of hough circle transformation 2013-03-04 15:00:37 +01:00
Johannes Schönberger dc83c64d44 Change data type of index variables 2013-03-03 15:37:45 +01:00
Stefan van der Walt b249c00ef0 Merge pull request #431 from sciunto/houghcircle
ENH: Add circular Hough transform.

Conflicts:
	skimage/transform/_hough_transform.pyx
2013-03-01 16:56:55 +02:00
François Boulogne 86f777ae3d hough transform for circles 2013-02-25 23:01:44 +01:00
François Boulogne ecb762c9e4 bugfix dim + unittest 2013-02-25 22:56:28 +01:00
François Boulogne 928468b999 variable in cdef 2013-02-25 22:56:28 +01:00
François Boulogne de6e63de2e use a single array 2013-02-25 22:56:28 +01:00
François Boulogne 99e2997337 declare cython variables 2013-02-25 22:56:27 +01:00
François Boulogne 5161687730 various minor fixes 2013-02-25 22:56:27 +01:00
François Boulogne 88eaaad9c7 add blank line 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 62d83ad42c Globally change np to cnp if cimported 2013-02-24 14:14:14 +01:00
Johannes Schönberger b716d8b1ed Wrap lines 2013-02-22 17:05:39 +01:00
Johannes Schönberger 6cb47a6e3b Make list of zip in Python 3 explicitely 2013-02-22 17:05:39 +01:00
Johannes Schönberger aedd12faeb Remove unused imports 2013-02-22 17:05:39 +01:00
Johannes Schönberger 2d9c211cf2 Remove unused CAPI numpy import and extend cython directives 2013-02-22 17:05:39 +01:00
Johannes Schönberger 572000f0e2 Improve code layout of probabilistic hough 2013-02-22 17:05:39 +01:00
Johannes Schönberger 614023b941 Replace ssize_t with Py_ssize_t globally 2013-02-22 17:05:38 +01:00
Johannes Schönberger 2957cb873b Change type to ssize_t for all index and size variables 2013-02-22 17:05:11 +01:00
cgohlke e346d6b11b Fix: round function is not provided by libc.math on all platforms 2012-09-29 15:42:51 -07:00
Johannes Schönberger a08779e06a Use predefined header files from Cython 2012-08-21 15:15:27 +02:00
Nelle Varoquaux 114cf44c77 Renamed scikits.image to skimage 2011-10-18 21:12:27 +02:00