mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-15 11:47:50 +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)
31 lines
778 B
C++
31 lines
778 B
C++
/*
|
|
* ** File generated automatically, do not modify **
|
|
*
|
|
* This file defines the list of modules available in current build configuration
|
|
*
|
|
*
|
|
*/
|
|
|
|
// This definition means that OpenCV is built with enabled non-free code.
|
|
// For example, patented algorithms for non-profit/non-commercial use only.
|
|
/* #undef OPENCV_ENABLE_NONFREE */
|
|
|
|
#define HAVE_OPENCV_CALIB3D
|
|
#define HAVE_OPENCV_CORE
|
|
#define HAVE_OPENCV_DNN
|
|
#define HAVE_OPENCV_FEATURES2D
|
|
#define HAVE_OPENCV_FLANN
|
|
#define HAVE_OPENCV_GAPI
|
|
#define HAVE_OPENCV_HIGHGUI
|
|
#define HAVE_OPENCV_IMGCODECS
|
|
#define HAVE_OPENCV_IMGPROC
|
|
#define HAVE_OPENCV_ML
|
|
#define HAVE_OPENCV_OBJDETECT
|
|
#define HAVE_OPENCV_PHOTO
|
|
#define HAVE_OPENCV_STITCHING
|
|
#define HAVE_OPENCV_VIDEO
|
|
#define HAVE_OPENCV_VIDEOIO
|
|
#define HAVE_OPENCV_WORLD
|
|
|
|
|