Class SceneRecognition.Match

java.lang.Object
boofcv.abst.scene.SceneRecognition.Match
Enclosing interface:
SceneRecognition<T extends ImageBase<T>>

public static class SceneRecognition.Match extends Object
References a match in the database to the query image
  • Field Details

    • id

      public String id
      ID of matching image
    • error

      public double error
      Error. Larger the value less similar it is to the original. Meaning is implementation dependent.
  • Constructor Details

    • Match

      public Match()