Package boofcv.alg.feature.describe.llah
Class LlahOperations.FoundDocument
java.lang.Object
boofcv.alg.feature.describe.llah.LlahOperations.FoundDocument
- Enclosing class:
- LlahOperations
Documents that were found to match observed dots
-
Field Summary
Modifier and TypeFieldDescriptionWhich documentfinal DogArray_I32
Indicates the number of times a particular point was matchedfinal DogArray_I32
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
init
(LlahDocument document) void
lookupMatches
(DogArray<PointIndex2D_F64> matches) boolean
seenLandmark
(int which)
-
Field Details
-
document
Which document -
landmarkHits
Indicates the number of times a particular point was matched -
landmarkToDots
-
-
Constructor Details
-
FoundDocument
public FoundDocument()
-
-
Method Details
-
init
-
seenLandmark
public boolean seenLandmark(int which) -
lookupMatches
-
countSeenLandmarks
public int countSeenLandmarks() -
countHits
public int countHits()
-