highgui gui什么意思?

已有天涯账号?
这里是所提的问题,您需要登录才能参与回答。
"天涯问答"是天涯社区旗下的问题分享平台。在这里您可以提问,回答感兴趣的问题,分享知识和经历,无论您在何时何地上线都可以访问,此平台完全免费,而且注册非常简单。
cvLoadImage( argv[1], 0)) != 0 )是什么意思?
cvLoadImage( argv[1], 0)) != 0 )是什么意思?
09-11-01 & 发布
1、默认安装,   如果是Win2000或者是WinXp,请在用户path中添加C:Program FilesOpenCV2(可选)、如果需要修改原代码可以将OpenCV中相应的工程添加到项目工作区中,如Project -&Insert Project into Workspace...,选择C:Program Filesopencvcvmakecv.dsp,加入工程。选择菜单Project -&Insert Project into Workspace...,选择C:Program Filesopencvotherlibshighguihighgui.dsp等3、选择菜单Project -& Setting -& C++,在下拉列表中选择Preprocessor,在Additional included directories框中加入:C:Program Filesopencvcvinclude,C:Program Filesopencvotherlibshighgui,C:Program Filesopencvcxcoreinclude4.选择菜单Project -& Setting -& Link,在下拉列表中选择Input,在Additional library path框中加入:C:Program Filesopencvlib5.选择菜单Project -& Setting -& Link,在下拉列表中选择General,加入三个库文件:cxcored.lib cvd.lib highguid.lib6、然后可以编程了:#include &cv.h&   /*OpenCV的基本函数头文件*/#include &highgui.h& /* OpenCV的图像显示函数头文件*/void COpenCVTestDlg::OnButton1() { CFileDialog dlg(TRUE,NULL,NULL,0,&所有文件 (*.*)|*.*||&,this);///TRUE为OPEN对话框,FALSE为SAVE AS对话框
if(dlg.DoModal() != IDOK){  //保存路径   } CString path = dlg.GetPathName(); IplImage* src= cvLoadImage(path.GetBuffer(0),-1); /* 定义IplImage指针变量src,并且将src指向当前目录下的图像lena.jpg */ path.ReleaseBuffer(0);
cvNamedWindow(&src&,CV_WINDOW_AUTOSIZE); /* 定义一个窗口名为src的显示窗口 */ cvShowImage(&src&,src);      /* 在src窗口中,显示src指针所指的图像*/ cvSaveImage(&d:demo.bmp&,src);   /* 保存图像*/ cvReleaseImage(&src);      /* 释放IplImage指针src*/
请登录后再发表评论!highgui200.dll 是什么文件_百度知道
highgui200.dll 是什么文件
我有更好的答案
按默认排序
一般是动态链接库文件但是也可以 把一些电影 图片什么的改下后缀名 就可以了
当然这是稍微高级一点的手段你懂的
其他类似问题
等待您来回答
下载知道APP
随时随地咨询
出门在外也不愁DLL字母分类
highgui100.dll
highgui100.dll软件简介:
highgui100.dll文件,官方版本:1.0.0.1,Intel公司产品,Small GUI & Video library for OpenCV samples,使用摄像头编程时候会用到这个文件,opencv库内也有这个文件。highgui100.dll文件下载,解决找不到highgui100.dll的问题
highgui100.dll控件常规安装方法(仅供参考):
一、如果在运行某软件或编译程序时提示缺少、找不到highgui100.dll等类似提示,您可将从脚本之家下载来的highgui100.dll拷贝到指定目录即可(一般是system系统目录或放到软件同级目录里面),或者重新添加文件引用。
二、您从我们网站下载下来文件之后,先将其解压(一般都是rar压缩包),
然后根据您系统的情况选择X86/X64,X86为32位电脑,X64为64位电脑。默认都是支持32位系统的, 如果您不知道是X86还是X64,您可以看。
三、根据软件情况选择文件版本。此步骤比较复杂,如果是Windows的dll文件,
版本号以5.0开头的或含有 nt 一般是windows2000的文件。
版本号以5.1开头的或含有 xp、xpsp1、xpsp2、xpsp3 信息的一般是windowsXP的文件。
版本号以6.0开头的或含有 longhorn、vista 信息的一般是windowsVista的文件。
版本号以6.1开头的或含有 win7 信息的一般是windows7的文件。 如果不是windows的dll文件,则需要灵活查看版本号、描述、网友提供的信息、以及相关dll的版本号去判断。
四、直接拷贝该文件到系统目录里:
1、Windows 95/98/Me系统,将highgui100.dll复制到C:\Windows\System目录下。
2、Windows NT/2000系统,将highgui100.dll复制到C:\WINNT\System32目录下。
3、Windows XP/WIN7/Vista系统,将highgui100.dll复制到C:\Windows\System32目录下。
4、如果您的系统是64位的请将文件复制到C:\Windows\SysWOW64目录
五、打开&开始-运行-输入regsvr32 highgui100.dll&,回车即可解决。希望脚本之家为您提供的highgui100.dll对您有所帮助。
通过脚本之家下载dll的朋友,可将下面的代码保存为“注册.bat“,放到dll文件同级目录(只要在同一个文件夹里面有这两个文件即可),双击注册.bat,就会自动完成highgui100.dll注册(win98不支持)。下面是32系统的注册bat文件(64位的请将下面的system32替换为SysWOW64即可。)
@echo 开始注册
copy highgui100.dll %windir%\system32\
regsvr32 %windir%\system32\highgui100.dll /s
@echo highgui100.dll注册成功
下载地址:
解压密码:www.jb51.net 就是本站主域名,希望大家看清楚。
推荐使用 [
] 下载,使用 [
] 以上版本解压本站软件。
如果这个软件总是不能下载的请点击报告错误,谢谢合作!
下载本站资源,如果服务器暂不能下载请过一段时间重试!
如果遇到什么问题,请评论留言,我们定会解决问题,谢谢大家支持!
本站提供的一些商业软件是供学习研究之用,如用于商业用途,请购买正版。
不知如何下载的,可以查看有关highgui.h的问题,急~_opencv吧_百度贴吧
&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&&签到排名:今日本吧第个签到,本吧因你更精彩,明天继续来努力!
本吧签到人数:0成为超级会员,使用一键签到本月漏签0次!成为超级会员,赠送8张补签卡连续签到:天&&累计签到:天超级会员单次开通12个月以上,赠送连续签到卡3张
关注:1,923贴子:
有关highgui.h的问题,急~收藏
所有程序都无法生成了,怎么办啊~~错误如下~1&------ 已启动生成: 项目: sheji6, 配置: Debug Win32 ------1&正在编译...1&stdafx.cpp1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : error C3646: “cvInitSystem”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(119) : error C3646: “cvStartWindowThread”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(119) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(119) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(119) : error C2556: “int (__cdecl *CVAPI(int))(void)”: 重载函数与“int (__cdecl *CVAPI(int))(int,char **)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(119) : error C2371: “CVAPI”: 重定义;不同的基类型1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(123) : error C3646: “cvNamedWindow”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(123) : error C2146: 语法错误 : 缺少“,”(在标识符“CV_DEFAULT”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(123) : error C2059: 语法错误 : “)”1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(123) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(123) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(123) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(123) : error C2556: “int (__cdecl *CVAPI(int))(const char *,int)”: 重载函数与“int (__cdecl *CVAPI(int))(int,char **)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : error C3646: “cvShowImage”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : error C2143: 语法错误 : 缺少“,”(在“*”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : error C2733: 不允许重载函数“CVAPI”的第二个 C 链接
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(129) : error C3646: “cvResizeWindow”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(129) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(129) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(129) : error C2556: “int (__cdecl *CVAPI(void))(const char *,int,int)”: 重载函数与“int (__cdecl *CVAPI(void))(const char *,const int)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(129) : error C2371: “CVAPI”: 重定义;不同的基类型1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(130) : error C3646: “cvMoveWindow”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(130) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(130) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(130) : error C2556: “int (__cdecl *CVAPI(void))(const char *,int,int)”: 重载函数与“int (__cdecl *CVAPI(void))(const char *,const int)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(134) : error C3646: “cvDestroyWindow”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(134) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(134) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(134) : error C2556: “int (__cdecl *CVAPI(void))(const char *)”: 重载函数与“int (__cdecl *CVAPI(void))(const char *,const int)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(136) : error C3646: “cvDestroyAllWindows”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(136) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(136) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(136) : error C2556: “int (__cdecl *CVAPI(void))(void)”: 重载函数与“int (__cdecl *CVAPI(void))(const char *,const int)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(139) : error C3646: “cvGetWindowHandle”: 未知重写说明符
1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(139) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(139) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(139) : error C2733: 不允许重载函数“CVAPI”的第二个 C 链接1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(139) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(142) : error C3646: “cvGetWindowName”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(142) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(142) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(142) : error C2733: 不允许重载函数“CVAPI”的第二个 C 链接1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(142) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(145) : error C2143: 语法错误 : 缺少“)”(在“*”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(145) : error C2143: 语法错误 : 缺少“;”(在“*”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(145) : error C2059: 语法错误 : “)”1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(145) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(148) : error C3646: “cvCreateTrackbar”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(149) : error C2061: 语法错误 : 标识符“CvTrackbarCallback”1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(149) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(149) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(149) : error C2556: “int (__cdecl *CVAPI(int))(const char *,const char *,int *,int)”: 重载函数与“int (__cdecl *CVAPI(int))(int,char **)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : 参见“CVAPI”的声明
1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(210) : error C2143: 语法错误 : 缺少“,”(在“*”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(211) : error C2059: 语法错误 : “)”1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(211) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(211) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(211) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(211) : error C2556: “int (__cdecl *CVAPI(int))(const char *,const int)”: 重载函数与“int (__cdecl *CVAPI(int))(int,char **)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(214) : error C2065: “IplImage”: 未声明的标识符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(214) : error C2059: 语法错误 : “)”1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(215) : error C2065: “CvMat”: 未声明的标识符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(215) : error C2059: 语法错误 : “)”1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(218) : error C2065: “CvMat”: 未声明的标识符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(218) : error C2059: 语法错误 : “)”1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(224) : error C3646: “cvConvertImage”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(224) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(224) : error C2143: 语法错误 : 缺少“,”(在“*”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(224) : error C2059: 语法错误 : “)”1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(224) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(224) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(224) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(224) : error C2556: “int (__cdecl *CVAPI(void))(const int)”: 重载函数与“int (__cdecl *CVAPI(void))(const char *,const int)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(126) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(227) : error C3646: “cvWaitKey”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(227) : error C2146: 语法错误 : 缺少“,”(在标识符“CV_DEFAULT”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(227) : error C2059: 语法错误 : “)”
1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(227) : error C2143: 语法错误 : 缺少“)”(在“;”的前面)1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(227) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(227) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(227) : error C2556: “int (__cdecl *CVAPI(int))(int)”: 重载函数与“int (__cdecl *CVAPI(int))(int,char **)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(117) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(238) : error C3646: “cvCreateFileCapture”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(238) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(238) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(238) : error C2733: 不允许重载函数“CVAPI”的第二个 C 链接1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(238) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(268) : error C3646: “cvCreateCameraCapture”: 未知重写说明符1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(268) : error C2091: 函数返回函数1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(268) : error C4430: 缺少类型说明符 - 假定为 int。注意: C++ 不支持默认 int1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(268) : error C2556: “int (__cdecl *CVAPI(CvCapture *))(int)”: 重载函数与“int (__cdecl *CVAPI(CvCapture *))(const char *)”只是在返回类型上不同1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(238) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(268) : error C2371: “CVAPI”: 重定义;不同的基类型1&
c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(238) : 参见“CVAPI”的声明1&c:\program files\opencv2.0\vc2008\include\opencv\highgui.h(268) : fatal error C1003: 错误计数超过 100;正在停止编译1&生成日志保存在“file://e:\2008opencv\sheji6\sheji6\Debug\BuildLog.htm”1&sheji6 - 128 个错误,0 个警告========== 生成: 成功 0 个,失败 1 个,最新 0 个,跳过 0 个 ==========
自己检查 括号。这种奇葩的错误经常都是 输入 全角字符 ,括号没配对。
登录百度帐号我的游戏推荐游戏
后查看最近玩过的游戏
为兴趣而生,贴吧更懂你。或

我要回帖

更多关于 gui是什么意思 的文章

 

随机推荐