Stefan van der Walt
b022dd6dfb
Simplify output handling for binary morphology.
2013-10-12 19:10:23 +02:00
Stefan van der Walt
2c7bf856f5
Merge pull request #756 from ahojnnes/morph
...
Fix binary erosion and dilation for NumPy 1.8
2013-10-12 09:51:46 -07:00
Stefan van der Walt
c6a08d6a9c
Merge pull request #675 from sciunto/ellipseht_heapq_fix
...
Hough transform ellipse parameter fix.
2013-10-12 09:08:35 -07:00
Johannes Schönberger
5dcb2d9fcc
Merge pull request #776 from tonysyu/update-api-doc
...
Add hough_circles change to API doc
2013-10-12 08:45:25 -07:00
Tony S Yu
e7b36b56ee
Add hough_circles change to API doc
2013-10-12 10:06:33 -05: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
def4ab8ccc
PEP8
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
313bf0ea9a
fix example according to new API
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
7c652c74d0
add missing import heapq
2013-10-12 14:09:51 +02:00
François Boulogne
6a114e8708
MINOR: fix non ascii char
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
Juan Nunez-Iglesias
78410e059c
Merge pull request #769 from tonysyu/consistent-color-labels
...
Add support for consistent color labels for sparse labels.
Fix: input label array was being modified if it contained negative labels.
2013-10-11 17:44:01 -07:00
Juan Nunez-Iglesias
7400e34523
Merge pull request #774 from ahojnnes/shape-plot
...
Add anti-aliased circle and line to the shapes example.
2013-10-11 16:26:59 -07:00
Tony S Yu
dec0c4a721
Merge pull request #6 from stefanv/tonysyu-consistent-color-labels
...
Test whether labels are left alone in label2rgb.
2013-10-11 14:22:06 -07:00
Johannes Schönberger
90d4fb2823
Improve shape plot
2013-10-11 19:24:52 +02:00
Johannes Schönberger
f8d34e8bf9
Deprecate out parameter
2013-10-11 19:05:18 +02:00
Johannes Schönberger
b187144a5f
Add support older numpy versions
2013-10-11 19:04:42 +02:00
Johannes Schönberger
2a84e45389
Remove unused import
2013-10-11 19:04:42 +02:00
Johannes Schönberger
ecf10a7a48
Reduce number of specializations
2013-10-11 19:04:42 +02:00
Johannes Schönberger
95a5a98c93
Fix overflow error
2013-10-11 19:04:42 +02:00
Johannes Schönberger
895b025a3a
Split grey and binary erosion tests in two files
2013-10-11 19:04:41 +02:00
Johannes Schönberger
6a8889d0b0
Fix numpy 1.8 bug
2013-10-11 19:04:41 +02:00
Stefan van der Walt
dca255648f
Merge pull request #759 from jni/supress-umf
...
Suppress error message during failed UmfpackContext import.
2013-10-11 09:57:30 -07:00
Stefan van der Walt
3328a6efce
Merge pull request #773 from ahojnnes/scipy-0.13rc
...
Euler number bug in Scipy-0.13rc1
2013-10-11 09:47:30 -07:00
Stefan van der Walt
a9995b6a70
Test whether labels are left alone in label2rgb.
2013-10-11 18:44:30 +02:00
Johannes Schönberger
394d904e17
Merge pull request #768 from cgohlke/patch-2
...
TST: use BytesIO to save images into file-like object
2013-10-11 08:39:23 -07:00
Johannes Schönberger
4e9cb03aeb
Add missing perimeter function to __all__
2013-10-11 17:37:26 +02:00
Johannes Schönberger
f10c362b1a
Fix euler number bug for scipy-0.13
2013-10-11 17:34:47 +02:00
Josh Warner
5c73432101
Merge pull request #770 from cgohlke/patch-3
...
BUG: Fix ValueError: Buffer dtype mismatch, expected 'long' but got...
2013-10-11 00:13:53 -07:00
Johannes Schönberger
3546b55b69
Merge pull request #771 from cgohlke/patch-4
...
TST: Fix ValueError: Buffer dtype mismatch, expected 'intp_t' but got...
2013-10-11 00:06:06 -07:00
Johannes Schönberger
26c1fbd214
Merge pull request #767 from cgohlke/patch-1
...
BUG: basestring not defined on PY3
2013-10-11 00:03:25 -07:00
cgohlke
4d46bc0912
TST: Fix ValueError: Buffer dtype mismatch, expected 'intp_t' but got 'long'
2013-10-10 21:51:56 -07: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
Tony S Yu
c519f60285
Add support for consistent color labels for sparse labels.
2013-10-10 23:26:02 -05:00
cgohlke
be3be537e6
TST: use BytesIO to save images into file-like object
...
StringIO does not work on Python 3
2013-10-10 21:22:40 -07:00
cgohlke
ea357a4464
BUG: basestring not defined on PY3
2013-10-10 21:16:14 -07:00
Johannes Schönberger
e3c7ad0113
Merge pull request #764 from jni/example-py3
...
Update join_segmentation example for float images
2013-10-09 14:22:43 -07:00
Juan Nunez-Iglesias
6cf12ac0d8
Fix join_segmentations example using img_as_float
...
data.coins() returns a ubyte image in Python 2.7.x but a float32 image
in Python 3.x. This ensures that the image always has the same type for
the rest of the example.
2013-10-09 09:28:38 +00:00