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 Mask
createFromMask
(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, setErodeAtBoundary
Methods inherited from class org.anchoranalysis.image.bean.provider.MaskProviderUnary
get, getMask, setMask
Methods inherited from class org.anchoranalysis.image.bean.provider.MaskProvider
getAsStack
Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitialization
Methods 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:ConvexHullBase
Creates a convex hull from a mask and its outline.- Specified by:
createFromMask
in classConvexHullBase
- Parameters:
maskIn
- the inputMask
outline
- the outlineMask
of the input mask- Returns:
- the convex hull
Mask
-