Vfstruct is the command use to create and initialize a 2D
image structure. The argument is the name of the image structure.
Only one argument is permitted per command.
The structure is defined by VisXimge_t.
V3fstruct
is the command use to create and initialize a 3D
image structure. The argument is the name of the image structure.
Only one argument is permitted per command.
The structure is defined by VisX3dim_t.
The pixel structure elements facilitate the access to pixel data.
only one of these elements will be defined at at time depending upon the
type of the image. For a Vfstruct, a 2D image is accessed by .u[y][x] for
element x,y. For a V3fstruct, a 3D image is accessed by .u[z][y][x] for
element x,y,z.
|