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

ManGridBW function allows to perform black and white thresholding of the image using the small blocks. In each of these blocks the image is thresholded with own coefficient. More...

Functions

function
varargout = 
ManGridBW (varargin)
 ManGridBW function allows to perform black and white thresholding of the image using the small blocks. In each of these blocks the image is thresholded with own coefficient. More...
 
function  ManGridBW>ManGridBW_OpeningFcn (hObject, eventdata, handles, varargin)
 
function
varargout = 
ManGridBW>ManGridBW_OutputFcn (hObject, eventdata, handles)
 
function  ManGridBW>startBtn_Callback (hObject, eventdata, handles)
 
function  ManGridBW>closeBtn_Callback (hObject, eventdata, handles)
 
function  ManGridBW>manGridBW_CloseRequestFcn (hObject, eventdata, handles)
 
function  ManGridBW>importGridBtn_Callback (hObject, eventdata, handles)
 
function  ManGridBW>exportGrid_Callback (hObject, eventdata, handles)
 
function  ManGridBW>updateTable (handles)
 
function  ManGridBW>thresholdsTable_CellEditCallback (hObject, eventdata, handles)
 
function  ManGridBW>loadBtn_Callback (hObject, eventdata, handles)
 
function  ManGridBW>saveBtn_Callback (hObject, eventdata, handles)
 
function  ManGridBW>rowsNoEdit_Callback (hObject, eventdata, handles)
 
function  ManGridBW>columnsNoEdit_Callback (hObject, eventdata, handles)
 

Detailed Description

ManGridBW function allows to perform black and white thresholding of the image using the small blocks. In each of these blocks the image is thresholded with own coefficient.

Function Documentation

function varargout = ManGridBW (   varargin)

ManGridBW function allows to perform black and white thresholding of the image using the small blocks. In each of these blocks the image is thresholded with own coefficient.

ManGridBW contains MATLAB code for ManGridBW.fig

Referenced by ib_maskGenerator().

Here is the caller graph for this function:

function ManGridBW>closeBtn_Callback (   hObject,
  eventdata,
  handles 
)
function ManGridBW>columnsNoEdit_Callback (   hObject,
  eventdata,
  handles 
)
function ManGridBW>exportGrid_Callback (   hObject,
  eventdata,
  handles 
)

References mib_inputdlg().

Here is the call graph for this function:

function ManGridBW>importGridBtn_Callback (   hObject,
  eventdata,
  handles 
)

References mib_inputdlg().

Here is the call graph for this function:

function ManGridBW>loadBtn_Callback (   hObject,
  eventdata,
  handles 
)
function ManGridBW>manGridBW_CloseRequestFcn (   hObject,
  eventdata,
  handles 
)
function ManGridBW>ManGridBW_OpeningFcn (   hObject,
  eventdata,
  handles,
  varargin 
)

References generate_grid_block_size(), and ib_getSlice().

Here is the call graph for this function:

function varargout = ManGridBW>ManGridBW_OutputFcn (   hObject,
  eventdata,
  handles 
)
function ManGridBW>rowsNoEdit_Callback (   hObject,
  eventdata,
  handles 
)
function ManGridBW>saveBtn_Callback (   hObject,
  eventdata,
  handles 
)
function ManGridBW>startBtn_Callback (   hObject,
  eventdata,
  handles 
)

References get_black_white_filter(), ib_getDataset(), ib_getSlice(), ib_setDataset(), and ib_setSlice().

Here is the call graph for this function:

function ManGridBW>thresholdsTable_CellEditCallback (   hObject,
  eventdata,
  handles 
)

References generate_grid_block_size(), get_black_white_filter(), ib_getSlice(), and ib_setSlice().

Here is the call graph for this function:

function ManGridBW>updateTable (   handles)