include/ARToolKitPlus/extra/rpp.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 Thomas Pintaric
35 *
36 * $Id$
37 * @file
38 * ======================================================================== */
39 
40 
41 #ifndef __LINK_WITH_RPP__
42 #define __LINK_WITH_RPP__
43 
44 typedef double rpp_float;
45 typedef double rpp_vec[3];
46 typedef double rpp_mat[3][3];
47 
48 
49 void
51  rpp_mat &R,
52  rpp_vec &t,
53  const rpp_float cc[2],
54  const rpp_float fc[2],
55  const rpp_vec *model,
56  const rpp_vec *iprts,
57  const unsigned int model_iprts_size,
58  const rpp_mat R_init,
59  const bool estimate_R_init,
60  const rpp_float epsilon,
61  const rpp_float tolerance,
62  const unsigned int max_iterations);
63 
64 
65 bool rppSupportAvailabe();
66 
67 
68 #endif // __LINK_WITH_RPP__
double rpp_mat[3][3]
bool rppSupportAvailabe()
Definition: librpp.cpp:140
double rpp_vec[3]
void robustPlanarPose(rpp_float &err, rpp_mat &R, rpp_vec &t, const rpp_float cc[2], const rpp_float fc[2], const rpp_vec *model, const rpp_vec *iprts, const unsigned int model_iprts_size, const rpp_mat R_init, const bool estimate_R_init, const rpp_float epsilon, const rpp_float tolerance, const unsigned int max_iterations)
Definition: librpp.cpp:71


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