Microscopy Image Browser  1.00
 All Classes Files Functions Variables Pages
image2hdf5.m File Reference

Save image into hdf5 format. More...

Functions

function result = image2hdf5 (filename, imageS, options, ImageDescription)
 Save image into hdf5 format. More...
 

Detailed Description

Save image into hdf5 format.

Function Documentation

function result = image2hdf5 (   filename,
  imageS,
  options,
  ImageDescription 
)

Save image into hdf5 format.

Parameters
filenamefilename for hdf file
imageSoriginal 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
  • .overwrite, if 1 do not check whether file with provided filename alaready exists
  • .showWaitbar: 1 - show the progress bar, 0 - do not show
ImageDescription- a cell string or a containers.Map with metadata
Return values
resultresult of the function run, 1 - success, 0 - fail
Required fields of options:

Referenced by menuFileSaveImageAs().

Here is the caller graph for this function: