![]() |
Microscopy Image Browser
1.233
|
Calculate size of the block to equally brake the image. More...
Functions | |
function [
block_width , block_height ] = | generate_grid_block_size (image_width, image_height, block_width) |
Calculate size of the block to equally brake the image. More... | |
Calculate size of the block to equally brake the image.
function [ block_width , block_height ] = generate_grid_block_size | ( | image_width, | |
image_height, | |||
block_width | |||
) |
Calculate size of the block to equally brake the image.
image_width | width of the image |
image_height | height of the image |
block_width | [optional] desired width of the block, when omitted a dialog asks for a value |
block_width | width of the block block_height height of the block |
References mib_inputdlg().
Referenced by get_black_white_filter(), ib_calcCorrelation(), ManGridBW>ManGridBW_OpeningFcn(), and ManGridBW>thresholdsTable_CellEditCallback().