#include <ARToolKitPlus/config.h>
Go to the source code of this file.
Classes | |
struct | ARToolKitPlus::MarkerPoint |
Namespaces | |
namespace | ARToolKitPlus |
Functions | |
AR_EXPORT void | ARToolKitPlus::findFurthestAway (const MarkerPoint *nPoints, int nNumPoints, int nIdx0, int nIdx1, int &nIdxFarthest) |
AR_EXPORT void | ARToolKitPlus::findLongestDiameter (const MarkerPoint *nPoints, int nNumPoints, int &nIdx0, int &nIdx1) |
int | ARToolKitPlus::iabs (int nValue) |
AR_EXPORT void | ARToolKitPlus::maximizeArea (const MarkerPoint *nPoints, int nNumPoints, int nIdx0, int nIdx1, int nIdx2, int &nIdxMax) |
AR_EXPORT int | ARToolKitPlus::nearHull_2D (const MarkerPoint *P, int n, int k, MarkerPoint *H) |
AR_EXPORT void | ARToolKitPlus::sortInLastInteger (int &nIdx0, int &nIdx1, int &nIdx2, int &nIdx3) |
AR_EXPORT void | ARToolKitPlus::sortIntegers (int &nIdx0, int &nIdx1, int &nIdx2) |
Variables | |
const int | ARToolKitPlus::MAX_HULL_POINTS = 64 |