Commit Graph

652 Commits

Author SHA1 Message Date
Stefan van der Walt 2b71fd9a0e BUG: fast_homography: Fix constant mode. 2011-09-25 17:32:32 -07:00
Stefan van der Walt 2d94a273f6 Fix mirror mode. Update docstrings. Update tests 2011-09-25 17:23:26 -07:00
Stefan van der Walt 69ae2f022b BUG: fast_homography: Fix mirror mode. 2011-09-25 16:53:55 -07:00
Stefan van der Walt 167b43fc33 ENH: fast_homography: 20x speed improvement. 2011-09-25 16:45:52 -07:00
Stefan van der Walt 9fb46e1e44 Add Cython homography implementation. Not well optimised yet. 2011-09-25 15:03:01 -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
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
Emmanuelle Gouillart a146e80cf6 Fixed broken plot_directive.py so to build the doc. 2011-08-24 17:57:09 +02:00
Emmanuelle Gouillart 272fbbe1ea Known errors during build for Windows. 2011-08-24 17:18:10 +02:00
Stefan van der Walt fa422d5084 Correctly detect missing FreeImage. 2011-08-24 03:54:22 -07:00
Emmanuelle Gouillart 391f68587a Modified README to point to the new github repo. Mentioned in install doc
that it is possible to download a zipball without having git installed.
2011-08-24 03:13:32 -07:00
Emmanuelle Gouillart 8ac2fc17f7 Modified README to point to the new github repo. Mentioned in install doc
that it is possible to download a zipball without having git installed.
2011-08-24 10:57:49 +02:00
Stefan van der Walt ae2b253289 Use absolute path for scikits.image.data_dir. 2011-08-20 21:34:54 -07:00
Stefan van der Walt 92f9987ccc DOC: Ignore generated coverage table. 2011-07-20 17:28:05 -07:00
Stefan van der Walt c3ee8f5ea6 DOC: Complete coverage bar. 2011-07-20 17:27:35 -07:00
Stefan van der Walt b48e580dce DOC: Add coverage table to Makefile. 2011-07-20 17:26:40 -07:00
Stefan van der Walt c425caeb05 DOC: Update contributors. 2011-07-20 16:03:36 -07:00
Stefan van der Walt ad0c201d80 Merge coverage states into main .css. 2011-07-20 16:01:15 -07:00
Kyle Mandli 7d79a3f3c6 Bug fixes and documentation writing 2011-07-20 10:17:03 -05:00