![]() |
Microscopy Image Browser
1.233
|
Converts Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors, 1:no_stacks]. More...
Functions | |
function [
bitmap , par ] = | amiraMesh2bitmap (filename, options) |
Converts Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors, 1:no_stacks]. More... | |
Converts Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors, 1:no_stacks].
function [ bitmap , par ] = 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 |
References amiraLabels2bitmap().
Referenced by ib_getImages().