Stefan van der Walt
c78ea107aa
ENH: Add background labelling.
2011-12-22 04:47:24 -08:00
Stefan van der Walt
b83ece8b05
ENH: Allow choice between 4 and 8 neighbor mode. Improve documentation.
2011-12-16 23:47:32 -08:00
Stefan van der Walt
6cd01885d3
Merge pull request #102 from tonysyu/pil-big-endian
...
BUG: Fix PIL big endian regression.
2011-12-13 12:57:06 -08:00
Tony S Yu
abcbe673a9
Add test for reading uint16 image
2011-12-13 10:17:12 -05:00
Tony S Yu
341c2e40be
Fix imread regression for int16 images with PIL plugin.
...
Regression introduced in PR 101.
2011-12-13 09:58:25 -05:00
tonysyu
497b327be8
Merge pull request #101 from stefanv/pil_bilevel_png
...
BUG: Correctly load bi-level images via PIL.
2011-12-12 17:00:28 -08:00
Stefan van der Walt
77f68861c6
BUG: Correctly load bi-level images via PIL.
2011-12-12 16:01:04 -08:00
Stefan van der Walt
f020edc5e6
Ignore auto examples.
2011-12-12 15:58:27 -08:00
Stefan van der Walt
c0fd4a19da
DOC: Update 0.4 release notes (wrong gallery url).
2011-12-12 15:58:27 -08:00
tonysyu
0e551fd40c
Merge pull request #91 from stefanv/imshow_plugin_scales
...
ENH: Use dtype scaling routines in qt and pil plugins.
2011-12-11 14:18:24 -08:00
Stefan van der Walt
7cd37ae883
Merge pull request #97 from cgohlke/patch-1
...
BUG: Fix reading 16 bit big-endian images with PIL.
2011-12-08 19:19:59 -08:00
Stefan van der Walt
a635c23797
Merge pull request #96 from emmanuelle/glcm
...
BUG: greycomatrix, one of the tests was failing for symmetric case.
2011-12-08 16:24:08 -08:00
emmanuelle
2f3da9cc8f
BUG: greycomatrix, one of the tests was failing for symmetric case
...
test_glcm.TestGLCM.test_output_symmetric_1 was failing on my computer.
I think this is because np.transpose returns a view when possible,
so P += np.transpose(P) must do weird things.
2011-12-08 21:53:31 +01:00
cgohlke
c825548d23
Fix reading 16 bit big-endian images with PIL
2011-12-08 11:29:46 -08:00
Stefan van der Walt
1aec5f045b
DOC: Update Cython dependency.
2011-12-06 19:21:03 -08:00
Stefan van der Walt
0fa504f320
Merge pull request #90 from stefanv/plugin_load_fix
...
BUG: Fix selective plugin loading. Also provide a function to inspect the current plugin configuration.
2011-12-05 20:26:55 -08:00
Stefan van der Walt
50b33dbdd6
ENH: Tie imshow and _app_show together.
2011-12-05 17:35:56 -08:00
Stefan van der Walt
f6458f18ef
ENH: Use dtype scaling routines in qt and pil plugins.
2011-12-05 16:43:24 -08:00
Stefan van der Walt
468b63886b
BUG: Fix selective plugin loading. Provide function to inspect current plugin configuration.
2011-12-05 16:28:27 -08:00
Stefan van der Walt
0b962c41c9
Merge pull request #89 from cgohlke/patch-4
...
BUG: Workaround 16 bit image to numpy array conversion bug in PIL.
2011-12-05 16:09:26 -08:00
cgohlke
9b19bd9afc
Workaround 16 bit image to numpy array conversion bug in PIL
2011-12-05 15:57:09 -08:00
tonysyu
b7d88b9691
Merge pull request #85 from cgohlke/patch-2
...
Fix docstring use_plugin example
2011-12-05 12:29:49 -08:00
cgohlke
9f329286e9
Fix docstring use_plugin example
2011-12-05 12:25:18 -08:00
Stefan van der Walt
804af6fb7c
DOC: Update installation instructions.
2011-12-05 02:58:44 -08:00
Stefan van der Walt
1d02bf0ff3
BUG: Wrong distribution name.
2011-12-05 02:33:57 -08:00
Stefan van der Walt
5f5b46d86f
Merge branch 'master' of github.com:scikits-image/scikits-image
2011-12-05 01:34:28 -08:00
Stefan van der Walt
88f535499a
Merge pull request #84 from cgohlke/patch-1
...
BUG: Fix ImportErrors on Python 3.
2011-12-05 00:28:22 -08:00
cgohlke
14c89fefa5
Fix ImportError on Python 3
2011-12-03 15:47:22 -08:00
cgohlke
9133ab932c
Fix ImportError on Python 3
2011-12-03 15:46:41 -08:00
cgohlke
cd6d97012f
Fix ImportError on Python 3
2011-12-03 15:45:40 -08:00
Stefan van der Walt
fb9393e5ba
DOC: Update release process.
2011-12-03 14:41:49 -08:00
Stefan van der Walt
e43a1d2f8b
Move to 0.5 development.
2011-12-03 14:40:10 -08:00
Stefan van der Walt
85531c6ffa
Release 0.4.
v0.4
2011-12-03 14:31:35 -08:00
Stefan van der Walt
4bb7be7cf6
BUG: Python 3 fixes.
2011-12-03 14:30:42 -08:00
Stefan van der Walt
48b2a2d61d
DOC: 0.4 release notes.
2011-12-03 14:30:13 -08:00
Stefan van der Walt
292334bc2c
DOC: Script to generate contributors.
2011-12-03 14:30:02 -08:00
Stefan van der Walt
bf609dfca0
DOC: Fix some scikits.image mentions.
2011-12-02 10:55:41 -08:00
Stefan van der Walt
207079ff1d
Merge pull request #82 from zachrahan/find-contours
...
Add contour finding.
2011-12-01 12:53:55 -08:00
Zach Pincus
fbb07734fc
Tighten up _find_contours.pyx
...
Remove some redundant operations in _find_contours.pyx -- will speed
things especially in common case where most pixels DON'T have a contour
nearby.
2011-12-01 12:34:08 -05:00
zachrahan
60abf40c39
Merge pull request #1 from stefanv/find-contours
...
Convert contour finding code to Cython and add an example.
2011-12-01 09:11:52 -08:00
Stefan van der Walt
8bd4637fc0
DOC: Fix team name in license and docs.
2011-11-30 17:52:35 -08:00
Stefan van der Walt
62754ef66c
STY: Remove unused imports.
2011-11-30 16:00:15 -08:00
Stefan van der Walt
eb0ccb8b00
DOC: Bold headers for Notes, Reference, etc. sections in reference docs.
2011-11-30 15:58:06 -08:00
Stefan van der Walt
8579ef0183
STY: Clean up docstrings.
2011-11-30 15:56:21 -08:00
Stefan van der Walt
7691fdc3c6
DOC: Add contour finding example.
2011-11-30 13:38:46 -08:00
Stefan van der Walt
ff119bb68c
DOC: Update contributors.
2011-11-30 13:38:26 -08:00
Stefan van der Walt
2d4abbaa86
BUG: Import imread from renamed _io module.
2011-11-30 12:28:04 -08:00
Stefan van der Walt
c0b3601056
REF: Convert find_contours to Cython.
2011-11-30 12:23:32 -08:00
Stefan van der Walt
053b27e623
ENH: Whitespace cleanup.
2011-11-30 10:56:42 -08:00
Stefan van der Walt
bea1b751d2
BUG: Import find_contours from correct location.
2011-11-30 10:55:40 -08:00