mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-16 04:08:00 +00:00
Change log: Moving to C++17. This means that the code can only be build using C++17 compilers (e.g. g++ >8 and Visual Studio 2017, clang > 5), fixing related bugs - (#698, #629, #641) Removing an explicit dependency on boost (all the filesystem operations are performed using std::filesystem or boost::filesysteme). If boost is available it will used boost:filesystem, otherwise std::filesystem (this requires C++17) Visual Studio 2017 is now the main version for Visual Studio builds, VS 2015 is no longer supported Updating OpenCV to 4.1 version (#511) Fixing a bug with output images when using GUI (#694) Updating RAWImage - #609, so it can be initialized from System.Drawing.Bitmap directly Fixing overlap detection for multi face tracking (#693)
165 lines
3.3 KiB
C
165 lines
3.3 KiB
C
#ifndef OPENCV_CVCONFIG_H_INCLUDED
|
|
#define OPENCV_CVCONFIG_H_INCLUDED
|
|
|
|
/* OpenCV compiled as static or dynamic libs */
|
|
#define BUILD_SHARED_LIBS
|
|
|
|
/* OpenCV intrinsics optimized code */
|
|
#define CV_ENABLE_INTRINSICS
|
|
|
|
/* OpenCV additional optimized code */
|
|
/* #undef CV_DISABLE_OPTIMIZATION */
|
|
|
|
/* Compile for 'real' NVIDIA GPU architectures */
|
|
#define CUDA_ARCH_BIN ""
|
|
|
|
/* Create PTX or BIN for 1.0 compute capability */
|
|
/* #undef CUDA_ARCH_BIN_OR_PTX_10 */
|
|
|
|
/* NVIDIA GPU features are used */
|
|
#define CUDA_ARCH_FEATURES ""
|
|
|
|
/* Compile for 'virtual' NVIDIA PTX architectures */
|
|
#define CUDA_ARCH_PTX ""
|
|
|
|
/* AMD's Basic Linear Algebra Subprograms Library*/
|
|
/* #undef HAVE_CLAMDBLAS */
|
|
|
|
/* AMD's OpenCL Fast Fourier Transform Library*/
|
|
/* #undef HAVE_CLAMDFFT */
|
|
|
|
/* Clp support */
|
|
/* #undef HAVE_CLP */
|
|
|
|
/* Cocoa API */
|
|
/* #undef HAVE_COCOA */
|
|
|
|
/* NVIDIA CUDA Basic Linear Algebra Subprograms (BLAS) API*/
|
|
/* #undef HAVE_CUBLAS */
|
|
|
|
/* NVIDIA CUDA Runtime API*/
|
|
/* #undef HAVE_CUDA */
|
|
|
|
/* NVIDIA CUDA Fast Fourier Transform (FFT) API*/
|
|
/* #undef HAVE_CUFFT */
|
|
|
|
/* DirectX */
|
|
#define HAVE_DIRECTX
|
|
#define HAVE_DIRECTX_NV12
|
|
#define HAVE_D3D11
|
|
#define HAVE_D3D10
|
|
#define HAVE_D3D9
|
|
|
|
/* Eigen Matrix & Linear Algebra Library */
|
|
/* #undef HAVE_EIGEN */
|
|
|
|
/* Geospatial Data Abstraction Library */
|
|
/* #undef HAVE_GDAL */
|
|
|
|
/* GTK+ 2.0 Thread support */
|
|
/* #undef HAVE_GTHREAD */
|
|
|
|
/* GTK+ 2.x toolkit */
|
|
/* #undef HAVE_GTK */
|
|
|
|
/* Halide support */
|
|
/* #undef HAVE_HALIDE */
|
|
|
|
/* Vulkan support */
|
|
/* #undef HAVE_VULKAN */
|
|
|
|
/* Define to 1 if you have the <inttypes.h> header file. */
|
|
#define HAVE_INTTYPES_H 1
|
|
|
|
/* Intel Integrated Performance Primitives */
|
|
#define HAVE_IPP
|
|
#define HAVE_IPP_ICV
|
|
#define HAVE_IPP_IW
|
|
#define HAVE_IPP_IW_LL
|
|
|
|
/* JPEG-2000 codec */
|
|
#define HAVE_JASPER
|
|
|
|
/* IJG JPEG codec */
|
|
#define HAVE_JPEG
|
|
|
|
/* libpng/png.h needs to be included */
|
|
/* #undef HAVE_LIBPNG_PNG_H */
|
|
|
|
/* GDCM DICOM codec */
|
|
/* #undef HAVE_GDCM */
|
|
|
|
/* NVIDIA Video Decoding API*/
|
|
/* #undef HAVE_NVCUVID */
|
|
|
|
/* NVIDIA Video Encoding API*/
|
|
/* #undef HAVE_NVCUVENC */
|
|
|
|
/* OpenCL Support */
|
|
#define HAVE_OPENCL
|
|
/* #undef HAVE_OPENCL_STATIC */
|
|
/* #undef HAVE_OPENCL_SVM */
|
|
|
|
/* NVIDIA OpenCL D3D Extensions support */
|
|
#define HAVE_OPENCL_D3D11_NV
|
|
|
|
/* OpenEXR codec */
|
|
#define HAVE_OPENEXR
|
|
|
|
/* OpenGL support*/
|
|
/* #undef HAVE_OPENGL */
|
|
|
|
/* PNG codec */
|
|
#define HAVE_PNG
|
|
|
|
/* Posix threads (pthreads) */
|
|
/* #undef HAVE_PTHREAD */
|
|
|
|
/* parallel_for with pthreads */
|
|
/* #undef HAVE_PTHREADS_PF */
|
|
|
|
/* Qt support */
|
|
/* #undef HAVE_QT */
|
|
|
|
/* Qt OpenGL support */
|
|
/* #undef HAVE_QT_OPENGL */
|
|
|
|
/* Intel Threading Building Blocks */
|
|
/* #undef HAVE_TBB */
|
|
|
|
/* Ste||ar Group High Performance ParallelX */
|
|
/* #undef HAVE_HPX */
|
|
|
|
/* TIFF codec */
|
|
#define HAVE_TIFF
|
|
|
|
/* Win32 UI */
|
|
#define HAVE_WIN32UI
|
|
|
|
/* Define if your processor stores words with the most significant byte
|
|
first (like Motorola and SPARC, unlike Intel and VAX). */
|
|
/* #undef WORDS_BIGENDIAN */
|
|
|
|
/* VA library (libva) */
|
|
/* #undef HAVE_VA */
|
|
|
|
/* Intel VA-API/OpenCL */
|
|
/* #undef HAVE_VA_INTEL */
|
|
|
|
/* Lapack */
|
|
/* #undef HAVE_LAPACK */
|
|
|
|
/* Library was compiled with functions instrumentation */
|
|
/* #undef ENABLE_INSTRUMENTATION */
|
|
|
|
/* OpenVX */
|
|
/* #undef HAVE_OPENVX */
|
|
|
|
/* OpenCV trace utilities */
|
|
#define OPENCV_TRACE
|
|
|
|
/* Library QR-code decoding */
|
|
#define HAVE_QUIRC
|
|
|
|
#endif // OPENCV_CVCONFIG_H_INCLUDED
|