Class SurfaceNumberVoxels

Object
org.anchoranalysis.bean.AnchorBean<B>
org.anchoranalysis.bean.initializable.InitializableBean<org.anchoranalysis.feature.bean.Feature<T>,​org.anchoranalysis.feature.initialization.FeatureInitialization>
org.anchoranalysis.feature.bean.Feature<org.anchoranalysis.image.feature.input.FeatureInputSingleObject>
org.anchoranalysis.image.feature.bean.object.single.FeatureSingleObject
org.anchoranalysis.plugin.image.feature.bean.object.single.surface.SurfaceNumberVoxelsBase
org.anchoranalysis.plugin.image.feature.bean.object.single.surface.SurfaceNumberVoxels

public class SurfaceNumberVoxels
extends SurfaceNumberVoxelsBase
The number of voxels on the surface (all voxels on the exterior of the object)
Author:
Owen Feehan
  • Constructor Summary

    Constructors 
    Constructor Description
    SurfaceNumberVoxels()  
  • Method Summary

    Modifier and Type Method Description
    protected org.anchoranalysis.feature.calculate.part.CalculationPart<Integer,​org.anchoranalysis.image.feature.input.FeatureInputSingleObject> createParameters​(boolean mip, boolean suppress3d)
    Creates the calculation parameters for the surface voxel count.

    Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.surface.SurfaceNumberVoxelsBase

    calculate, isMip, isSuppress3D, setMip, setSuppress3D

    Methods inherited from class org.anchoranalysis.image.feature.bean.object.single.FeatureSingleObject

    inputType

    Methods inherited from class org.anchoranalysis.feature.bean.Feature

    assignTo, beforeCalc, calculateCheckInitialized, castAs, createListChildFeatures, describeBean, describeParameters, descriptionLong, duplicateChangeName, getCustomName, getFriendlyName, onInitialization, setCustomName, toString

    Methods inherited from class org.anchoranalysis.bean.initializable.InitializableBean

    getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized

    Methods inherited from class org.anchoranalysis.bean.AnchorBean

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

    Methods inherited from class java.lang.Object

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

  • Method Details

    • createParameters

      protected org.anchoranalysis.feature.calculate.part.CalculationPart<Integer,​org.anchoranalysis.image.feature.input.FeatureInputSingleObject> createParameters​(boolean mip, boolean suppress3d)
      Description copied from class: SurfaceNumberVoxelsBase
      Creates the calculation parameters for the surface voxel count.
      Specified by:
      createParameters in class SurfaceNumberVoxelsBase
      Parameters:
      mip - whether to use maximum intensity projection
      suppress3d - whether to suppress 3D calculations
      Returns:
      a CalculationPart for calculating the number of surface voxels