Class InterfaceSurfaceArea3D

java.lang.Object
inra.ijpb.plugins.InterfaceSurfaceArea3D
All Implemented Interfaces:
ij.plugin.PlugIn

public class InterfaceSurfaceArea3D
extends java.lang.Object
implements ij.plugin.PlugIn
Plugin for measuring the surface area of the interface between two labels within a 3D label image.
Author:
David Legland
See Also:
AnalyzeRegions3D, IntrinsicVolumes3D
  • Constructor Summary

    Constructors
    Constructor Description
    InterfaceSurfaceArea3D()  
  • Method Summary

    Modifier and Type Method Description
    void run​(java.lang.String args)  

    Methods inherited from class java.lang.Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • InterfaceSurfaceArea3D

      public InterfaceSurfaceArea3D()
  • Method Details

    • run

      public void run​(java.lang.String args)
      Specified by:
      run in interface ij.plugin.PlugIn