Class AssociatedTripleIndex

java.lang.Object
boofcv.struct.feature.AssociatedTripleIndex

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

    • a

      public int a
      Index of feature in each view
    • b

      public int b
      Index of feature in each view
    • c

      public int c
      Index of feature in each view
  • Constructor Details

    • AssociatedTripleIndex

      public AssociatedTripleIndex(AssociatedTripleIndex original)
    • AssociatedTripleIndex

      public AssociatedTripleIndex(int a, int b, int c)
    • AssociatedTripleIndex

      public AssociatedTripleIndex()
  • Method Details