![]() |
Microscopy Image Browser
1.233
|
Render a model using isosurfaces. More...
Functions | |
| function p = | ib_renderModel (Volume, Index, pixSize, boundingBox, color_list, Image, Options) |
| Render a model using isosurfaces. More... | |
Render a model using isosurfaces.
| function p = ib_renderModel | ( | Volume, | |
| Index, | |||
| pixSize, | |||
| boundingBox, | |||
| color_list, | |||
| Image, | |||
| Options | |||
| ) |
Render a model using isosurfaces.
| Volume | a model, [1:height, 1:width, 1:thickness] with materials |
| Index | iso value, if 0 or NaN generate isosurfaces of all materials |
| pixSize | structure with physical dimensions of voxels
|
| boundingBox | information of the bounding box of the dataset [xMin, xMax, yMin, yMax, zMin, zMax] |
| 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 |
| Options | [optional] - a structure with parameters that are also asked inside the function
|
| p | triangulated patch defined by FV (a structure with fields vertices and faces) |
References view3d().
Referenced by menuModelsSaveAs(), and model_cm_Callback().

