Commit Graph

5928 Commits

Author SHA1 Message Date
sccolbert fdea274262 Added the beginning of the gtk imshow plugin. And added the generic window manager. 2009-11-02 17:23:41 +01:00
Stefan van der Walt ebe36d94d4 Import PIL plugin using load_plugin. 2009-11-02 02:06:30 +02:00
Stefan van der Walt 27a516c0de Second part of I/O infrastructure reorganisation. 2009-11-02 01:49:47 +02:00
Stefan van der Walt 6b7aebb563 Reorganise plugin infrastructure. 2009-11-02 01:47:25 +02:00
Stefan van der Walt 308e76fb9c Fix q4thread typo. 2009-11-01 23:58:25 +02:00
Stefan van der Walt 4df00cb005 io: qt4: Use prepare_for display. Add demo snippet. 2009-11-01 23:19:49 +02:00
Stefan van der Walt c52453ef90 Rather use global than list to track app. 2009-11-01 23:16:08 +02:00
Stefan van der Walt 91cea8dcff Add Chris's plugin utility converter and wxpython plugin. 2009-11-01 23:08:49 +02:00
Stefan van der Walt bdcce9123a io: qt4 plugin: allow multiple images to be displayed. Keep track of Windows so that they don't get deallocated before they are closed. 2009-11-01 23:05:42 +02:00
Stefan van der Walt 2eb28f4e85 Add QT4 image display plugin. 2009-11-01 18:51:45 +02:00
Stefan van der Walt 3f9678caf7 Merge plugin branch. 2009-11-01 17:55:45 +02:00
Stefan van der Walt f1dc10fd62 docs: Backup generated files before switching to docs branch. 2009-11-01 13:45:04 +02:00
Stefan van der Walt d6a4ec89c1 Check that scikit is built before generating docs for upload. 2009-11-01 13:14:56 +02:00
Stefan van der Walt 0c80e474a5 Add Tony as a contributor. 2009-11-01 13:06:32 +02:00
Stefan van der Walt 4d21eb2654 Merge branch 'master' of http://github.com/tonysyu/scikits.image 2009-11-01 13:04:06 +02:00
Stefan van der Walt 940f318b31 Remove plugin functionality from io.py. Implement setting default plugins and querying the plugins available. 2009-11-01 12:38:36 +02:00
Stefan van der Walt e7d6875cab Document _call_plugin. 2009-11-01 12:37:17 +02:00
Stefan van der Walt cdb1a1560f Restore plugin registry after testing. 2009-11-01 11:56:21 +02:00
Stefan van der Walt a7b17bb21b Add tests for IO plugins. 2009-11-01 11:46:12 +02:00
Stefan van der Walt 4dcde1db19 Add new docs API files. 2009-10-31 23:37:07 +02:00
Stefan van der Walt 2256fa5505 cv: Update Cython generated C-files. 2009-10-31 23:34:24 +02:00
Stefan van der Walt 5d6624a9e2 cv: Add references section for adding URL to docs. 2009-10-31 23:33:43 +02:00
Stefan van der Walt bec2da8ed9 cv: Fix function signatures. 2009-10-31 23:25:38 +02:00
Stefan van der Walt ff419dcd4f Merge branch 'docs' of http://github.com/sccolbert/scikits.image 2009-10-31 23:16:47 +02:00
Stefan van der Walt 211be9ff71 Merge Chris's cv docs updates. 2009-10-31 23:13:55 +02:00
sccolbert 6526e06101 Finished the docs, and caught a couple more warts. 2009-10-31 22:03:47 +01:00
sccolbert 430b2d3cc0 more docs 2009-10-31 20:22:28 +01:00
Stefan van der Walt 9bec0ef888 Plugin framework for image I/O. 2009-10-31 21:10:27 +02:00
Ralf Gommers a6ad7415d7 Minor changes to Tony Yu's palette_is_grayscale. 2009-10-31 18:37:04 +01:00
sccolbert 727305b9fc Added some more docs and fixed up a few warts in the process. 2009-10-31 17:05:05 +01:00
Tony 56833384e1 Add test for palette_is_grayscale 2009-10-31 11:59:20 -04:00
Tony 8077c2b206 Fix imread so palette images are converted to grayscale or RGB images 2009-10-31 11:55:46 -04:00
Tony 22ae88bd3b Add palette images 2009-10-31 11:54:47 -04:00
sccolbert dc55ae4065 fixed an assertion that was preventing a slice of an array from being
used. However, this may open the door for segfaults for severely
non-contiguous data. I'm not too sure.
2009-10-30 22:07:26 +01:00
sccolbert 070e94537d changed how the doc decorator works. now it only adds the url. 2009-10-30 12:46:38 +01:00
sccolbert d3e5fae4a6 this is the actualy commit for _utilities.py 2009-10-30 00:34:58 +01:00
sccolbert 592c5793dc 1/3 of the doc-strings complete. Doc decorator created and added to a _utilies.py module. 2009-10-30 00:33:53 +01:00
sccolbert 43cc6b95a1 standardized the handling of out arguments, replaced assertions with exceptions.
also caught and fixed a few missing checks.
2009-10-29 20:45:47 +01:00
Ralf Gommers dd6b3ee576 Add some docs for 'make coverage'. 2009-10-28 23:09:48 +01:00
Stefan van der Walt 05a4b73de6 Merge branch 'coverage' of http://github.com/rgommers/scikits.image 2009-10-28 23:16:28 +02:00
Ralf Gommers a04fa0b578 Add make coverage command. 2009-10-28 14:37:00 +01:00
Ralf Gommers 7badc2c240 Make "make test" work. 2009-10-28 14:09:50 +01:00
Damian Eads 8a590bdd6a Added subpackage 'morphology' in setup.py so it traverses there. 2009-10-27 14:51:53 -07:00
Damian Eads 8b93148476 Based on scikits/image/opencv/setup.py 2009-10-27 14:47:25 -07:00
Damian Eads 018bc62f5d Fixed dtype docstrings. 2009-10-27 14:43:03 -07:00
Damian Eads 161ced67ac Fixed docstrings. Lines now only span <= 80 chars. 2009-10-27 14:28:54 -07:00
Damian Eads 382fa9c788 Finally, I've checked in my additions (hopefully) the right way. 2009-10-27 01:13:54 -07:00
Stefan van der Walt 3bf33a0a46 Fix opencv for systems without libraries installed. 2009-10-26 13:34:13 +02:00
Stefan van der Walt 36b4d97769 Generate new API only when the current version of the library is installed, otherwise revert to pre-generated files. [Patch by Helge Reikeras] 2009-10-25 06:26:36 +02:00
Stefan van der Walt c0099c37f8 Add dist to gitignore. 2009-10-24 19:09:28 +02:00