Interface InlierThreshold

All Known Implementing Classes:
Ransac, Ransac_MT

public interface InlierThreshold
Specifies a fit threshold for an inlier set based upon a maximum allowed error
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    Returns the inlier threshold
    void
    setThresholdFit(double threshold)
    Specifies the "fit" criteria for inlier set as being equal to or less than this
  • Method Details

    • setThresholdFit

      void setThresholdFit(double threshold)
      Specifies the "fit" criteria for inlier set as being equal to or less than this
      Parameters:
      threshold - inlier threshold
    • getThresholdFit

      double getThresholdFit()
      Returns the inlier threshold