Image viewer plugin, refreshing low and high values of the slider widget

Marcel Gutsche marcel.gutsche at gmail.com
Mon Feb 2 04:03:15 EST 2015


Hi folks, 

another image viewer plugin related question. Is it possible to update the 
low and high values of the slider widget based on the return values of 
plugin function? 

E.g something like this?

custom_plugin = Plugin(image_filter = calc_and_show)
custom_plugin += Slider('parameter1', low = calc_and_show.lower_bound(), 
high = calc_and_show.upper_bound() )

Thanks for the great support so far!

Marcel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/scikit-image/attachments/20150202/8c340393/attachment.html>


More information about the scikit-image mailing list