Class BoundingBoxMinimumAlongAxis

Object
AnchorBean<Feature<FeatureInputSingleObject>>
InitializableBean<Feature<FeatureInputSingleObject>, FeatureInitialization>
Feature<FeatureInputSingleObject>
FeatureSingleObject
BoundingBoxAlongAxisBase
BoundingBoxMinimumAlongAxis

public class BoundingBoxMinimumAlongAxis extends BoundingBoxAlongAxisBase
Calculates the minimum coordinate of an object's bounding box along a specified axis.

This feature returns the minimum coordinate of the bounding box along the axis specified in the parent class. The minimum coordinate represents the lowest voxel position that is part of the object.

  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected ReadableTuple3i
    extractTupleForBoundingBox(BoundingBox box)
    Extracts a ReadableTuple3i from the given BoundingBox.

    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

    Methods inherited from class java.lang.Object

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

    • BoundingBoxMinimumAlongAxis

      public BoundingBoxMinimumAlongAxis()
  • Method Details

    • extractTupleForBoundingBox

      protected ReadableTuple3i extractTupleForBoundingBox(BoundingBox box)
      Description copied from class: BoundingBoxAlongAxisBase
      Extracts a ReadableTuple3i from the given BoundingBox.
      Specified by:
      extractTupleForBoundingBox in class BoundingBoxAlongAxisBase
      Parameters:
      box - the BoundingBox to extract from
      Returns:
      the extracted ReadableTuple3i