调试了好久,在MFC内竟然不可以解析“Mat”

总是显示"Mat"没有定义,改动include、lib、依赖库,

不断地改动:

#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/highgui/highgui.hpp"
#include "cv.h"



还是不能显示,最后想起来是须要:

using namespace cv;
using namespace std;



 

 

 

 

相关文章:

  • 2022-01-14
  • 2022-12-23
  • 2021-05-24
  • 2021-10-10
  • 2022-01-16
  • 2021-08-16
  • 2021-09-16
  • 2021-07-23
猜你喜欢
  • 2021-12-04
  • 2022-12-23
  • 2022-01-21
  • 2021-04-29
  • 2021-12-18
  • 2021-11-22
相关资源
相似解决方案