Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
cropObjectsDlg.m File Reference

cropObjectsDlg MATLAB code for cropObjectsDlg.fig cropObjectsDlg, by itself, creates a new cropObjectsDlg or raises the existing singleton*. More...

Functions

function
varargout = 
cropObjectsDlg (varargin)
 cropObjectsDlg MATLAB code for cropObjectsDlg.fig cropObjectsDlg, by itself, creates a new cropObjectsDlg or raises the existing singleton*. More...
 
function  cropObjectsDlg>cropObjectsDlg_OpeningFcn (hObject, eventdata, handles, varargin)
 
function  cropObjectsDlg>targetPanelRadio_Callback (hObject, eventdata, handles)
 
function
varargout = 
cropObjectsDlg>cropObjectsDlg_OutputFcn (hObject, eventdata, handles)
 
function  cropObjectsDlg>cancelBtn_Callback (hObject, eventdata, handles)
 
function  cropObjectsDlg>selectDirBtn_Callback (hObject, eventdata, handles)
 
function  cropObjectsDlg>dirEdit_Callback (hObject, eventdata, handles)
 
function  cropObjectsDlg>cropObjectsDlg_CloseRequestFcn (hObject, eventdata, handles)
 
function  cropObjectsDlg>cropBtn_Callback (hObject, eventdata, handles)
 
function  cropObjectsDlg>cropModelCheck_Callback (hObject, eventdata, handles)
 
function  cropObjectsDlg>cropMaskCheck_Callback (hObject, eventdata, handles)
 

Detailed Description

cropObjectsDlg MATLAB code for cropObjectsDlg.fig cropObjectsDlg, by itself, creates a new cropObjectsDlg or raises the existing singleton*.

Function Documentation

function varargout = cropObjectsDlg (   varargin)

cropObjectsDlg MATLAB code for cropObjectsDlg.fig cropObjectsDlg, by itself, creates a new cropObjectsDlg or raises the existing singleton*.

  H = cropObjectsDlg returns the handle to a new cropObjectsDlg or the handle to
  the existing singleton*.

  cropObjectsDlg(<tt>CALLBACK</tt>,hObject,eventData,handles,...) calls the local
  function named CALLBACK in cropObjectsDlg.M with the given input arguments.

  cropObjectsDlg(<tt>Property</tt>,<tt>Value</tt>,...) creates a new cropObjectsDlg or raises the
  existing singleton*.  Starting from the left, property value pairs are
  applied to the GUI before cropObjectsDlg_OpeningFcn gets called.  An
  unrecognized property name or invalid value makes property application
  stop.  All inputs are passed to cropObjectsDlg_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

Referenced by MaskStatsDlg>tableContextMenu_cb().

Here is the caller graph for this function:

function cropObjectsDlg>cancelBtn_Callback (   hObject,
  eventdata,
  handles 
)
function cropObjectsDlg>cropBtn_Callback (   hObject,
  eventdata,
  handles 
)

References bitmap2amiraLabels(), bitmap2amiraMesh(), bitmap2nrrd(), ib_image2mrc(), ib_image2tiff(), and mib_inputdlg().

Here is the call graph for this function:

function cropObjectsDlg>cropMaskCheck_Callback (   hObject,
  eventdata,
  handles 
)
function cropObjectsDlg>cropModelCheck_Callback (   hObject,
  eventdata,
  handles 
)
function cropObjectsDlg>cropObjectsDlg_CloseRequestFcn (   hObject,
  eventdata,
  handles 
)
function cropObjectsDlg>cropObjectsDlg_OpeningFcn (   hObject,
  eventdata,
  handles,
  varargin 
)

References ib_updateFontSize(), and mib_rescaleWidgets().

Here is the call graph for this function:

function varargout = cropObjectsDlg>cropObjectsDlg_OutputFcn (   hObject,
  eventdata,
  handles 
)
function cropObjectsDlg>dirEdit_Callback (   hObject,
  eventdata,
  handles 
)
function cropObjectsDlg>selectDirBtn_Callback (   hObject,
  eventdata,
  handles 
)
function cropObjectsDlg>targetPanelRadio_Callback (   hObject,
  eventdata,
  handles 
)