mirror of
https://git.salome-platform.org/gitpub/modules/geom.git
synced 2025-02-03 14:50:33 +05:00
Remove deprecated OpenCV includes
This commit is contained in:
parent
7dbab99806
commit
4048b73d92
@ -29,14 +29,10 @@
|
|||||||
// https://tracker.dev.opencascade.org/view.php?id=28457 issue.
|
// https://tracker.dev.opencascade.org/view.php?id=28457 issue.
|
||||||
#ifdef HAVE_TBB
|
#ifdef HAVE_TBB
|
||||||
#undef HAVE_TBB
|
#undef HAVE_TBB
|
||||||
#include <cv.h>
|
|
||||||
#include <highgui.h>
|
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include <opencv2/imgproc/imgproc.hpp>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include <opencv2/highgui/highgui.hpp>
|
||||||
#define HAVE_TBB
|
#define HAVE_TBB
|
||||||
#else
|
#else
|
||||||
#include <cv.h>
|
|
||||||
#include <highgui.h>
|
|
||||||
#include <opencv2/imgproc/imgproc.hpp>
|
#include <opencv2/imgproc/imgproc.hpp>
|
||||||
#include <opencv2/highgui/highgui.hpp>
|
#include <opencv2/highgui/highgui.hpp>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user