“cxtypes.h”: No such file or directory

简介:

cxtypes.h早期的OpenCV的头文件,现在已经通过如下的三个头文件包含cv.h cxcore.h highgui.h

早期的cvBlob库使用的是OpenCV1.0版本的头文件,现在使用的OpenCV版本是3.2

解决方案

包含如下的头文件

#include "cv.h"

#include "cxcore.h"

#include "highgui.h"



参考

http://blog.csdn.net/wuxiaoyao12/article/details/7321662




     本文转自fengyuzaitu 51CTO博客,原文链接:http://blog.51cto.com/fengyuzaitu/1549837,如需转载请自行联系原作者

相关文章
|
1月前
|
Web App开发 安全 前端开发
Can‘t open this file in this folder because it contains system files
Can‘t open this file in this folder because it contains system files
24 0
|
5月前
|
C#
C# File、FileInfo、Directory、DirectoryInfo
本文主要介绍文件类、文件信息类、目录类、目录信息类的常用属性和方法
35 0
|
9月前
mkdir: cannot create directory `**': No such file or directory
在mkdir时报错的解决方案,在网上找了很多文章都没有说清楚原因。
195 0
|
2月前
|
Java
cannot open shared object file: No such file or directory
cannot open shared object file: No such file or directory
22 0
|
5月前
|
Python
ERROR: file or directory not found: xx.py
​ 1、问题出现原因 在vscode中已导入pytest框架,做自动化demo小测试,运行Python文件一直出现如题错误,截图如下: ERROR: file or directory not found: xx.py  2、解决办法 1)直接把该文件移到当前主目录下,放在PYTHON-STUDY下 2)VSCode中右键tuopan.py文件,选择[在集成终端中打开],或者通过CD命令进入到tuopan.py文件所在目录 然后输入以下命令即可: 注:上述命令不是换行,在d:/前有空格 ,第一行信息为python所在安装路径,空格后的换行为运行的python文件的所在路径  
71 0
|
7月前
3.4 Files
3.4 Files
36 0
|
7月前
files 2
files 2
42 0
|
9月前
ftok info: No such file or directory
ftok info: No such file or directory
102 0
|
JavaScript
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
123 0
The file is in the program because: Imported via xxx Root file specified for compilation Vetur(1261)
objdump: ‘1443.14.0)‘: No such file or directory
objdump: ‘1443.14.0)‘: No such file or directory
80 0