comparison include/cvutils.hpp @ 70:a52653dca25d

got track features to compile, updated paths to headers and libraries for OpenCV 2
author Nicolas Saunier <nicolas.saunier@polymtl.ca>
date Sat, 13 Nov 2010 11:20:10 -0500
parents ff5403319cec
children 336926453b28
comparison
equal deleted inserted replaced
69:cc192d0450b3 70:a52653dca25d
1 #ifndef CVUTILS_HPP 1 #ifndef CVUTILS_HPP
2 #define CVUTILS_HPP 2 #define CVUTILS_HPP
3 3
4 #include "opencv/cxtypes.h" 4 #include "opencv2/highgui/highgui.hpp" // types are in opencv2/core/types_c.h
5 5
6 class CvCapture; 6 class CvCapture;
7 7
8 /// constant that indicates if the image should be flipped 8 /// constant that indicates if the image should be flipped
9 9