mibCropObjectsGUI MATLAB code for mibCropObjectsGUI.fig mibCropObjectsGUI, by itself, creates a new mibCropObjectsGUI or raises the existing singleton*.
More...
|
function varargout = | mibCropObjectsGUI (varargin) |
| mibCropObjectsGUI MATLAB code for mibCropObjectsGUI.fig mibCropObjectsGUI, by itself, creates a new mibCropObjectsGUI or raises the existing singleton*.
|
|
function | mibCropObjectsGUI>mibCropObjectsGUI_OpeningFcn (hObject, eventdata, handles, varargin) |
|
function | mibCropObjectsGUI>targetPanelRadio_Callback (hObject, eventdata, handles) |
|
function varargout = | mibCropObjectsGUI>mibCropObjectsGUI_OutputFcn (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>mibCropObjectsGUI_CloseRequestFcn (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>cancelBtn_Callback (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>selectDirBtn_Callback (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>dirEdit_Callback (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>cropBtn_Callback (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>cropModelCheck_Callback (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>cropMaskCheck_Callback (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>updateBatchParameters (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>Generate3DPatches_Callback (hObject, eventdata, handles) |
|
function | mibCropObjectsGUI>jitterEnableCheckbox_Callback (hObject, eventdata, handles) |
|
mibCropObjectsGUI MATLAB code for mibCropObjectsGUI.fig mibCropObjectsGUI, by itself, creates a new mibCropObjectsGUI or raises the existing singleton*.
function varargout = mibCropObjectsGUI |
( |
| varargin | ) |
|
mibCropObjectsGUI MATLAB code for mibCropObjectsGUI.fig mibCropObjectsGUI, by itself, creates a new mibCropObjectsGUI or raises the existing singleton*.
H = mibCropObjectsGUI returns the handle to a new mibCropObjectsGUI or the handle to
the existing singleton*.
mibCropObjectsGUI(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
function named CALLBACK in mibCropObjectsGUI.M with the given input arguments.
mibCropObjectsGUI(<tt>Property</tt>,<tt>Value</tt>,...) creates a new mibCropObjectsGUI or raises the
existing singleton*. Starting from the left, property value pairs are
applied to the GUI before mibCropObjectsGUI_OpeningFcn gets called. An
unrecognized property name or invalid value makes property application
stop. All inputs are passed to mibCropObjectsGUI_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