public class AssociatedIndex
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
dst
index of the feature in the destination image
|
double |
fitScore
The association score.
|
int |
src
index of the feature in the source image
|
| Constructor and Description |
|---|
AssociatedIndex() |
| Modifier and Type | Method and Description |
|---|---|
void |
set(AssociatedIndex a) |
void |
setAssociation(int src,
int dst,
double fitScore) |
public int src
public int dst
public double fitScore
public void setAssociation(int src,
int dst,
double fitScore)
public void set(AssociatedIndex a)