Welcome![Sign In][Sign Up]
Location:
Search - cv.lib

Search list

[Special EffectsOpenCV_Needed

Description: When create OpenCV project, you just include these files to your project and don t setup OPenCV in your computer. Link cv.lib, highgui.lib, cxcore.lib, you can create your own program.
Platform: | Size: 114092 | Author: tuzhiguo | Hits:

[WEB CodeCodematicDemoS3

Description: CodematicDemoS3 是一个标准三层架构的完整示例项目源码,基于Asp.net2.0开发,结构更简洁,提供更多有效的示例源码参考。方便用户更好的理解和使用该架构进行开发,配合Codematic代码生成器,可以使开发效率事半功倍,倍感轻松。 ****************************************************** Codematic_Data.MDF : 该项目所使用的数据库 DEncryptTest :加密解密工具 Lib:公用类库 BLL: 业务层 Model: 数据实体 DAL: 数据层 Web: 表示层,web项目。 具体介绍请看 Codematic代码自动生成器 的帮助文档。 登录用户:51aspx 密码:51aspx ******************************************************************************** 『 天道酬勤 』 用智慧改变世界,用创造改变生活。其实,工作也很快乐!— 李天平 官方网站:http://www.maticsoft.com 博客园主页:http://ltp.cnblogs.com CSDN主页:http://blog.csdn.net/litp 源码下载及讨论地址:http://www.51aspx.com/CV/CodematicS3
Platform: | Size: 2695096 | Author: defa | Hits:

[Other resourceopencv_dsp

Description: opencv库在TI DM6437上的移植,目前包括两个库cv.lib和cxcore.lib的工程
Platform: | Size: 774440 | Author: 葛文煜 | Hits:

[Graph programopencv两个常见的编译错误

Description:

在利用opencv库进行编程中两个常见的问题的解决方法,十分有效!

以openCV的使用为例,并结合个实验经验,总结一下在使用其它库进行编程时VC环境下编译与链接时经常遇到的两个错误的解决办法.

1.编译错误

问题描述:编译时,出现编译如下编译错误:

fatal error C1083: Cannot open include file: 'cv.h': No such file or directory

意思是找不到语句 #include "cv.h" 的cv.h头文件.

解决办法:在工程环境下,Tools->Options->Directories,在页内Show directories for下拉列表框中选择 Include files,然后在Directories列表框中添加上cv.h的路径,
如:D:\OPENCV\CV\INCLUDE,再编译就能找到cv.h头文件了.

2.链接错误

问题描述:链接时出现如下错误:

Linking...

test.obj : error LNK2001: unresolved external symbol _cvCanny

Debug/cvtest.exe : fatal error LNK1120: 1 unresolved externals

解决办法:明明知道cvCanny函数(_cvCanny是纯C编译生成的目标文件的函数名)的原型说明在文件cv.h中,怎么又出现链接错误呢,可能是静态链接库的问题(可能还有其它的原因),
然后有两各解决办法:(1).通过project->Add to project->Files, 将cv.lib加到工程中(2).①Tools->Options->Directories,Show directories for下拉列表框中
选择 Library files,然后在Directories列表框中添加上cv.lib的路径,如:D:\OPENCV\LIB ② project->settings下的LINK属性页下,在Object/Library modules 的文本框中
加上 cv.lib 后,点击确定.此时链接通过.

 

仅为个人的实验经验,有可能不全面或错误.
 


Platform: | Size: 974 | Author: simon112233 | Hits:

[GDI-Bitmapopencv4_Lib

Description: opencv4库文件,可以有效提高图像处理工作者的编程效率。使用时要包含cv.h,ipl.h和highgui.h三个头文件。-opencv4 libraries can effectively improve the image processing workers programming efficiency. Used to contain cv.h, ipl.h and highgui.h three headers.
Platform: | Size: 10214400 | Author: chenxin | Hits:

[2D GraphicFaceDetect

Description: FACE DETECT...Using open cv technology for face detectation
Platform: | Size: 147456 | Author: | Hits:

[Special EffectsOpenCV_Needed

Description: When create OpenCV project, you just include these files to your project and don t setup OPenCV in your computer. Link cv.lib, highgui.lib, cxcore.lib, you can create your own program.
Platform: | Size: 113664 | Author: tuzhiguo | Hits:

[WEB CodeCodematicDemoS3

Description: CodematicDemoS3 是一个标准三层架构的完整示例项目源码,基于Asp.net2.0开发,结构更简洁,提供更多有效的示例源码参考。方便用户更好的理解和使用该架构进行开发,配合Codematic代码生成器,可以使开发效率事半功倍,倍感轻松。 ****************************************************** Codematic_Data.MDF : 该项目所使用的数据库 DEncryptTest :加密解密工具 Lib:公用类库 BLL: 业务层 Model: 数据实体 DAL: 数据层 Web: 表示层,web项目。 具体介绍请看 Codematic代码自动生成器 的帮助文档。 登录用户:51aspx 密码:51aspx ******************************************************************************** 『 天道酬勤 』 用智慧改变世界,用创造改变生活。其实,工作也很快乐!— 李天平 官方网站:http://www.maticsoft.com 博客园主页:http://ltp.cnblogs.com CSDN主页:http://blog.csdn.net/litp 源码下载及讨论地址:http://www.51aspx.com/CV/CodematicS3 -err
Platform: | Size: 3304448 | Author: defa | Hits:

[DSP programopencv_dsp

Description: opencv库在TI DM6437上的移植,目前包括两个库cv.lib和cxcore.lib的工程-opencv library
Platform: | Size: 774144 | Author: 葛文煜 | Hits:

[Special Effectsmotempl

Description: 通过摄像头识别运动目标的运动方向,需要opencv1.0支持,设置project/setting/link/input 添加cxcore.lib cv.lib cvcom.lib highgui.lib comctl32.lib 即可编译运行-Through the camera to identify the movement direction of moving targets, the need for opencv1.0 support, set up project/setting/link/input to add cxcore.lib cv.lib cvcom.lib highgui.lib comctl32.lib compiler can be run
Platform: | Size: 7168 | Author: yulong | Hits:

[Graph programcvblob

Description: OpenCV CvBlob Library
Platform: | Size: 91136 | Author: Li MingHo | Hits:

[Windows DevelopGame_fire

Description: 基于opencv完成的视频模拟游戏(单线程)。使用到了cxcore.lib,cv.lib,cvaux.lib,highgui.lib。窗口区产生随机目标,客户通过鼠标捕捉该目标,完成任务。可调节难度,显示任务完成进度。-this project is based on opencv (single-threaded). cxcore.lib, cv.lib, cvaux.lib, highgui.lib included. randomly generated objectives in the window, customer use mouse to capture the objectives. Adjustable of degree of difficulty , showing the progress of mission .
Platform: | Size: 53248 | Author: wanglee | Hits:

[Special Effectsopencv

Description: xcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib
Platform: | Size: 229376 | Author: whr | Hits:

[OpenCVImageComparison

Description: This a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib. The algorithm showcased in the source code is about template matching and object recognition, a master image is provided to the app and a suite of small pics should be provided also, the app will try to find these small pics in the master picture.-This is a simple application developed in C# and uses the Emgu CV library. Emgu CV lib is a wrapper around OpenCV than enables .NET languages to use the OpenCV lib. The algorithm showcased in the source code is about template matching and object recognition, a master image is provided to the app and a suite of small pics should be provided also, the app will try to find these small pics in the master picture.
Platform: | Size: 68608 | Author: Waleed | Hits:

[OpenCV321d

Description: Opencv绘图贝塞尔(Bezier)曲线编程, -Opencv drawing Bezier (Bezier) curves of programming,
Platform: | Size: 18244608 | Author: sonic | Hits:

[VC/MFCCopie-de-bgfg_segm

Description: background substraction using mixture of gaussian model.the algoritm writen in c++ using open cv lib
Platform: | Size: 2987008 | Author: amilahhhh | Hits:

[DSP programcv

Description: 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)的cv函数库移植到CCS的静态链接库cv.lib,以及其生成工程,该例程经作者编译听通过(ccs3.3版本)。由于工程中产生的obj文件和lib文件太大,在工程中已经将其删除,读者在使用时,只需要对工程重新编译即可。最后将生成的cv.lib添加到CCS的工程中即可(不要忘了添加相应的头文件),由于cv.lib一般和cxcore.lib配套使用,读者在下载cv.lib时也一并将cxcore.lib下载。作者也提供了将cv.lib与cxcore.lib添加到工程中的实验例程,并且该例程编译通过。也希望读者在该论坛找到该例程将其一并下载,配合使用。-During image processing DSP programming related, it is necessary to transplant opencv CCS platform. The authors provide the Opencv (1.0 version) of cv library ported to CCS static link library cv.lib, as well as its generation project, the routine is compiled by the author to listen through (ccs3.3 version). As the project has generated obj files and lib file is too large, the project has been to remove it, the reader is in use, only need to recompile the project. Finally, the resulting cv.lib added to the CCS project can (do not forget to add the appropriate header files), as cv.lib general and cxcore.lib supporting the use of the reader when a download cv.lib and cxcore . lib download. The author also provides a cv.lib cxcore.lib added to the project with the experimental routine, and the routine compile. I hope readers find in this forum and download one of the routine, with the use.
Platform: | Size: 483328 | Author: xiaofan | Hits:

[DSP programcxcore

Description: 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)的cxcore函数库移植到CCS的静态链接库cxcore.lib,以及其生成工程,该例程经作者编译听通过(ccs3.3版本)。由于工程中产生的obj文件和lib文件太大,在工程中已经将其删除,读者在使用时,只需要对工程重新编译即可。最后将生成的cxcore.lib添加到CCS的工程中即可(不要忘了添加相应的头文件),由于cxcore.lib一般和cv.lib配套使用,读者在下载cxcore.lib时也一并将cv.lib下载。作者也提供了将cv.lib与cxcore.lib添加到工程中的实验例程,并且该例程编译通过。也希望读者在该论坛找到该例程将其一并下载,配合使用。-During image processing DSP programming related, it is necessary to transplant opencv CCS platform. The authors provide the Opencv (1.0 version) of cxcore CCS library ported to the static link library cxcore.lib, as well as its generation project, the routine is compiled by the author to listen through (ccs3.3 version). As the project has generated obj files and lib file is too large, the project has been to remove it, the reader is in use, only need to recompile the project. Finally, the resulting cxcore.lib added to the CCS project can (do not forget to add the appropriate header files), as cxcore.lib general and cv.lib supporting the use of the reader and download cxcore.lib when a cv . lib download. The author also provides a cv.lib cxcore.lib added to the project with the experimental routine, and the routine compile. I hope readers find in this forum and download one of the routine, with the use.
Platform: | Size: 403456 | Author: xiaofan | Hits:

[DSP programopencv

Description: 在进行图像处理相关DSP编程时,需要移植opencv到CCS平台。作者提供了将Opencv(1.0版本)移植到CCS的实测例程,该例程经作者编译听通过(ccs3.3版本)。工程中包括opencv.cpp(为测试源文件),和cv.lib、cxcore.lib、rts64plus.lib(为例程需要的库文件,其中cv.lib与cxcore.lib为opencv移植过来的库文件,如果读者需要了解cv.lib与cxcore.lib的移植过程,请下载作者提供的cv.lib的生成工程以及cxcore.lib的生成工程,所有的工程均基于ccs3.3版本),rts64plus.lib为CCS中的库函数。-During image processing DSP programming related, it is necessary to transplant opencv CCS platform. The authors provide the Opencv (1.0 version) ported to CCS measured routine that is compiled by the author to listen through (ccs3.3 version). Works include opencv.cpp (for testing the source file), and cv.lib, cxcore.lib, rts64plus.lib (library files needed for the routine, which cv.lib with cxcore.lib ported for the opencv library files, If the reader needs to know cv.lib with cxcore.lib the transplant process, please download the authors provide cv.lib generation engineering, and cxcore.lib generation projects, all projects are based ccs3.3 version), rts64plus.lib of CCS The library functions.
Platform: | Size: 6056960 | Author: xiaofan | Hits:

[OpenCVdlib-18.17

Description: it is a c++ lib,and has many use,such as landmark ,face detection, all this in example
Platform: | Size: 7487488 | Author: sunyang | Hits:
« 12 »

CodeBus www.codebus.net