Skip to content

Commit

Permalink
Unbreak OpenCV 2.x (follows up 87a9c4e)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterBowman authored and rsantos88 committed Sep 11, 2020
1 parent bb6a357 commit be8bfac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion programs/haarDetection/SegmentorThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

#include <opencv2/core/core_c.h>
#include <opencv2/imgproc/imgproc_c.h>
#include <opencv2/objdetect.hpp> // cv::CASCADE_SCALE_IMAGE
#include <opencv2/objdetect/objdetect.hpp> // CV_HAAR_SCALE_IMAGE (cv2), cv::CASCADE_SCALE_IMAGE (cv3/4)

#include <yarp/os/Time.h>

Expand Down
2 changes: 1 addition & 1 deletion programs/haarDetection2D/SegmentorThread.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#include <opencv2/core/core.hpp>
#include <opencv2/imgproc/imgproc_c.h>
#include <opencv2/imgproc/imgproc.hpp>
#include <opencv2/objdetect.hpp> // cv::CASCADE_SCALE_IMAGE
#include <opencv2/objdetect/objdetect.hpp> // CV_HAAR_SCALE_IMAGE (cv2), cv::CASCADE_SCALE_IMAGE (cv3/4)

#include <ColorDebug.h>

Expand Down

0 comments on commit be8bfac

Please sign in to comment.