搜索资源列表
opencv两个常见的编译错误
- 在利用opencv库进行编程中两个常见的问题的解决方法,十分有效! 以openCV的使用为例,并结合个实验经验,总结一下在使用其它库进行编程时VC环境下编译与链接时经常遇到的两个错误的解决办法. 1.编译错误 问题描述:编译时,出现编译如下编译错误: fatal error C1083: Cannot open include file: 'cv.h': No such file or directory 意思是找不到语句 #include "cv.h" 的cv.h
WinCE Compact7 OpenCV Library
- 包含cxcore和cv两个dll, 在WinCE Compact7中测试通过..
open cv直方图 二值化
- opencv图像处理二值化分析,直方图
plate-demo.利用opencv完成的汽车牌号识别
- 利用opencv完成的汽车牌号识别,支持黄底黑色字迹的车牌号,Using opencv complete automotive brand recognition, support Mr black writing at the end of the license plate number
opencv.rar
- 于仕琪编写的《open cv教程》所有例程的源代码,仕琪prepared to " open cv Guide," the source code for all routines
Emgu.CV.SourceAndExamples-1.4.0.0
- Opencv C# Library (wrapper) and example
opencv
- xcore.lib cv.lib ml.lib cvaux.lib highgui.lib cvcam.lib
opencv
- This a header file necessery for open cv programs-This is a header file necessery for open cv programs
Emgu.CV.x86_2.0.1.0_windows_installer
- the emuge cv is the free c# wrapper for using opencv in dot net plateform c#-the emuge cv is the free c# wrapper for using opencv in dot net plateform c#......
cv-buttons.h
- example code for opencv with cv button of phillips webcam
kalman
- opencv中的kalman滤波器程序, / Use Kalman Filter to model particle in circular trajectory // #include <cv.h> #include <highgui.h> //#include <cvx_defs.h>-opencv kalman filter process in,/Use Kalman Filter to model particle in c
cvut_test
- 照相机标定。OpenCV的摄像机标定方法。《基于OpenCV的计算机视觉技术实现》第十四章源代码。多图标定。-Camera calibration. OpenCV for camera calibration. " Based on OpenCV for computer vision," the 14th chapter source code. More icon set.
Emgu.CV
- 一个在C#环境下调用OPENCV的重要头文件,希望可以帮到大家-A call in the C# environment OPENCV important header files, the desire to help people
opencv
- openCV.Net 不是emgu.cv 还有test-openCV.Net not emgu.cv also test, separately
OpenCV-2.1.0-win
- 最新OpenCV源码, Linux使用。含源码与示例。-Open CV 2.1, For Linux
cv
- 此代码借助OpenCV开源计算机视觉库提取轮廓等技术实现细胞数的统计-With this code, open source computer vision library OpenCV contour extraction techniques to achieve the statistical cells
321d
- Opencv绘图贝塞尔(Bezier)曲线编程, -Opencv drawing Bezier (Bezier) curves of programming,
learning open cv chinese
- learning Open CV(chinese version)
VS2010、C#、Emgu CV配置
- 介绍VS2010环境下如何进行C#、Emgu CV的配置,Emgu CV是OpenCV在C#的版本,用于图像程序开发
opencv对视频进行滤波后输出视频
- opencv对视频进行滤波后输出视频,试用于opencv的初学者,里面有核心算法,视频的分解与合成是cv库,滤波算子可以根据实际需要进行更改。