Class FeaturePairObjects

Direct Known Subclasses:
CostOverlapWithinMidpointDistance, FeatureDeriveFromPair, OverlapRelative, TouchingVoxels

public abstract class FeaturePairObjects extends Feature<FeatureInputPairObjects>
An abstract base class for features that operate on pairs of objects.

This class extends the generic Feature class, specifying that the input type is FeatureInputPairObjects. It provides a common base for all features that work with pairs of objects in image analysis.

  • Constructor Details

    • FeaturePairObjects

      public FeaturePairObjects()
  • Method Details