#include <armarkers.h>
Public Member Functions | |
| bool | ARMarker::MatchPoints (Utility::ARMemory< ARMarkerPoint > *points) |
| Matched the passed array of marker points with markers definition. | |
| bool | Init () |
| Initialises the marker ready for use in marker detection. | |
| unsigned int | GetMarkerPoints () |
| Returns the actual number of column and row detection points in the marker. | |
| double | GetPointStepSize () |
| Returns the UV distance between each marker point;. | |
Public Attributes | |
| unsigned int | id |
| Represents a unique identifier for the marker. | |
| unsigned int | size |
| Defines the number of columns and rows in the marker. | |
| unsigned int | border |
| Defines the size of the border. | |
| Utility::ARMemory< ARMarkerPoint > | definition |
| Array of ARMarkerPoint objects for fast marker detection;. | |
| std::vector< Utility::ARPoint2Di > | cellOns |
| An ARPoint2D vector of points that must be set on (black) during the marker detection process. | |
| std::vector< Utility::ARPoint2Di > | cellOffs |
| An ARPoint2D vector of points that must be set off (white) during the marker detection process. | |
|
|
Matched the passed array of marker points with markers definition.
|
1.3.9.1