StdAfx.h
Go to the documentation of this file.
1 /*
2  * Copyright 2017 Fraunhofer Institute for Manufacturing Engineering and Automation (IPA)
3  *
4  * Licensed under the Apache License, Version 2.0 (the "License");
5  * you may not use this file except in compliance with the License.
6  * You may obtain a copy of the License at
7  *
8  * http://www.apache.org/licenses/LICENSE-2.0
9 
10  * Unless required by applicable law or agreed to in writing, software
11  * distributed under the License is distributed on an "AS IS" BASIS,
12  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13  * See the License for the specific language governing permissions and
14  * limitations under the License.
15  */
16 
17 
18 #ifdef __LINUX__
19  // Void
20 #else
21 
22 #include <iostream>
23 #include <limits>
24 #include <map>
25 #include <string>
26 #include <vector>
27 #include <fstream>
28 #include <set>
29 #include <windows.h>
30 #include <deque>
31 #include <math.h>
32 #include <set>
33 #include <assert.h>
34 
35 #include <boost/shared_ptr.hpp>
36 #include <boost/progress.hpp>
37 #include <boost/math/distributions/binomial.hpp>
38 
39 #include <opencv/cv.h>
40 #include <opencv/ml.h>
41 #include <opencv/highgui.h>
42 
43 #include "cob_vision/windows/src/extern/TinyXml/tinyxml.h"
44 #include "cob_vision/windows/src/extern/TinyXml/tinystr.h"
45 
46 #endif


cob_camera_sensors
Author(s): Jan Fischer , Richard Bormann
autogenerated on Thu Mar 19 2020 03:23:05