mirror of
https://gitcode.com/gh_mirrors/ope/OpenFace.git
synced 2026-05-14 11:17:53 +00:00
Cleaning up includes. removing some C++ compilation warnings coming from dlib.
This commit is contained in:
@@ -35,21 +35,6 @@
|
||||
|
||||
// FeatureExtraction.cpp : Defines the entry point for the feature extraction console application.
|
||||
|
||||
// System includes
|
||||
#include <fstream>
|
||||
#include <sstream>
|
||||
|
||||
// OpenCV includes
|
||||
#include <opencv2/videoio/videoio.hpp> // Video write
|
||||
#include <opencv2/videoio/videoio_c.h> // Video write
|
||||
#include <opencv2/imgproc.hpp>
|
||||
#include <opencv2/highgui/highgui.hpp>
|
||||
|
||||
// Boost includes
|
||||
#include <filesystem.hpp>
|
||||
#include <filesystem/fstream.hpp>
|
||||
#include <boost/algorithm/string.hpp>
|
||||
|
||||
// Local includes
|
||||
#include "LandmarkCoreIncludes.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user