Class LlahDocument

java.lang.Object
boofcv.alg.feature.describe.llah.LlahDocument

public class LlahDocument extends Object
Describes a document or marker which is described using LLAH features.
  • Field Details

    • documentID

      public int documentID
      Which document this belongs to. Index in the document list.
    • landmarks

      public DogArray<Point2D_F64> landmarks
      2D locations of landmarks in the document's plane
    • features

      public List<LlahFeature> features
      Description of LLAH features in the document
  • Constructor Details

    • LlahDocument

      public LlahDocument()
  • Method Details

    • addFeature

      public void addFeature(double x, double y)
    • reset

      public void reset()