Salome HOME
Remove deprecated OpenCV includes
[modules/geom.git] / src / ShapeRecognition / ShapeRec_FeatureDetector.hxx
index eedaf97f28f7ecf4cf41dbdac1ca3a11d26c95b1..f068387ba989b036d975b715b4125d4eb6d77d4b 100644 (file)
 //      https://tracker.dev.opencascade.org/view.php?id=28457 issue.
 #ifdef HAVE_TBB
  #undef HAVE_TBB
- #include <cv.h>
- #include <highgui.h>
  #include <opencv2/imgproc/imgproc.hpp>
  #include <opencv2/highgui/highgui.hpp>
  #define HAVE_TBB
 #else
- #include <cv.h>
- #include <highgui.h>
  #include <opencv2/imgproc/imgproc.hpp>
  #include <opencv2/highgui/highgui.hpp>
 #endif