Class BowMatch

java.lang.Object
boofcv.alg.scene.bow.BowMatch
All Implemented Interfaces:
Comparable<BowMatch>

public class BowMatch extends Object implements Comparable<BowMatch>
Common image match data type for Bag-of-Words methods
  • Field Details

    • identification

      public int identification
      Initially stores the image index, but is then converted into the image ID for output
    • error

      public float error
      The error between this image's descriptor and the query image. 0.0 = perfect match
  • Constructor Details

    • BowMatch

      public BowMatch()
  • Method Details