Welcome![Sign In][Sign Up]
Location:
Search - opencv p

Search list

[Graph Recognize目标跟踪

Description:

利用OPENCV编写


Platform: | Size: 1602659 | Author: yanshengyong | Hits:

[Graph programopencv与mfc结合小程序

Description:

网上和书上的例子是openvc在测试平台上的应用,对于与mfc结合很少,这个例子是我自己编的一个小程序


Platform: | Size: 160402 | Author: phpmoda | 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:

[Graph program利用opencv做的一个简单的图像处理

Description:

增加简单的效果,改变亮度,对比度,还有其他的功能自己看吧


Platform: | Size: 712562 | Author: dianzisun | Hits:

[Graph programCoding_with_OpenCV

Description: OPENCV的入门的PPT学习课件。对OPENCV入门很有帮助。-The PPT entry OPENCV learning courseware. Getting Started on OPENCV helpful.
Platform: | Size: 5676032 | Author: lin | Hits:

[Special Effectsmyblobtrack

Description: 自动多目标检测跟踪,是在OPENCV里实现的,希望大家多多支持-Automatic multi-target detection tracking is achieved OPENCV I hope we can support
Platform: | Size: 2539520 | Author: may | Hits:

[Special Effectscalibration

Description: 基于opencv的双目立体视觉摄像机的定标,说的非常详细,告诉我们每一步该干什么-Based on the binocular stereo vision opencv camera calibration, that the very detailed and tells us what to do each step
Platform: | Size: 155648 | Author: george | Hits:

[Special Effectsopencvsourcecode

Description: Author: ChaiShushan (chaishushan@gmail.com) Links http://www.opencv.org.cn/ http://opencvlibrary.sourceforge.net/ http://code.google.com/p/opencv-extension-library/ -Author: ChaiShushan (chaishushan@gmail.com) Links http://www.opencv.org.cn/ http://opencvlibrary.sourceforge.net/ http://code.google.com/p/opencv-extension-library /
Platform: | Size: 2955264 | Author: 黄焱 | Hits:

[Special Effectssimple_bg_subtraction_based_on_framedifference

Description: 基于opencv和帧差法实现彩色avi视频的,可以减除光照变换较明显的静态背景。附实验视频。-Opencv-based and frame color difference avi video, you can remove the more obvious light transform the static background. Experimental video attached.
Platform: | Size: 27046912 | Author: zhezhe | Hits:

[Special EffectsHUCentralMoment

Description: HU不变矩程序代码很多,但是没找到一个完整准确的代码。本人对其中的某些代码修正后,和matlab计算结果进行比较,结果是一致的。本程序没有利用Opencv计算Hu矩的函数,好像opencv计算的M03和M30应该对调,否则,和matlab计算不一样!对旋转、缩放的图像进行测试,HU矩也是一样的,不信可以利用提供的图片对比一下。由于HU矩比较小,程序对HU矩取对数便于查看比较。总之,程序绝对安全可靠,可直接调用。-HU moment invariants code a lot, but could not find a complete and accurate code. I am, some of which code amendments, and matlab calculation results are compared, the result is the same. This procedure did not take advantage Opencv a function of the calculation Hu moments, like the M03 and M30 calculate opencv should be reversed, otherwise, and not the same as matlab calculations! Right rotation, scaling the image to test, HU is the same moment, and you do not believe you can compare the use of the images. HU moment due to a relatively small program HU moment logarithmic relatively easy to see. In short, the program is absolutely safe and reliable, can be directly invoked.
Platform: | Size: 1811456 | Author: | Hits:

[Graph programOpenCV_CAM

Description: CAM学习程序 此程序基于OpenCV中CAM模块。可以用于CAM属性设置,采集视频信号并录制,设置录制视频解码器等方面的学习。 程序中用 R键控制程序开始录制, P键控制程序暂停录制, S键控制程序停止录制, 录制中有字符RECORD提示。 是一款集学习和实用为一体的小程序。-CAM learning process of this program is based on OpenCV in the CAM module. Property can be used to set the CAM, collecting and recording video signals, set to record video decoder and other areas of learning. Process control program using R button to start recording, P key to pause recording control process, S key control program to stop recording, recording, there are characters in RECORD prompt. Is a set of learning and useful as one of the small programs.
Platform: | Size: 1598464 | Author: huangjian | Hits:

[OtherLearningOpenCV

Description: 本PDF是opencv 编程方面的教材。详细系统地介绍了opencv的编程理论和在图像处理方面的优越性-This PDF is opencv programming teaching materials. Details systematic introduction to opencv programming theory and the superiority in image processing
Platform: | Size: 10758144 | Author: 刘镞 | Hits:

[Special Effectsopencv-move-detection

Description: 基于opencv的运动检测,采用光流法,只要安装了opencv 就能直接使用-moving detection using opencv optical algorithm
Platform: | Size: 2048 | Author: | Hits:

[Graph RecognizePCA

Description: 在图像处理特别是人脸识别中经常用到PCA算法,这是基于Opencv的PCA算法。-In the image processing in particular are often used in PCA face recognition algorithm, which is based on the Opencv the PCA algorithm.
Platform: | Size: 1024 | Author: liwei | Hits:

[OpenCVFaceRecog_src100902

Description: 基于OpenCV的人脸识别演示程序。目前实现了Gabor+Fisherface算法,还有几何和光照归一化。 -->请到 http://code.google.com/p/facerecog/ 下载最新版本。<-- 功能:对摄像头拍摄的或用户指定的图像,检测其中人脸,然后在已存储的人脸库中找到最匹配的人脸并显示。 在VS 2008 SP1上编写,使用了OpenCV 2.0和MFC,通过消息处理函数与用户进行交互,利用多线程来实时显示图像。 数据处理分为了CFaceAlign(人脸检测+几何归一化)、CLightPrep(光照归一化)、CFaceFeature(Gabor特征提取)、CSubspace(计算Fisherface子空间)四个类,还有一个类 CFaceMngr 负责管理界面与数据之间的交流。注释很详细 程序中使用了OpenCV1.0和2.0,如果你没有安装这两者的库,或者想要看看运行效果,请到 http://code.google.com/p/facerecog/ 下载安装包。-An OpenCV-based face recognition demo. Gabor+Fisherface algorithm, face alignment and light normalization is implemented. Please go to http://code.google.com/p/facerecog/ to download latest codes, demo installer and OpenCV dlls.
Platform: | Size: 1487872 | Author: yk | Hits:

[OpenCVDelphi_MotionDetect1

Description: 这是一个基于OPENCV,寻找运动目标轮廓,以实现视频流的运动目标检测为目的Delphi例子。 并带有Delphi与OpenCv的编程接口。-This is based on OPENCV, search for moving object silhouette in order to achieve video streaming of moving target detection for the purpose of Delphi examples. OpenCv with Delphi and the programming interface.
Platform: | Size: 1977344 | Author: hfpeiqing | Hits:

[Special Effectsopencv-P-subPixelDetect

Description: 基于opencv1.0的亚像素角点检测,需安装opencv1.0,检测到角点在图像上标识出来,并输出文件保存,研究生期间做的一个小程序,程序还添加了换界面的功能,需要的请下载。-Sub-pixel based opencv1.0 corner detection, install opencv1.0, to detect corners in the image on the logo out and save the output file, a graduate student doing a small program, the program also added the functions for the interface, you need please download.
Platform: | Size: 1136640 | Author: | Hits:

[OpenCVVS2010-P-OpenCV2.3

Description: vs2010-opencv配置文档,亲测,有图-vs2010-the opencv configuration document, pro-test, Fig.
Platform: | Size: 282624 | Author: 李岳东 | Hits:

[OpenGL programopencv

Description: 基于meanshift的单目标跟踪算法实现 说明: 1. RGB颜色空间刨分,采用16*16*16的直方图 2. 目标模型和候选模型的概率密度计算公式参照上文 3. opencv版本运行:按P停止,截取目标,再按P,进行单目标跟踪-Meanshift based single target tracking algorithm Description: 1. RGB color space plane points, using a histogram 16* 16* 16 2. Probability density target model and the candidate model calculation formula above with reference to version 3. opencv running: Press P stop, intercept the target, then P, single-target tracking
Platform: | Size: 7712768 | Author: 叶影 | Hits:

[OpenCV76877015

Description: 用MATLAB实现的不合格品率P控制图的绘制,只要将数据导入(MATLAB nonconforming rate P control chart drawing, as long as the data import)
Platform: | Size: 3072 | Author: WE%252113408 | Hits:
« 12 »

CodeBus www.codebus.net