Interface AssociateMaxDistance<D>

All Superinterfaces:
Associate<D>, AssociateDescription2D<D>

public interface AssociateMaxDistance<D> extends AssociateDescription2D<D>
Two features can only be associated if their distance in image space is less than the specified number.
  • Method Details

    • getMaxDistance

      double getMaxDistance()
    • setMaxDistance

      void setMaxDistance(double maxDistance)