Package boofcv.alg.scene.bow
Class BowMatch
java.lang.Object
boofcv.alg.scene.bow.BowMatch
- All Implemented Interfaces:
Comparable<BowMatch>
Common image match data type for Bag-of-Words methods
-
Field Summary
Modifier and TypeFieldDescriptionfloat
The error between this image's descriptor and the query image.int
Initially stores the image index, but is then converted into the image ID for output -
Constructor Summary
-
Method Summary
-
Field Details
-
identification
public int identificationInitially stores the image index, but is then converted into the image ID for output -
error
public float errorThe error between this image's descriptor and the query image. 0.0 = perfect match
-
-
Constructor Details
-
BowMatch
public BowMatch()
-
-
Method Details
-
reset
public void reset() -
compareTo
- Specified by:
compareTo
in interfaceComparable<BowMatch>
-