Commit Graph

30 Commits

Author SHA1 Message Date
François Boulogne eb4c5c9ee4 PEP8 2013-10-14 16:14:30 +02:00
Josh Warner (Mac) 2b5930ad60 DOC: Add viewer example for RGB line profile 2013-06-29 14:24:16 -05:00
tonysyu c826935d9e Change default Slider update_on value to 'release'
Image filtering is usually slow, so updating on move was usually a bad idea.
2013-06-26 11:23:12 -05:00
Tony S Yu afd1b1b835 Fix display of overlay plugin when original image is updated 2013-06-08 19:24:50 -05:00
Tony S Yu a6293fd84b Add example of connecting plugins to CollectionViewer 2013-06-08 19:11:33 -05:00
Tony S Yu 16b6411059 Display title in docked plugins 2013-05-30 22:25:02 -05:00
Tony S Yu 07630a93e6 Dock plugins to image viewer. 2013-05-30 22:21:21 -05:00
Tony S Yu 177a1fdb39 Add example of connected viewers/plugins 2013-05-28 23:52:48 -05:00
Tony S Yu bb22499986 Add save buttons to viewer example. 2013-02-25 20:36:32 -06:00
Tony S Yu 230fefa748 ENH: Improve usability of watershed_demo.
* Replace 0 label with 'Erase'
* Use OK button instead of enter key to calculate watershed.
2013-01-24 21:47:42 -06:00
Tony S Yu d77aa6034e ENH: Add demo of LabelPlugin 2012-12-26 22:10:27 -08:00
Tony S Yu 2e7e92f536 STY: Simplify imports 2012-12-13 21:31:54 -05:00
Tony S Yu 8e4f24af00 ENH: Add color histogram plugin 2012-12-13 18:02:40 -05:00
Tony S Yu 631e97d973 ENH: Add rectangle tool and crop plugin example 2012-12-12 23:59:40 -05:00
Tony S Yu 36bc6da757 STY: Refactors general parts of line tool to base tool 2012-12-12 23:42:15 -05:00
Tony S Yu 9d653fec78 BUG: Clean up imports 2012-11-15 23:53:47 -05:00
Johannes Schönberger 6d88490657 Rename pyramid functions 2012-09-15 10:40:52 +02:00
Johannes Schönberger 8a75cc4626 Update description of collection viewer example 2012-09-09 21:01:11 +02:00
Johannes Schönberger 43afda1fa0 Use gaussian pyramid function for collection viewer example 2012-09-09 20:02:25 +02:00
Stefan van der Walt c47e230847 Merge pull request #289 from tonysyu/qtmpl-collection-viewer
ENH: Add CollectionViewer.
2012-09-02 04:39:23 -07:00
Tony S Yu 41ea3ba7fd Add line profile plugin back in.
I saved a copy of the line profile plugin in a branch and then deleted the plugin from the main qtmpl-viewer branch. Unfortunately, I forgot that rebasing off the main branch would erase the plugin. This commit just adds the plugin back.
2012-09-01 15:42:52 -04:00
Tony S Yu 7d858a8ba9 ENH: Add CollectionViewer 2012-09-01 15:31:34 -04:00
Tony S Yu e96aca5637 ENH: Add OK/Cancel buttons 2012-08-03 22:27:05 -04:00
Tony S Yu 4ab583ba31 ENH: Add SaveButtons widget. 2012-08-03 21:50:28 -04:00
Tony S Yu 7615a856c5 Remove lineprofile temporarily (saved in a branch) 2012-07-27 22:32:42 -04:00
Tony S Yu 6182cc9f1b ENH: Add example of adding widgets to plugin 2012-07-24 00:55:48 -04:00
Tony S Yu f47312a3d1 API Change: Attach ImageViewer to Plugin after init.
Plugin is now added to the viewer using an inplace add on the viewer instead of on initialization of the plugin. This change means that operations requiring the viewer must be delayed until attach operation.
2012-07-23 00:12:21 -04:00
Tony S Yu 4d747720de Change ImageViewer to automatically call plugins. 2012-07-21 22:03:46 -05:00
Tony S Yu afd33afc5e Add LineProfile plugin. 2012-07-20 17:52:01 -05:00
Tony S Yu c27119b0cd ENH: Add image viewer based on Qt and Matplotlib 2012-07-20 14:03:47 -05:00