Package boofcv.struct.feature
Class AssociatedIndex
java.lang.Object
boofcv.struct.feature.AssociatedIndex
Indexes of two associated features and the fit score..
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAssociatedIndex
(int src, int dst) AssociatedIndex
(int src, int dst, double fitScore) AssociatedIndex
(AssociatedIndex original) -
Method Summary
-
Field Details
-
src
public int srcindex of the feature in the source image -
dst
public int dstindex of the feature in the destination image -
fitScore
public double fitScoreThe association score. Meaning will very depending on implementation
-
-
Constructor Details
-
AssociatedIndex
-
AssociatedIndex
public AssociatedIndex(int src, int dst, double fitScore) -
AssociatedIndex
public AssociatedIndex(int src, int dst) -
AssociatedIndex
public AssociatedIndex()
-
-
Method Details
-
setTo
public void setTo(int src, int dst, double fitScore) -
setTo
public void setTo(int src, int dst) -
setTo
-
isIdentical
-
copy
-