Class SurfaceNumberVoxels
The number of voxels on the surface (all voxels on the exterior of the object)
- Author:
- Owen Feehan
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected CalculationPart
<Integer, 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
-
Constructor Details
-
SurfaceNumberVoxels
public SurfaceNumberVoxels()
-
-
Method Details
-
createParameters
protected CalculationPart<Integer,FeatureInputSingleObject> createParameters(boolean mip, boolean suppress3d) Description copied from class:SurfaceNumberVoxelsBase
Creates the calculation parameters for the surface voxel count.- Specified by:
createParameters
in classSurfaceNumberVoxelsBase
- Parameters:
mip
- whether to use maximum intensity projectionsuppress3d
- whether to suppress 3D calculations- Returns:
- a
CalculationPart
for calculating the number of surface voxels
-