Read_Img2Vol
Synopsis
read a series of image files and output an 3D uniform field
V Name
MODS. Read_Img2Vol
Input Port
ui_parent
|
user interface parent object
|
Parameters
filename_head
|
string
|
filename_tail
|
string
|
min_length
|
int.
|
start
|
int
|
end
|
int
|
format
|
int
|
out_format
|
int
|
Output Port
field
|
Mesh_Unif + Dim2 + Space2
|
image
|
output renderable object
|
Description
Read_Img2Vol reads in a series of image file slices, builds these slices into a 3D volume and outputs the data as a 3D uniform field.
Input
ui_parent
A port to connect to a user interface object that contains the macro's widgets. By default, it is connected to the default user interface object in the application in which the macro is instanced. (This default connection is not drawn.)
Parameters
filename_head
string Portion of filename before index.
filename_tail
string Portion of filename after index.
min_length
int Minimum length of index.
start
int Starting index of filenames.
end
int Ending index of filenames.
format
int Format of input image files.
out_format
int Format of output node data.
Output Port
out_fld
Output uniform 3D field data
out_obj
obj. This is a renderable version of the output field.
Example
Not available
File
v/modules.v
See also related modules