Class GrayscaleReconstruction2DIJ

Object
AnchorBean<GrayscaleReconstructionByErosion>
GrayscaleReconstructionByErosion
GrayscaleReconstruction2DIJ

public class GrayscaleReconstruction2DIJ extends GrayscaleReconstructionByErosion
Performs 2D grayscale reconstruction using ImageJ's implementation.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    VoxelsUntyped
    reconstruction(VoxelsUntyped mask, VoxelsUntyped marker, Optional<ObjectMask> containingMask)
     

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

    checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
  • Constructor Details

    • GrayscaleReconstruction2DIJ

      public GrayscaleReconstruction2DIJ()
  • Method Details

    • reconstruction

      public VoxelsUntyped reconstruction(VoxelsUntyped mask, VoxelsUntyped marker, Optional<ObjectMask> containingMask) throws OperationFailedException
      Specified by:
      reconstruction in class GrayscaleReconstructionByErosion
      Throws:
      OperationFailedException