Class FeatureSingleObject

Direct Known Subclasses:
ArbitraryInsidePoint, AtBorderBase, BoundingBoxAlongAxisBase, BoundingBoxNumberVoxels, CenterOfGravity, DerivedObject, EllipsoidBase, Ellipticity, FeatureEnergyChannel, FeatureIntersectingObjects, ImageMomentsBase, IntensityGradientBase, MaximumNumberContourVoxelsOnSlice, MaximumNumberVoxelsOnSlice, NumberRemovedVoxelsAfterClosing, NumberVoxels, ObjectRadiusStandardDeviation, OutlineKernelBase, PairedWithMask, ShapeRegularityCenterSlice, ShapeRegularityMaximumIntensityProjection, SpecificEnergyChannelBase, SurfaceNumberVoxelsBase

public abstract class FeatureSingleObject extends Feature<FeatureInputSingleObject>
An abstract base class for features that operate on a single object.

This class extends Feature and specifies FeatureInputSingleObject as the input type. It provides a common base for all features that work with individual objects in an image.

  • Constructor Details

    • FeatureSingleObject

      public FeatureSingleObject()
  • Method Details