Class BoundingBox3DPlugin

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

public class BoundingBox3DPlugin
extends java.lang.Object
implements ij.plugin.PlugIn
Plugin for measuring extend of 3D bounding box from label images.
Author:
David Legland
  • Constructor Summary

    Constructors
    Constructor Description
    BoundingBox3DPlugin()  
  • 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

    • BoundingBox3DPlugin

      public BoundingBox3DPlugin()
  • Method Details

    • run

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