StdAfx.h
Go to the documentation of this file.
00001 /*
00002  * Copyright 2017 Fraunhofer Institute for Manufacturing Engineering and Automation (IPA)
00003  *
00004  * Licensed under the Apache License, Version 2.0 (the "License");
00005  * you may not use this file except in compliance with the License.
00006  * You may obtain a copy of the License at
00007  *
00008  *   http://www.apache.org/licenses/LICENSE-2.0
00009 
00010  * Unless required by applicable law or agreed to in writing, software
00011  * distributed under the License is distributed on an "AS IS" BASIS,
00012  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
00013  * See the License for the specific language governing permissions and
00014  * limitations under the License.
00015  */
00016  
00017 
00018 #ifdef __LINUX__
00019         // Void
00020 #else
00021 #pragma message("###############################################\n")
00022 #pragma message("Compiling cob_vision_utils precompiled headers.\n")
00023 #pragma message("###############################################\n")
00024 #include <iostream>
00025 #include <iomanip>
00026 #include <limits>
00027 #include <list>
00028 #include <map>
00029 #include <string>
00030 #include <stdio.h>
00031 #include <vector>
00032 #include <fstream>
00033 #include <set>
00034 #include <windows.h>
00035 #include <deque>
00036 #define _USE_MATH_DEFINES
00037 #include <cmath>
00038 #include <set>
00039 #include <assert.h>
00040 #include <sstream>
00041 
00042 #include <boost/shared_ptr.hpp>
00043 #include <boost/progress.hpp>
00044 #include <boost/timer.hpp>
00045 #include <boost/filesystem.hpp>
00046 #include <boost/random.hpp>
00047 #include <boost/mpl/size.hpp>
00048 
00049 #include <opencv2/core/core.hpp>
00050 #include <opencv2/imgproc/imgproc.hpp>
00051 #include <opencv2/video/tracking.hpp>
00052 #include <opencv2/features2d/features2d.hpp>
00053 #include <opencv2/calib3d/calib3d.hpp>
00054 #include <opencv2/objdetect/objdetect.hpp>
00055 #include <opencv2/legacy/compat.hpp>
00056 #include <opencv2/highgui/highgui.hpp>
00057 #include <opencv2/imgproc/imgproc.hpp>
00058 #include <opencv2/flann/flann.hpp>
00059 #include <opencv2/flann/hierarchical_clustering_index.h>
00060 
00061 
00062 #include "cob_object_perception_intern/windows/src/extern/TinyXml/tinyxml.h"
00063 #include "cob_object_perception_intern/windows/src/extern/TinyXml/tinystr.h"
00064 
00065 #include <omp.h>
00066 #endif


cob_vision_utils
Author(s): Jan Fischer
autogenerated on Fri Mar 15 2019 03:10:16