![]() |
Microscopy Image Browser
1.233
|
Convert bitmap matrix to Amira Mesh binary format. More...
Functions | |
function result = | bitmap2amiraMesh (filename, bitmap, img_info, options) |
Convert bitmap matrix to Amira Mesh binary format. More... | |
Convert bitmap matrix to Amira Mesh binary format.
function result = bitmap2amiraMesh | ( | filename, | |
bitmap, | |||
img_info, | |||
options | |||
) |
Convert bitmap matrix to Amira Mesh binary format.
filename | filename for Amira Mesh file |
bitmap | a dataset, [1:height, 1:width, 1:colors, 1:no_stacks] |
img_info | img_info containers.Map from im_browser.m |
options | a structure with some optional parameters
|
result | result of the function run, 1 - success, 0 - fail |
Referenced by menuFileSaveImageAs(), cropObjectsDlg>cropBtn_Callback(), and mibchopDatasetGui>chopBtn_Callback().