MIBMORPHOPSGUI MATLAB code for mibMorphOpsGUI.fig MIBMORPHOPSGUI, by itself, creates a new MIBMORPHOPSGUI or raises the existing singleton*.
More...
|
function varargout = | mibMorphOpsGUI (varargin) |
| MIBMORPHOPSGUI MATLAB code for mibMorphOpsGUI.fig MIBMORPHOPSGUI, by itself, creates a new MIBMORPHOPSGUI or raises the existing singleton*.
|
|
function | mibMorphOpsGUI>mibMorphOpsGUI_OpeningFcn (hObject, eventdata, handles, varargin) |
|
function varargout = | mibMorphOpsGUI>mibMorphOpsGUI_OutputFcn (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>mibMorphOpsGUI_CloseRequestFcn (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>cancelBtn_Callback (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>morphOpsPopup_Callback (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>applyToRadio_Callback (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>iterationsRadio_Callback (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>radioBtn2D_Callback (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>mibMorphOpsGUI_KeyPressFcn (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>continueBtn_Callback (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>objects3D_Callback (hObject, eventdata, handles) |
|
function | mibMorphOpsGUI>helpButton_Callback (hObject, eventdata, handles) |
|
MIBMORPHOPSGUI MATLAB code for mibMorphOpsGUI.fig MIBMORPHOPSGUI, by itself, creates a new MIBMORPHOPSGUI or raises the existing singleton*.
function varargout = mibMorphOpsGUI |
( |
| varargin | ) |
|
MIBMORPHOPSGUI MATLAB code for mibMorphOpsGUI.fig MIBMORPHOPSGUI, by itself, creates a new MIBMORPHOPSGUI or raises the existing singleton*.
H = MIBMORPHOPSGUI returns the handle to a new MIBMORPHOPSGUI or the handle to
the existing singleton*.
MIBMORPHOPSGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
function named CALLBACK in MIBMORPHOPSGUI.M with the given input arguments.
MIBMORPHOPSGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new MIBMORPHOPSGUI or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before mibMorphOpsGUI_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to mibMorphOpsGUI_OpeningFcn via varargin.
*See GUI Options on GUIDE's Tools menu. Choose "GUI allows only one
instance to run (singleton)".
- See also
- GUIDE, GUIDATA, GUIHANDLES