use the new-style headers in the samples to improve OpenCV build time.

This commit is contained in:
Vadim Pisarevsky
2010-11-26 17:59:40 +00:00
parent 54ef4c08c2
commit 042271f5f7
55 changed files with 795 additions and 370 deletions

View File

@@ -1,16 +1,8 @@
#ifdef _CH_
#pragma package <opencv>
#endif
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#define CV_NO_BACKWARD_COMPATIBILITY
#ifndef _EiC
#include "cv.h"
#include "highgui.h"
#include <ctype.h>
#include <stdio.h>
#endif
int main( int argc, char** argv )
{