Package org.opencv.core
Class DMatch
- java.lang.Object
-
- org.opencv.core.DMatch
-
public class DMatch extends java.lang.Object
Structure for matching: query descriptor index, train descriptor index, train image index and distance between descriptors.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
lessThan(DMatch it)
java.lang.String
toString()
-
-
-
Method Detail
-
lessThan
public boolean lessThan(DMatch it)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
-