![]() |
Microscopy Image Browser 2.91
MIB
|
Save image into hdf5 format. More...
Functions | |
function result = | image2hdf5 (filename, imageS, options) |
Save image into hdf5 format. | |
Save image into hdf5 format.
function result = image2hdf5 | ( | filename, | |
imageS, | |||
options ) |
Save image into hdf5 format.
filename | filename for hdf file |
imageS | original dataset [1:height, 1:width, 1:colors, 1:no_stacks] or [1:height, 1:width, 1:no_stacks] |
options | [optional] a structure with additional parameters
|
result | result of the function run, 1 - success, 0 - fail |
Referenced by mibChopDatasetController.chopBtn_Callback(), mibImage.saveImageAsDialog(), mibImage.saveMask(), and mibImage.saveModel().