Stefan van der Walt
|
5d9115a8b7
|
Replace Cython's round with a VC2010 compatible version
|
2014-01-29 23:38:16 +01:00 |
|
Tony S Yu
|
41e289c777
|
Fix hough_circle regression on windows
|
2013-11-21 15:54:57 -06:00 |
|
Johannes Schönberger
|
6c67738808
|
Miscellaneous fixes and improvements
|
2013-10-12 14:13:10 +02:00 |
|
Johannes Schönberger
|
e68ba0db01
|
Use libc.math.atan2
|
2013-10-12 14:09:52 +02:00 |
|
François Boulogne
|
4f58c076d4
|
FIX: import M_PI
|
2013-10-12 14:09:52 +02:00 |
|
François Boulogne
|
003dbe419d
|
MINOR: add missing type
|
2013-10-12 14:09:52 +02:00 |
|
François Boulogne
|
1236e97ff3
|
MAINT: np.pi -> M_PI
|
2013-10-12 14:09:52 +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
|
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 |
|
cgohlke
|
458556723d
|
BUG: Fix ValueError: Buffer dtype mismatch, expected 'long' but got 'long long'
on win-amd64
|
2013-10-10 21:48:29 -07:00 |
|
François Boulogne
|
c2193cbc34
|
fix doctest
|
2013-07-07 10:42:32 +02:00 |
|
François Boulogne
|
33bbda17c1
|
s/int/long memory view
|
2013-06-20 22:17:23 +02:00 |
|
François Boulogne
|
d23469de80
|
use memoryview
|
2013-06-20 21:10:47 +02:00 |
|
François Boulogne
|
73f6585d28
|
Hough transform for ellipses
|
2013-06-20 16:08:53 +02:00 |
|
François Boulogne
|
a48de8dea9
|
add optional + default in pyx docstring
|
2013-05-29 20:18:19 +02:00 |
|
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 |
|