These files are part of the OpenCV library, intended to be used from BABEL modules.

The user must NOT include the header files, since they are automatically included
by the code generated automatically by BABEL. The *AUTOMATICALLY* included files are:

#include <cv.h>      // OpenCV C headers
#include <cvaux.h>
#include <cxcore.h>
#include <cvaux.h>
#include <ml.h>
#include <highgui.h>
#include <cv.hpp>    // OpenCV  C++ headers
#include <cxcore.hpp>
#include <cvaux.hpp>
#include <cvmat.hpp>
#include <cvvidsurv.hpp>


The appropriate libraries (.lib) are automatically linked.

The .dll files in Debug/Release are copied from the MRPT directory, 
since they are the same.

Jose Luis Blanco - March 2009
