![]() |
Microscopy Image Browser
1.233
|
Save image into hdf5 format. More...
Functions | |
function result = | image2hdf5 (filename, imageS, options) |
Save image into hdf5 format. More... | |
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 menuFileSaveImageAs(), menuModelsSaveAs(), and mibchopDatasetGui>chopBtn_Callback().