Class ConvexHull3D

Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<T,​org.anchoranalysis.image.bean.nonbean.init.ImageInitialization>
org.anchoranalysis.image.bean.ImageBean<T>
org.anchoranalysis.image.bean.provider.BeanProviderAsStackBase<org.anchoranalysis.image.bean.provider.MaskProvider,​org.anchoranalysis.image.core.mask.Mask>
org.anchoranalysis.image.bean.provider.MaskProvider
org.anchoranalysis.image.bean.provider.MaskProviderUnary
org.anchoranalysis.plugin.points.bean.convexhull.ConvexHullBase
org.anchoranalysis.plugin.points.bean.convexhull.ConvexHull3D
All Implemented Interfaces:
org.anchoranalysis.bean.Provider<org.anchoranalysis.image.core.mask.Mask>, org.anchoranalysis.image.core.stack.ProviderAsStack

public class ConvexHull3D
extends ConvexHullBase
Calculates a 3D convex hull from a binary mask.
  • Constructor Summary

    Constructors 
    Constructor Description
    ConvexHull3D()  
  • Method Summary

    Modifier and Type Method Description
    protected org.anchoranalysis.image.core.mask.Mask createFromMask​(org.anchoranalysis.image.core.mask.Mask maskIn, org.anchoranalysis.image.core.mask.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

    Methods inherited from class java.lang.Object

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

  • Method Details

    • createFromMask

      protected org.anchoranalysis.image.core.mask.Mask createFromMask​(org.anchoranalysis.image.core.mask.Mask maskIn, org.anchoranalysis.image.core.mask.Mask outline)
      Description copied from class: ConvexHullBase
      Creates a convex hull from a mask and its outline.
      Specified by:
      createFromMask in class ConvexHullBase
      Parameters:
      maskIn - the input Mask
      outline - the outline Mask of the input mask
      Returns:
      the convex hull Mask