KJB
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
wrap_opencv_cpp_incl.h
Go to the documentation of this file.
1 
2 /* =========================================================================== *
3 |
4 | Copyright (c) 1994-2008 by Kobus Barnard (author).
5 |
6 | Personal and educational use of this code is granted, provided that this
7 | header is kept intact, and that the authorship is not misrepresented, that
8 | its use is acknowledged in publications, and relevant papers are cited.
9 |
10 | For other use contact the author (kobus AT cs DOT arizona DOT edu).
11 |
12 | Please note that the code in this file has not necessarily been adequately
13 | tested. Naturally, there is no guarantee of performance, support, or fitness
14 | for any particular task. Nonetheless, I am interested in hearing about
15 | problems that you encounter.
16 |
17 * =========================================================================== */
18 
19 #ifdef MAKE_DEPEND
20 # ifndef MAKE_DEPEND_WRAP_OPENCV_CPP_INCL_H
21 # ifndef MAKE_DEPEND_DIR
22 # define WRAP_OPENCV_CPP_INCL_INCLUDED
23 # endif
24 # endif
25 #endif
26 
27 
28 #ifndef WRAP_OPENCV_CPP_INCL_INCLUDED
29 #define WRAP_OPENCV_CPP_INCL_INCLUDED
30 
31 
32 /*
33  * A list of all exported includes maintained by the fix_incl script.
34  * (Do not edit this comment. The fix_incl script uses it.)
35 */
36 
37 
38 #include "wrap_opencv_cpp/cv.h"
44 
45 
46 /*
47  * End of list of all exported includes maintained by the fix_incl script.
48  * (Do not edit this comment. The fix_incl script uses it.)
49 */
50 
51 
52 
53 #endif /* #include this file */
54 
55