boofcv.struct.feature
Class AssociatedIndex
- java.lang.Object
-
- boofcv.struct.feature.AssociatedIndex
-
public class AssociatedIndex extends java.lang.ObjectIndexes of two associated features and the fit score..
-
-
Field Summary
Fields Modifier and Type Field and Description intdstindex of the feature in the destination imagedoublefitScoreThe association score.intsrcindex of the feature in the source image
-
Constructor Summary
Constructors Constructor and Description AssociatedIndex()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidset(AssociatedIndex a)voidsetAssociation(int src, int dst, double fitScore)
-
-
-
Field Detail
-
src
public int src
index of the feature in the source image
-
dst
public int dst
index of the feature in the destination image
-
fitScore
public double fitScore
The association score. Meaning will very depending on implementation
-
-
Method Detail
-
setAssociation
public void setAssociation(int src, int dst, double fitScore)
-
set
public void set(AssociatedIndex a)
-
-
DataMelt 3.0 © DataMelt by jWork.ORG