1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-19 02:16:34 +08:00

comment off #include "opencv2/core/private.hpp". It prevent the project from being referenced from outside the opencv library.

This commit is contained in:
Shuda Li
2014-11-08 19:42:50 +00:00
parent 08699f115e
commit 2eddf48dd2

View File

@@ -50,7 +50,7 @@
#include <iostream>
#include "opencv2/core/utility.hpp"
#include "opencv2/core/private.hpp"
//#include "opencv2/core/private.hpp"
#include <opencv2/imgproc.hpp>
#include <opencv2/features2d.hpp>
#include <opencv2/highgui.hpp>