Package boofcv.struct.feature
Class AssociatedTripleIndex
java.lang.Object
boofcv.struct.feature.AssociatedTripleIndex
Indexes of three associated features and the fit score.
-
Field Summary
-
Constructor Summary
ConstructorDescriptionAssociatedTripleIndex
(int a, int b, int c) AssociatedTripleIndex
(AssociatedTripleIndex original) -
Method Summary
Modifier and TypeMethodDescriptioncopy()
void
setTo
(int a, int b, int c) void
setTo
(AssociatedTripleIndex original)
-
Field Details
-
a
public int aIndex of feature in each view -
b
public int bIndex of feature in each view -
c
public int cIndex of feature in each view
-
-
Constructor Details
-
AssociatedTripleIndex
-
AssociatedTripleIndex
public AssociatedTripleIndex(int a, int b, int c) -
AssociatedTripleIndex
public AssociatedTripleIndex()
-
-
Method Details
-
setTo
public void setTo(int a, int b, int c) -
setTo
-
copy
-