![]() |
Microscopy Image Browser
1.233
|
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) |
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 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().
function ManGridBW>closeBtn_Callback | ( | hObject, | |
eventdata, | |||
handles | |||
) |
function ManGridBW>columnsNoEdit_Callback | ( | hObject, | |
eventdata, | |||
handles | |||
) |
function ManGridBW>exportGrid_Callback | ( | hObject, | |
eventdata, | |||
handles | |||
) |
function ManGridBW>importGridBtn_Callback | ( | hObject, | |
eventdata, | |||
handles | |||
) |
function ManGridBW>loadBtn_Callback | ( | hObject, | |
eventdata, | |||
handles | |||
) |
function ManGridBW>manGridBW_CloseRequestFcn | ( | hObject, | |
eventdata, | |||
handles | |||
) |
function ManGridBW>ManGridBW_OpeningFcn | ( | hObject, | |
eventdata, | |||
handles, | |||
varargin | |||
) |
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().
function ManGridBW>thresholdsTable_CellEditCallback | ( | hObject, | |
eventdata, | |||
handles | |||
) |
References generate_grid_block_size(), get_black_white_filter(), ib_getSlice(), and ib_setSlice().
function ManGridBW>updateTable | ( | handles | ) |