public class DMatch extends java.lang.Object
| Modifier and Type | Field and Description | 
|---|---|
| float | distance | 
| int | imgIdxTrain image index. | 
| int | queryIdxQuery descriptor index. | 
| int | trainIdxTrain descriptor index. | 
| Constructor and Description | 
|---|
| DMatch() | 
| DMatch(int _queryIdx,
      int _trainIdx,
      float _distance) | 
| DMatch(int _queryIdx,
      int _trainIdx,
      int _imgIdx,
      float _distance) | 
| Modifier and Type | Method and Description | 
|---|---|
| boolean | lessThan(DMatch it)Less is better. | 
| java.lang.String | toString() | 
public int queryIdx
public int trainIdx
public int imgIdx
public float distance