ARToolKitPlus.h
Go to the documentation of this file.
1 /* ========================================================================
2 * PROJECT: ARToolKitPlus
3 * ========================================================================
4 * This work is based on the original ARToolKit developed by
5 * Hirokazu Kato
6 * Mark Billinghurst
7 * HITLab, University of Washington, Seattle
8 * http://www.hitl.washington.edu/artoolkit/
9 *
10 * Copyright of the derived and new portions of this work
11 * (C) 2006 Graz University of Technology
12 *
13 * This framework is free software; you can redistribute it and/or modify
14 * it under the terms of the GNU General Public License as published by
15 * the Free Software Foundation; either version 2 of the License, or
16 * (at your option) any later version.
17 *
18 * This framework is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU General Public License for more details.
22 *
23 * You should have received a copy of the GNU General Public License
24 * along with this framework; if not, write to the Free Software
25 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
26 *
27 * For further information please contact
28 * Dieter Schmalstieg
29 * <schmalstieg@icg.tu-graz.ac.at>
30 * Graz University of Technology,
31 * Institut for Computer Graphics and Vision,
32 * Inffeldgasse 16a, 8010 Graz, Austria.
33 * ========================================================================
34 ** @author Daniel Wagner
35 *
36 * $Id: ARToolKitPlus.h 167 2006-05-18 17:00:58Z daniel $
37 * @file
38 * ======================================================================== */
39 
40 
41 #ifndef __ARTOOLKITPLUS_HEADERFILE__
42 #define __ARTOOLKITPLUS_HEADERFILE__
43 
44 
45 #include <ARToolKitPlus/Logger.h>
46 
47 
48 #ifdef ARTOOLKITPLUS_DLL
49 # ifdef ARTOOLKITPLUS_EXPORTS
50 # define ARTOOLKITPLUS_API __declspec(dllexport)
51 # else
52 # define ARTOOLKITPLUS_API __declspec(dllimport)
53 # endif // ARTOOLKITPLUS_EXPORTS
54 #else
55 # define ARTOOLKITPLUS_API
56 #endif // ARTOOLKITPLUS_DLL
57 
58 
59 #define ARTOOLKITPLUS_VERSION_MAJOR 2
60 #define ARTOOLKITPLUS_VERSION_MINOR 1
61 
62 
63 namespace ARToolKitPlus
64 {
65 
66 
67 enum {
68  DEF_CAMWIDTH = 320,
70 };
71 
72 
81 };
82 
83 
88 };
89 
90 
94 };
95 
96 
97 // ARToolKitPlus versioning
98 //
102 };
103 
104 
105 //enum IDMARKER_MODE {
106 // IDMARKER_SIMPLE,
107 // IDMARKER_BCH
108 //};
109 
114  //MARKER_ID_BCH2 // upcomming, not implemented yet
115 };
116 
118  POSE_ESTIMATOR_ORIGINAL = 1, // original "normal" pose estimator
119  POSE_ESTIMATOR_ORIGINAL_CONT = 2, // original "cont" pose estimator
120  POSE_ESTIMATOR_RPP = 3 // new "Robust Planar Pose" estimator
121 };
122 
123 
124 class TrackerSingleMarker;
125 class MemoryManager;
126 
127 
129  int nMarkerSizeX, int nMarkerSizeY, int nMarkerSampleNum,
131 
132 
134 
136 
137 
138 } // namespace ARToolKitPlus
139 
140 
141 
142 #endif //__ARTOOLKITPLUS_HEADERFILE__
ARTOOLKITPLUS_API ARToolKitPlus::TrackerSingleMarker * createTrackerSingleMarker(int nWidth, int nHeight, int nMarkerSizeX, int nMarkerSizeY, int nMarkerSampleNum, ARToolKitPlus::PIXEL_FORMAT nPixelFormat=ARToolKitPlus::PIXEL_FORMAT_RGB)
ARTOOLKITPLUS_API MemoryManager * getMemoryManager()
This file should only be compiled when using ARToolKitPlus as a DLL.
Definition: ar.h:60
ARTOOLKITPLUS_API void setMemoryManager(MemoryManager *nManager)
#define ARTOOLKITPLUS_VERSION_MINOR
Definition: ARToolKitPlus.h:60
Defines a simple interface for single-marker tracking with ARToolKitPlus.
#define ARTOOLKITPLUS_VERSION_MAJOR
Definition: ARToolKitPlus.h:59
MemoryManager defines a basic interface for a custom memory manager to be uses by ARToolKitPlus...
Definition: MemoryManager.h:60
#define ARTOOLKITPLUS_API
Definition: ARToolKitPlus.h:55


tuw_artoolkitplus
Author(s): Markus Bader
autogenerated on Sun Sep 4 2016 03:24:33