Class BoundingBoxMaximumAlongAxis
Calculates the maximum coordinate of an object's bounding box along a specified axis.
This feature returns the maximum coordinate of the bounding box along the axis specified in the parent class. The maximum coordinate is inclusive, meaning it represents the highest voxel position that is part of the object.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected ReadableTuple3i
Extracts aReadableTuple3i
from the givenBoundingBox
.Methods inherited from class org.anchoranalysis.plugin.image.feature.bean.object.single.boundingbox.BoundingBoxAlongAxisBase
calculate, describeParameters, getAxis, setAxis
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, 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
-
BoundingBoxMaximumAlongAxis
public BoundingBoxMaximumAlongAxis()
-
-
Method Details
-
extractTupleForBoundingBox
Description copied from class:BoundingBoxAlongAxisBase
Extracts aReadableTuple3i
from the givenBoundingBox
.- Specified by:
extractTupleForBoundingBox
in classBoundingBoxAlongAxisBase
- Parameters:
box
- theBoundingBox
to extract from- Returns:
- the extracted
ReadableTuple3i
-