List of my modules...
Module: Draw_Differences
Description:
Draws little cubes for the pixels that are different between the two input images.
NOTE : The faces of the cubes that are shared by two are not drawn for speed purposes.
Connections:
Image1
[required]
The first input image, a HxUniformScalarField3, is connected here.
Image2
[required]
The second input image.
Ports:
Draw_style

Wire frames, surfaces or both for the cubes ?
Line_width

For wire frames or outlined, the size of the lines.
Color

Color of the faces of the cubes. If a colormap is given, cubes are colored according to their intensities.
Line_Color

Color of the edges of the cubes.
Do

Push the first button to draw the cubes. Push the second button to create an object of the cubes in the object pool (as an Open Inventor object, HxIvData).
Commands:
Additional options can be accessed when typing in the console Draw_Differences COMMAND_NAME. Typing the command again reverts back to original settings.
verbose
Displays timing information and number of pixels selected by the threshold and faces drawn.