Class GrayscaleReconstruction2DIJ
Object
AnchorBean<GrayscaleReconstructionByErosion>
GrayscaleReconstructionByErosion
GrayscaleReconstruction2DIJ
public class GrayscaleReconstruction2DIJ
extends GrayscaleReconstructionByErosion
Performs 2D grayscale reconstruction using ImageJ's implementation.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionVoxelsUntypedreconstruction(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
-
Constructor Details
-
GrayscaleReconstruction2DIJ
public GrayscaleReconstruction2DIJ()
-
-
Method Details
-
reconstruction
public VoxelsUntyped reconstruction(VoxelsUntyped mask, VoxelsUntyped marker, Optional<ObjectMask> containingMask) throws OperationFailedException - Specified by:
reconstructionin classGrayscaleReconstructionByErosion- Throws:
OperationFailedException
-