Nicolas Pinto
|
68f8c68c3f
|
FIX: util.montage2d 'normalize' becomes 'rescale_intensity' and defaults to False
|
2012-02-14 19:36:07 -05:00 |
|
Stefan van der Walt
|
7de0a3ca78
|
Merge pull request #142 from tonysyu/fix-readme-file
DOC: Convert README to markdown for proper github rendering.
|
2012-02-14 00:40:35 -08:00 |
|
Nicolas Pinto
|
c715adf1c0
|
DOC: add example of use of view_as_blocks with kmeans for simple dictionary learning
|
2012-02-14 00:16:00 -05:00 |
|
Nicolas Poilvert
|
96c2b3fc9d
|
DOC: add example for util.shape.view_as_{blocks,windows}
|
2012-02-14 00:07:37 -05:00 |
|
Nicolas Pinto
|
64177b2000
|
ENH: add a 'normalize' kwarg to util.montage2d()
|
2012-02-14 00:04:42 -05:00 |
|
Tony S Yu
|
3ac467bacb
|
DOC: Convert README to markdown for proper github rendering.
|
2012-02-13 23:14:10 -05:00 |
|
Nicolas Pinto
|
99efa1b771
|
ENH: add montage2d with tests
|
2012-02-13 21:20:31 -05:00 |
|
Stefan van der Walt
|
63550c5426
|
Merge pull request #141 from emmanuelle/user_guide
DOC: User guide--getting help section.
|
2012-02-13 16:08:42 -08:00 |
|
emmanuelle
|
facb37b157
|
getting_help file
|
2012-02-13 23:19:47 +01:00 |
|
emmanuelle
|
acaa05c9ed
|
User guide: first draft of "getting help"
|
2012-02-13 23:16:09 +01:00 |
|
Nicolas Pinto
|
74864966ac
|
STY: move 'util.shape' contributors to CONTRIBUTORS.txt
|
2012-02-13 09:41:02 -05:00 |
|
Nicolas Pinto
|
cae47eda18
|
STY: fix typos
|
2012-02-13 09:37:44 -05:00 |
|
Stefan van der Walt
|
dae12684b2
|
Merge pull request #139 from cgohlke/patch-3
BUG: Restore numpy 1.5 compatibility.
|
2012-02-13 02:59:38 -08:00 |
|
cgohlke
|
8045e1f623
|
Restore numpy 1.5 compatibility
|
2012-02-12 19:57:41 -08:00 |
|
Nicolas Pinto
|
96f5d14000
|
FIX: revert version.py
|
2012-02-12 15:06:58 -05:00 |
|
Nicolas Pinto
|
c1c954e19d
|
STY: pep8 in util.shape + its tests
|
2012-02-12 14:59:58 -05:00 |
|
Nicolas Pinto
|
1108bd892e
|
ENH: move 'util.array_views' to 'util.shape'
|
2012-02-12 14:59:06 -05:00 |
|
Nicolas Poilvert
|
93cd71553e
|
make doctests pass with nose
|
2012-02-12 12:52:01 -05:00 |
|
Nicolas Poilvert
|
41a259ee26
|
simplifying code for clarity and modifying tests
|
2012-02-12 12:24:09 -05:00 |
|
Nicolas Poilvert
|
39a487834c
|
more tests on rolling views
|
2012-02-12 01:06:47 -05:00 |
|
Nicolas Poilvert
|
b4a1bf18ba
|
remove empty line in __init__
|
2012-02-12 00:10:40 -05:00 |
|
Nicolas Poilvert
|
da707a78ed
|
initial push of array view codes. tests for block views
|
2012-02-12 00:09:49 -05:00 |
|
Stefan van der Walt
|
917f345d61
|
Merge PR #134 from 'zachrahan/freeimage-linuxload'
ENH: Robustly locate FreeImage on different platforms.
|
2012-02-10 15:38:35 -08:00 |
|
Stefan van der Walt
|
9357f94540
|
BUG: Fix FreeImage tests.
|
2012-02-10 15:38:19 -08:00 |
|
Stefan van der Walt
|
b127f60533
|
STY: Whitespace cleanup.
|
2012-02-10 15:36:11 -08:00 |
|
Zach Pincus
|
f2321d0441
|
STY: Clarify logic of code for FreeImage loading.
|
2012-02-10 15:36:11 -08:00 |
|
Zach Pincus
|
6a31ea8508
|
BUG: Make it work actually...
|
2012-02-10 15:36:11 -08:00 |
|
Zach Pincus
|
99ac9e44ff
|
ENH: load libfreeimage based on case-insensitive libname prefixes
|
2012-02-10 15:36:11 -08:00 |
|
Stefan van der Walt
|
7ac612e017
|
DOC: Fix formatting typos in HoG example.
|
2012-02-10 15:36:11 -08:00 |
|
Stefan van der Walt
|
072202a2ea
|
DOC: Import hog from skimage instead of scikits-image. Rescale the output histogram to be more visible.
|
2012-02-10 15:36:11 -08:00 |
|
Brian Holt
|
8f7a2c0743
|
pep8
|
2012-02-10 15:36:10 -08:00 |
|
Brian Holt
|
96af068860
|
added HOG example
|
2012-02-10 15:36:10 -08:00 |
|
Stefan van der Walt
|
0f75037287
|
DOC: Add FreeImage as optional dependency.
|
2012-02-10 15:36:10 -08:00 |
|
Stefan van der Walt
|
5d276146ee
|
BUG: Fix FreeImage tests.
|
2012-02-10 15:34:26 -08:00 |
|
Stefan van der Walt
|
b88a9ac7ea
|
DOC: Fix formatting typos in HoG example.
|
2012-02-10 15:04:58 -08:00 |
|
Stefan van der Walt
|
b6147eb37d
|
Merge PR #135 from 'bdholt/enh-hog' after rebasing.
DOC: Add an example illustrating histograms of gradients.
|
2012-02-10 14:51:59 -08:00 |
|
Stefan van der Walt
|
d1c5d92552
|
DOC: Import hog from skimage instead of scikits-image. Rescale the output histogram to be more visible.
|
2012-02-10 14:51:29 -08:00 |
|
Brian Holt
|
0a8d9675b1
|
pep8
|
2012-02-10 14:38:44 -08:00 |
|
Brian Holt
|
8a4bd8510d
|
added HOG example
|
2012-02-10 14:38:43 -08:00 |
|
Stefan van der Walt
|
a2746c2872
|
ENH: Add show() to PIL plugin to support more consistent code over different plugins.
|
2012-02-10 14:11:51 -08:00 |
|
Stefan van der Walt
|
58fb3827d3
|
Use matplotlib as the default display/read plugin.
|
2012-02-10 14:11:26 -08:00 |
|
Stefan van der Walt
|
7a0c1f6f8b
|
DOC: Add FreeImage as optional dependency.
|
2012-02-10 02:53:29 -08:00 |
|
Stefan van der Walt
|
f9121003e4
|
DOC: Update installation instructions to match those on web page.
|
2012-02-10 02:46:37 -08:00 |
|
Stefan van der Walt
|
4490194877
|
DOC: Update dependencies.
|
2012-02-10 02:46:37 -08:00 |
|
tonysyu
|
12ac179d26
|
Merge pull request #130 from stefanv/grey2rgb
ENH: Add grey2rgb.
|
2012-02-09 20:55:20 -08:00 |
|
Stefan van der Walt
|
57a61bd9aa
|
Merge pull request #132 from tonysyu/doc-dtype-tweaks
DOC: User guide dtype tweaks.
|
2012-02-09 20:47:49 -08:00 |
|
Stefan van der Walt
|
9c7752eecf
|
DOC: Fix outdated docstring.
|
2012-02-09 20:45:23 -08:00 |
|
tonysyu
|
23cd231d6b
|
Merge pull request #124 from stefanv/doc-gallery-show-version
DOC: Show version of skimage that was used to build example.
|
2012-02-09 20:32:05 -08:00 |
|
Tony S Yu
|
06c2ed9d83
|
DOC: Add example of bad dtype conversion.
|
2012-02-09 10:37:32 -05:00 |
|
Tony S Yu
|
fa821bfb82
|
DOC: Tweak superscript formatting.
Note: vertical-alignment is off when line-height for superscripts is not 0.
|
2012-02-09 10:32:40 -05:00 |
|