Class AssociatedIndex

java.lang.Object
boofcv.struct.feature.AssociatedIndex

public class AssociatedIndex extends Object
Indexes of two associated features and the fit score..
  • Field Details

    • src

      public int src
      index of the feature in the source image
    • dst

      public int dst
      index of the feature in the destination image
    • fitScore

      public double fitScore
      The association score. Meaning will very depending on implementation
  • Constructor Details

    • AssociatedIndex

      public AssociatedIndex(AssociatedIndex original)
    • AssociatedIndex

      public AssociatedIndex(int src, int dst, double fitScore)
    • AssociatedIndex

      public AssociatedIndex(int src, int dst)
    • AssociatedIndex

      public AssociatedIndex()
  • Method Details

    • setTo

      public void setTo(int src, int dst, double fitScore)
    • setTo

      public void setTo(int src, int dst)
    • setTo

      public void setTo(AssociatedIndex a)
    • isIdentical

      public boolean isIdentical(AssociatedIndex o)
    • copy

      public AssociatedIndex copy()