Class LlahOperations.FoundDocument

java.lang.Object
boofcv.alg.feature.describe.llah.LlahOperations.FoundDocument
Enclosing class:
LlahOperations

public static class LlahOperations.FoundDocument extends Object
Documents that were found to match observed dots
  • Field Details

    • document

      public LlahDocument document
      Which document
    • landmarkHits

      public final DogArray_I32 landmarkHits
      Indicates the number of times a particular point was matched
    • landmarkToDots

      public final DogArray_I32 landmarkToDots
  • Constructor Details

    • FoundDocument

      public FoundDocument()
  • Method Details

    • init

      public void init(LlahDocument document)
    • seenLandmark

      public boolean seenLandmark(int which)
    • lookupMatches

      public void lookupMatches(DogArray<PointIndex2D_F64> matches)
    • countSeenLandmarks

      public int countSeenLandmarks()
    • countHits

      public int countHits()