#include <ARToolKitPlus/ar.h>#include <ARToolKitPlus/arMulti.h>#include <ARToolKitPlus/matrix.h>#include <ARToolKitPlus/Tracker.h>#include <ARToolKitPlus/MemoryManager.h>#include <ARToolKitPlus/Camera.h>#include <ARToolKitPlus/CameraFactory.h>#include <ARToolKitPlus/extra/BCH.h>#include "../../src/extra/FixedPoint.h"#include "../../src/core/arBitFieldPattern.cxx"#include "../../src/core/arDetectMarker.cxx"#include "../../src/core/arDetectMarker2.cxx"#include "../../src/core/arGetCode.cxx"#include "../../src/core/arGetMarkerInfo.cxx"#include "../../src/core/arGetTransMat.cxx"#include "../../src/core/arGetTransMat2.cxx"#include "../../src/core/arGetTransMat3.cxx"#include "../../src/core/rppGetTransMat.cxx"#include "../../src/core/arGetTransMatCont.cxx"#include "../../src/core/arLabeling.cxx"#include "../../src/core/arMultiActivate.cxx"#include "../../src/core/arMultiGetTransMat.cxx"#include "../../src/core/rppMultiGetTransMat.cxx"#include "../../src/core/arMultiReadConfigFile.cxx"#include "../../src/core/arUtil.cxx"#include "../../src/core/matrix.cxx"#include "../../src/core/mPCA.cxx"#include "../../src/core/paramDecomp.cxx"#include "../../src/core/paramDistortion.cxx"#include "../../src/core/byteSwap.cxx"#include "../../src/core/paramFile.cxx"#include "../../src/core/vector.cxx"#include "../../src/CameraImpl.cxx"#include "../../src/CameraAdvImpl.cxx"#include "../../src/CameraFactory.cxx"#include "../../src/extra/BCH.cxx"#include "../../src/TrackerImpl.cxx"Go to the source code of this file.
Classes | |
| struct | ARToolKitPlus::TrackerImpl< __PATTERN_SIZE_X, __PATTERN_SIZE_Y, __PATTERN_SAMPLE_NUM, __MAX_LOAD_PATTERNS, __MAX_IMAGE_PATTERNS >::AutoThreshold |
| class | ARToolKitPlus::TrackerImpl< __PATTERN_SIZE_X, __PATTERN_SIZE_Y, __PATTERN_SAMPLE_NUM, __MAX_LOAD_PATTERNS, __MAX_IMAGE_PATTERNS > |
| TrackerImpl implements the Tracker interface. More... | |
Namespaces | |
| namespace | ARToolKitPlus |
This file should only be compiled when using ARToolKitPlus as a DLL. | |
Defines | |
| #define | AR_TEMPL_FUNC template <int __PATTERN_SIZE_X, int __PATTERN_SIZE_Y, int __PATTERN_SAMPLE_NUM, int __MAX_LOAD_PATTERNS, int __MAX_IMAGE_PATTERNS> |
| #define | AR_TEMPL_TRACKER TrackerImpl<__PATTERN_SIZE_X, __PATTERN_SIZE_Y, __PATTERN_SAMPLE_NUM, __MAX_LOAD_PATTERNS, __MAX_IMAGE_PATTERNS> |
Functions | |
| template<class T > | |
| T * | ARToolKitPlus::artkp_Alloc (size_t size) |
| void | ARToolKitPlus::artkp_Free (void *nRawMemory) |
| static bool | ARToolKitPlus::usesSinglePrecision () |
Variables | |
| MemoryManager * | ARToolKitPlus::memManager = NULL |
| Returns whether single or double precision is used. | |
| #define AR_TEMPL_FUNC template <int __PATTERN_SIZE_X, int __PATTERN_SIZE_Y, int __PATTERN_SAMPLE_NUM, int __MAX_LOAD_PATTERNS, int __MAX_IMAGE_PATTERNS> |
Definition at line 63 of file TrackerImpl.h.
| #define AR_TEMPL_TRACKER TrackerImpl<__PATTERN_SIZE_X, __PATTERN_SIZE_Y, __PATTERN_SAMPLE_NUM, __MAX_LOAD_PATTERNS, __MAX_IMAGE_PATTERNS> |
Definition at line 64 of file TrackerImpl.h.