Package inra.ijpb.plugins
Class ChamferDistanceMap3DPlugin
java.lang.Object
inra.ijpb.plugins.ChamferDistanceMap3DPlugin
- All Implemented Interfaces:
ij.plugin.PlugIn
public class ChamferDistanceMap3DPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Compute 3D distance map, with possibility to choose the chamfer mask, the
result type (integer or floating point), and to normalize result or not.
In practice, the plugin works on binary as well as on label images.
- Author:
- dlegland
- See Also:
DistanceTransform3D
,ChamferMask3D
,ChamferDistanceTransform3DShort
,ChamferDistanceTransform3DFloat
-
Constructor Summary
Constructors Constructor Description ChamferDistanceMap3DPlugin()
-
Method Summary
Modifier and Type Method Description void
run(java.lang.String arg)
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ChamferDistanceMap3DPlugin
public ChamferDistanceMap3DPlugin()
-
-
Method Details
-
run
public void run(java.lang.String arg)- Specified by:
run
in interfaceij.plugin.PlugIn
-