![]() |
Microscopy Image Browser 2.91
MIB
|
Converts Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors, 1:no_stacks]. More...
Functions | |
| function [ bitmap , par , status ] = | amiraMesh2bitmap (filename, options) |
| Converts Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors, 1:no_stacks]. | |
| function parValueText = | amiraMesh2bitmap>loopHeader (fid, parValueText, level) |
Converts Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors, 1:no_stacks].
| function [ bitmap , par , status ] = amiraMesh2bitmap | ( | filename, | |
| options ) |
Converts Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors, 1:no_stacks].
| filename | (optional), a filename of amira mesh file, when omitted a file selection dialog is started. |
| options | a structure with extra options
|
| bitmap | - dataset, [1:height, 1:width, 1:colors, 1:no_stacks] |
| par | - structure with parameters from Amira Mesh file |
| status | - logical switch indicating success of the function |
References amiraLabels2bitmap(), max, and mib_uigetfile().
Referenced by mibDeepStoreLoadImages(), mibGetImages(), and mibDeepController.processImages().


| function parValueText = amiraMesh2bitmap>loopHeader | ( | fid, | |
| parValueText, | |||
| level ) |