![]() |
ARX
1.0
The next-generation open source augmented reality toolkit.
|
Functions | |
| ARMultiMarkerInfoT * | arMultiAllocConfig (void) |
| Creates a new empty multi-marker configuration. More... | |
| ARMultiMarkerInfoT * | arMultiCopyConfig (const ARMultiMarkerInfoT *marker_info) |
| Takes a deep copy of the multi-marker configuration passed in. More... | |
| int | arMultiAddOrUpdateSubmarker (ARMultiMarkerInfoT *marker_info, int patt_id, int patt_type, ARdouble width, const ARdouble trans[3][4], uint64_t globalID) |
| void | arMultiUpdateSubmarkerPose (ARMultiEachMarkerInfoT *submarker, const ARdouble trans[3][4]) |
| int | arMultiRemoveSubmarker (ARMultiMarkerInfoT *marker_info, int patt_id, int patt_type, uint64_t globalID) |
| int arMultiAddOrUpdateSubmarker | ( | ARMultiMarkerInfoT * | marker_info, |
| int | patt_id, | ||
| int | patt_type, | ||
| ARdouble | width, | ||
| const ARdouble | trans[3][4], | ||
| uint64_t | globalID | ||
| ) |
| ARMultiMarkerInfoT * arMultiAllocConfig | ( | void | ) |
Creates a new empty multi-marker configuration.
The returned value should be freed by calling arMultiFreeConfig when done.
| ARMultiMarkerInfoT * arMultiCopyConfig | ( | const ARMultiMarkerInfoT * | marker_info | ) |
Takes a deep copy of the multi-marker configuration passed in.
The returned value should be freed by calling arMultiFreeConfig when done.
| int arMultiRemoveSubmarker | ( | ARMultiMarkerInfoT * | marker_info, |
| int | patt_id, | ||
| int | patt_type, | ||
| uint64_t | globalID | ||
| ) |
| void arMultiUpdateSubmarkerPose | ( | ARMultiEachMarkerInfoT * | submarker, |
| const ARdouble | trans[3][4] | ||
| ) |
1.9.5