-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstdafx.h
More file actions
56 lines (49 loc) · 1.35 KB
/
stdafx.h
File metadata and controls
56 lines (49 loc) · 1.35 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
// stdafx.h : include file for standard system include files,
// or project specific include files that are used frequently, but
// are changed infrequently
//
#pragma once
#include "targetver.h"
#include <stdio.h>
#include <tchar.h>
#include <opencv2/imgproc/imgproc_c.h>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/objdetect/objdetect.hpp>
#include <opencv2/features2d/features2d.hpp>
#include <opencv2/highgui/highgui.hpp>
#include <opencv2/calib3d/calib3d.hpp>
#include <opencv2/imgproc/imgproc_c.h>
#include <fstream>
#include <set>
#include <sstream>
#include <string>
#include <vector>
#include <iostream>
#include <cctype>
#include <locale>
#include <map>
#include <list>
#include <cmath>
#include <algorithm>
#include <hash_map>
#include <hash_set>
#include <stack>
#include <queue>
#include <deque>
#include <utility>
#include <iterator>
#include <time.h>
#include <stdio.h>
#include <stdarg.h>
#include <boost\function.hpp>
#include <boost\thread\thread.hpp>
#include <boost\thread\mutex.hpp>
#include <boost\thread\condition.hpp>
#include <boost\thread\tss.hpp>
//#define BOOST_ALL_NO_LIB
//#pragma comment(lib,"libboost_thread-vc100-mt-gd-1_48.lib")
//#pragma comment(lib,"libboost_thread-vc100-mt-1_48.lib")
//#define BOOST_LIB_DIAGNOSTIC
using namespace std;
using namespace cv;
// TODO: reference additional headers your program requires here