Microscopy Image Browser  1.233
All Classes Files Functions Variables Pages
ib_image2nrrd.m File Reference

Save image to NRRD binary format. More...

Functions

function result = ib_image2nrrd (filename, bitmap, bb, options)
 Save image to NRRD binary format. More...
 

Detailed Description

Save image to NRRD binary format.

Function Documentation

function result = ib_image2nrrd (   filename,
  bitmap,
  bb,
  options 
)

Save image to NRRD binary format.

Parameters
filenamefilename for Amira Mesh file
bitmapa dataset, [1:height, 1:width, 1:colors, 1:no_stacks]
bbbounding box information, a vector [minX, maxX, minY, maxY, minZ, maxZ]
optionsa structure with some optional parameters
  • .overwrite - if 1 do not check whether file with provided filename already exists
  • .showWaitbar - if 1 - show the wait bar, if 0 - do not show
Return values
resultresult of the function run, 1 - success, 0 - fail
Required fields of options:

References nrrdSaveWithMetadata().

Here is the call graph for this function: