List of my modules...
Module: Discrete_Lambda_Medial_Axis
Description:
Assigns to each pixel of the squared Euclidean distance map the radius of the smallest circle enclosing all the points of the background closest to said pixel.
Left image: object; right image: distance map. These are cross-sections of 3D images.
Connections:
Image
[required]
The input image comes in through this port. For now, the only input type that has been implemented is HxUniformScalarField3.
Ports:
Now

Push this button to compute.
Commands:
Additional options can be accessed when typing in the console Discrete_Lambda_Medial_Axis COMMAND_NAME. Typing the command again usually reverts back to original settings.
verbose
Displays timing information after the computation. Retype to hide info.
create
Runs the computation. Returns the name of the output, so it can be used in a script, such as set RESULT [Discrete_Lambda_Medial_Axis create].