Nicolas Pinto
c61fe51d2f
DOC: remove <BLANKLINE> nastiness, replace with appropriate doctest directive
2012-02-14 20:08:25 -05:00
Nicolas Pinto
ac54f6969e
DOC: remove dependency on PIL, see PR #138
2012-02-14 20:01:10 -05:00
Nicolas Pinto
e77d7a7e44
DOC: don't divide by 255 when it's not required ;-)
2012-02-14 19:56:42 -05:00
Nicolas Pinto
5e9ad08b80
DOC: update view_as_blocks and gabors_from_lena example using comments from @stevanv (PR #138 )
2012-02-14 19:45:38 -05:00
Nicolas Pinto
68f8c68c3f
FIX: util.montage2d 'normalize' becomes 'rescale_intensity' and defaults to False
2012-02-14 19:36:07 -05: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 and Nicolas Pinto
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
Nicolas Pinto
99efa1b771
ENH: add montage2d with tests
2012-02-13 21:20:31 -05: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
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 and Stefan van der Walt
f2321d0441
STY: Clarify logic of code for FreeImage loading.
2012-02-10 15:36:11 -08:00
Zach Pincus and Stefan van der Walt
6a31ea8508
BUG: Make it work actually...
2012-02-10 15:36:11 -08:00
Zach Pincus and Stefan van der Walt
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 and Stefan van der Walt
8f7a2c0743
pep8
2012-02-10 15:36:10 -08:00
Brian Holt and Stefan van der Walt
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 and Stefan van der Walt
0a8d9675b1
pep8
2012-02-10 14:38:44 -08:00
Brian Holt and Stefan van der Walt
8a4bd8510d
added HOG example
2012-02-10 14:38:43 -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
Tony S Yu
b8a19a0c73
DOC: Add (u)int32 data type ranges to table.
2012-02-09 10:27:29 -05:00
Stefan van der Walt
5b120e6852
Merge pull request #131 from tonysyu/versions-sidebar-tweaks
...
DOC: Use CSS to style versions sidebar.
2012-02-08 21:31:04 -08:00
Tony S Yu
abbd7c8854
DOC: Use CSS to style versions sidebar.
...
Summary:
* Label current version with an html id so it can be highlighted in CSS.
* Note: Switched out arrow indicator for a disc b/c it's easier (unicode bullets are not well-supported).
* Move script file to theme and use standard Sphinx theming to include javascript file.
2012-02-09 00:02:57 -05:00
Stefan van der Walt
36b37e960f
Merge pull request #129 from tonysyu/minor-build-fixes
...
PKG: Minor fixes to build process.
2012-02-08 20:12:28 -08:00
Stefan van der Walt
f4330db90d
ENH: Add grey2rgb.
2012-02-08 19:58:26 -08:00