List of my modules...

Module: Slice Image

Description:

Given an image and a plane, defined by any of the orange modules (orthoslice, obliqueslice, clipping plane, empty plane, etc.), creates a new image having the same greylevels as the input, except for the pixels on a given side of the plane.

Example : the image on the left is an isosurface of the input image, the centre image shows the plane, and the right image shows the isosurface of the result, where the pixels below the plane are kept(those above have been set to 0).

Connections:

Plane

[required]
The input plane, defined in a class derived from HxPlanarMod.

Image

[required]
The input image, defined in a class HxUniformScalarField3.

Keep


Chooses on which side of the plane to keep the pixels

Fill


Chooses what value to give the pixels on the other side.

Now


Push the button to create the "sliced" image.

Commands:

Additional options can be accessed when typing in the console Slice_Image COMMAND_NAME. Typing the command again usually reverts back to original settings.

create

Runs the computation. Returns the name of the output image. The command can be used in a script, such as set out [Slice_Image create].