Skip to content

Commit

Permalink
remove old opencv headers
Browse files Browse the repository at this point in the history
  • Loading branch information
headupinclouds committed Apr 23, 2019
1 parent c4643c7 commit 5243b4c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
3 changes: 0 additions & 3 deletions src/lib/drishti/face/FaceDetectorAndTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,6 @@ DRISHTI_FACE_NAMESPACE_BEGIN
FaceDetectorAndTracker::FaceDetectorAndTracker(FaceDetectorFactory& resources)
: FaceDetector(resources)
{
//m_pImpl = std::make_shared<CorrelationTracker>();
//m_pImpl = std::make_shared<LKTracker>();
//m_pImpl = std::make_shared<CVTracker>();
m_pImpl = std::make_shared<TrackerNN>();
}

Expand Down
9 changes: 0 additions & 9 deletions src/lib/drishti/face/FaceDetectorAndTrackerImpl.h
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,6 @@

#include "drishti/face/FaceDetectorAndTracker.h"

//#include <dlib/image_transforms/interpolation.h>
//#include <dlib/image_transforms/fhog.h>
//#include <dlib/image_processing/correlation_tracker.h>
//#include <dlib/opencv/cv_image.h>

#include <opencv2/features2d.hpp>
#include <opencv2/videostab/global_motion.hpp>
#include <opencv2/highgui.hpp>

#include <chrono>

#ifndef __drishti_face_FaceDetectorAndTrackerImpl_h__
Expand Down

0 comments on commit 5243b4c

Please sign in to comment.