Commit Graph

664 Commits

Author SHA1 Message Date
andy b3759c8a2f bug: color convertion. make tests arrays float. 2011-09-27 23:38:57 +02:00
andy c1b72ea638 use dtype.img_as_float in _convert for colorspaces.
All conversions are done as matrix multiplications with floats, so this is the only
way not to lose precision.
2011-09-27 21:11:30 +02:00
andy 01723d7f66 pep8 2011-09-27 20:56:12 +02:00
Stefan van der Walt 0b7df2626a ENH: Add img_as_ubyte. 2011-09-27 01:16:35 -07:00
Stefan van der Walt 5ec5c55b1a BUG: Fix typo in dtype converter integer list. 2011-09-26 17:12:14 -07:00
Stefan van der Walt edfb8262ba DOC: Fix dtype converter docstring typos. 2011-09-26 16:56:09 -07:00
Stefan van der Walt dff2ee74b0 ENH: Add dtype converters. 2011-09-26 16:34:00 -07:00
Stefan van der Walt b0798eb55f ENH: Minor setup.py cleanups. 2011-09-26 11:01:52 -07:00
Stefan van der Walt 3b713d67bb Merge branch 'data_loader' 2011-09-25 15:17:19 -07:00
Stefan van der Walt fff4d5c4f3 DOC: Update contributors. 2011-09-25 15:17:05 -07:00
Stefan van der Walt 8da0ea52c0 ENH: Minor clean ups of data loader. 2011-09-25 15:15:07 -07:00
andy 41ed86d49b Convenience functions to load example images. 2011-09-25 15:04:51 -07:00
Stefan van der Walt f3b8aec67f Merge pull request #24 from tonysyu/doc_tweaks
DOC: Clean up build and restyle tables.
2011-09-24 14:52:56 -07:00
Stefan van der Walt 42ca806112 Merge Emmanuelle's work on documentation examples / build. 2011-09-24 14:48:04 -07:00
Stefan van der Walt 707c4c801a DOC: Update tv example to use data module. Rewrap some text. 2011-09-24 14:45:33 -07:00
Stefan van der Walt 3b1fb71ce9 ENH: Expose data module. Currently just provides scipy's lena in a more convenient location. 2011-09-24 13:21:44 -07:00
Emmanuelle Gouillart 4174d5fef0 A few fixes: give credit to scikit-learn guys, fix examples... 2011-09-24 15:05:16 +02:00
Tony S Yu 92eec1242b DOC: fix copyright 2011-09-24 00:23:43 -04:00
Tony S Yu 70b39b8090 DOC: make index.html the master doc
The scikits.image logo links to the master doc, which was previously set to contents.html (essentially blank). Use index.html instead.
2011-09-24 00:15:15 -04:00
Tony S Yu cf9c8e7765 DOC: adjust default table styling for a cleaner look 2011-09-23 23:59:04 -04:00
Tony S Yu 2bd79e7076 DOC: Fix order of parameters passed to cp
Specifying an optional parameter after required parameters raises error (at least in OS X).
2011-09-23 23:55:14 -04:00
Emmanuelle Gouillart cce3d7bcc5 Example generation from scripts, taken from scikit learn
(ext/gen_rst.py)
2011-09-23 23:53:47 +02:00
Stefan van der Walt 5ba4ebf30b ENH: Rename sat and sat_sum to be in-line with CV community convention. 2011-09-20 08:43:54 -07:00
Stefan van der Walt 5281e7564f Merge pull request #22 from mandli/master
Fix coverage table progress bar display.
2011-09-19 21:00:35 -07:00
Kyle Mandli ac0fc3aba8 Fix display of coverage bar 2011-09-19 21:45:55 -05:00
Stefan van der Walt 905f279e59 Merge branch 'summed_area_table' 2011-09-18 14:21:27 -07:00
Stefan van der Walt b2be624de1 DOC: Update sat docs after feedback from Brian Holt. 2011-09-18 14:20:38 -07:00
Stefan van der Walt b56c370dfa Add summed area table, using Nicolas Pinto's suggestion for a pure
Python implementation.
2011-09-18 09:28:21 -07:00
Stefan van der Walt e70cd1af4d DOC: Update release instructions. 2011-09-17 11:50:10 -07:00
Stefan van der Walt e5a211c749 DOC: Update Tony's contributions. 2011-09-17 11:47:11 -07:00
Stefan van der Walt 6f7f9b4b88 Merge branch 'dtype_info' 2011-09-16 23:21:42 -07:00
Stefan van der Walt a97a35258d DOC: Note that data type document is still preliminary. 2011-09-16 23:21:23 -07:00
Stefan van der Walt 2d21a5144f Merge branch 'logo' 2011-09-16 23:16:26 -07:00
Stefan van der Walt 0fd5330c18 Add logo to generated documentation. 2011-09-16 23:13:56 -07:00
Stefan van der Walt 877ca68949 Also produce a scaled down version of the logo. 2011-09-16 23:04:43 -07:00
Stefan van der Walt 29b37d4e4a Match logo filename used in website. 2011-09-16 16:04:43 -07:00
Stefan van der Walt 2b7d18e216 Merge Tony's logo generator. 2011-09-16 16:02:21 -07:00
Stefan van der Walt b9d8c64c1a Match scikits.image directory structure. 2011-09-16 15:59:32 -07:00
Stefan van der Walt acd5a5972c Add SVG logo with text and Makefile to convert to png. 2011-09-16 15:33:32 -07:00
Stefan van der Walt 6ab6aefeba Adjust orange snake brightness. Add --no-plot flag. 2011-09-16 15:09:14 -07:00
Stefan van der Walt d30beba1ad Use only snake image. 2011-09-16 13:52:13 -07:00
Stefan van der Walt 00fa047583 DOC: Fix typo in data types description. 2011-09-13 08:52:29 -07:00
Tony S Yu 7032e17b0d Initial commit with working logo generator 2011-09-12 22:39:13 -04:00
Stefan van der Walt 3a1ef10b98 DOC: Describe usage of different types (first draft). 2011-08-29 22:56:08 +02:00
Stefan van der Walt bcd7069b7b Merge pull request #17 from emmanuelle/change_repo_name
Update config files with new repo location. Update build instructions for windows.
2011-08-29 13:20:39 -07:00
sccolbert 5f6f10a3c0 Merge pull request #18 from GaelVaroquaux/master
Minor clean up
2011-08-29 12:48:00 -07:00
Gael varoquaux 372266601d MISC: Clean ups in TV 2011-08-29 21:31:27 +02:00
Stefan van der Walt e7808dff47 Update license to credit team. 2011-08-29 21:27:52 +02:00
Emmanuelle Gouillart 805be0ab3f Name of new github repository in setup.py of submodules 2011-08-29 20:55:00 +02:00
Emmanuelle Gouillart 45b1f56b63 Merge branch 'master' of https://github.com/scikits-image/scikits.image 2011-08-24 18:05:06 +02:00