![]() |
Microscopy Image Browser
1.233
|
Save image to NRRD binary format. More...
Functions | |
function result = | ib_image2nrrd (filename, bitmap, bb, options) |
Save image to NRRD binary format. More... | |
Save image to NRRD binary format.
function result = ib_image2nrrd | ( | filename, | |
bitmap, | |||
bb, | |||
options | |||
) |
Save image to NRRD binary format.
filename | filename for Amira Mesh file |
bitmap | a dataset, [1:height, 1:width, 1:colors, 1:no_stacks] |
bb | bounding box information, a vector [minX, maxX, minY, maxY, minZ, maxZ] |
options | a structure with some optional parameters
|
result | result of the function run, 1 - success, 0 - fail |
References nrrdSaveWithMetadata().