Package boofcv.alg.feature.describe.llah
Class LlahDocument
java.lang.Object
boofcv.alg.feature.describe.llah.LlahDocument
Describes a document or marker which is described using
LLAH features
.-
Field Summary
Modifier and TypeFieldDescriptionint
Which document this belongs to.Description of LLAH features in the document2D locations of landmarks in the document's plane -
Constructor Summary
-
Method Summary
-
Field Details
-
documentID
public int documentIDWhich document this belongs to. Index in the document list. -
landmarks
2D locations of landmarks in the document's plane -
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()
-