Package boofcv.abst.scene
Class SceneRecognition.Match
java.lang.Object
boofcv.abst.scene.SceneRecognition.Match
- Enclosing interface:
- SceneRecognition<T extends ImageBase<T>>
References a match in the database to the query image
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
id
ID of matching image -
error
public double errorError. Larger the value less similar it is to the original. Meaning is implementation dependent.
-
-
Constructor Details
-
Match
public Match()
-