Bases: skimage.viewer.widgets.core.BaseWidget
ComboBox widget for selecting among a list of choices.
Parameters: | name : str
items: list :
ptype : {‘arg’ | ‘kwarg’ | ‘plugin’}
callback : function
|
---|
Bases: skimage.viewer.widgets.core.BaseWidget
Buttons that close the parent plugin.
OK will replace the original image with the current (filtered) image. Cancel will just close the plugin.
Bases: skimage.viewer.widgets.core.BaseWidget
Slider widget for adjusting numeric parameters.
Parameters: | name : str
low, high : float
value : float
value_type : {‘float’ | ‘int’}
ptype : {‘arg’ | ‘kwarg’ | ‘plugin’}
callback : function
orientation : {‘horizontal’ | ‘vertical’}
update_on : {‘release’ | ‘move’}
|
---|