![]() |
Microscopy Image Browser
1.00
|
Render a model using isosurfaces. More...
Functions | |
function | ib_renderModel (Volume, Index, pixSize, color_list, Image) |
Render a model using isosurfaces. More... | |
Render a model using isosurfaces.
function ib_renderModel | ( | Volume, | |
Index, | |||
pixSize, | |||
color_list, | |||
Image | |||
) |
Render a model using isosurfaces.
Volume | a model, [1:height, 1:width, 1:thickness] with materials |
Index | iso value, if 0 generate isosurfaces of all materials |
pixSize | structure with physical dimensions of voxels
|
color_list | [optional] -> list of colors for models (0-1), [materialIndex][Red, Green, Blue] |
Image | the image layer that is used to place an orthoslice |
References view3d().
Referenced by model_cm_Callback().