![]() |
Microscopy Image Browser 2.91
MIB
|
Extracts a slice or its subsection from Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors]. More...
Functions | |
| function bitmap = | amiraMeshSlice2bitmap (filename, sliceNo, x1, y1, x2, y2, options) |
| Extracts a slice or its subsection from Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors]. | |
Extracts a slice or its subsection from Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors].
| function bitmap = amiraMeshSlice2bitmap | ( | filename, | |
| sliceNo, | |||
| x1, | |||
| y1, | |||
| x2, | |||
| y2, | |||
| options ) |
Extracts a slice or its subsection from Amira Mesh to bitmap matrix [1:height, 1:width, 1:colors].
| filename | (optional), a filename of amira mesh file, when omitted a file selection dialog is started. |
| sliceNo | slice number |
| x1 | starting x point |
| y1 | starting y point |
| x2 | ending x point |
| y2 | ending y point |
| options | an optional structure with additional parameters .classType - a string with the class of the image, uint8, uint16, uint32 .width - width of the image .height - height of the image .depth - depth of the image .colors - number of colors |
| bitmap | - dataset, [1:height, 1:width, 1:colors] |
References mib_uigetfile().
