Package boofcv.alg.feature.describe.llah
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 Summary
Fields Modifier and Type Field Description int
documentID
Which document this belongs to.List<LlahFeature>
features
Description of LLAH features in the documentDogArray<Point2D_F64>
landmarks
2D locations of landmarks in the document's plane -
Constructor Summary
Constructors Constructor Description LlahDocument()
-
Method Summary
Modifier and Type Method Description void
addFeature(double x, double y)
void
reset()
-
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()
-