public class AssociatedIndex extends 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() |
public int src
public int dst
public double fitScore
public void setAssociation(int src,
int dst,
double fitScore)
public void set(AssociatedIndex a)
Copyright © 2013. All Rights Reserved.