arve0
de4df6559a
use feature.canny
2015-02-18 21:32:16 +01:00
Stefan van der Walt
78a7b7307a
Rename and deprecate filter module to prevent shadowing of built-in keyword
2014-11-10 12:53:50 +02:00
Gregory R. Lee
bdd9fb0832
PEP8 formatting
2014-09-16 12:49:40 -04:00
Gregory Lee
3f1b8a4468
code formatting fixes
2014-09-12 19:37:09 -07:00
Gregory R. Lee
026fc8eef1
fix image scaling in tv_denoise.py example
2014-09-10 14:09:11 -04:00
Gregory R. Lee
cb735dca55
added tv_denoise.py viewer example using the CheckBox
2014-09-09 19:07:45 -04:00
Stefan van der Walt
39bf45a9f3
Fix median filter example
2014-06-15 15:23:40 +02:00
Juan Nunez-Iglesias
548423bb94
Update variable name for RGB line profile
2014-05-08 16:24:50 +10:00
Juan Nunez-Iglesias
f2699bd731
Update Canny examples
2014-04-21 00:11:55 +02:00
Juan Nunez-Iglesias
9ef9045875
Update lineprofile examples to use returned output
2014-04-10 12:16:14 +10:00
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
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
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