Class ConvexHull3D
- All Implemented Interfaces:
Provider<Mask>,ProviderAsStack
Calculates a 3D convex hull from a binary mask.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected MaskcreateFromMask(Mask maskIn, Mask outline) Creates a convex hull from a mask and its outline.Methods inherited from class org.anchoranalysis.plugin.points.bean.convexhull.ConvexHullBase
createFromMask, isErodeAtBoundary, setErodeAtBoundaryMethods inherited from class org.anchoranalysis.image.bean.provider.MaskProviderUnary
get, getMask, setMaskMethods inherited from class org.anchoranalysis.image.bean.provider.MaskProvider
getAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
ConvexHull3D
public ConvexHull3D()
-
-
Method Details
-
createFromMask
Description copied from class:ConvexHullBaseCreates a convex hull from a mask and its outline.- Specified by:
createFromMaskin classConvexHullBase- Parameters:
maskIn- the inputMaskoutline- the outlineMaskof the input mask- Returns:
- the convex hull
Mask
-