搜索资源列表
openCVVC.netvc620060703
- 一篇很不错的在VC6和vc.net中使用加载opencv beta 5的文章,里面含有安装配置并附加打开文件、角点检测、轮廓跟踪等源程序。-a very good and the VC6 vc.net use of beta load OpenCV five articles , it contains configuration and installation of additional open files, corner detection, contour tracking sourc
sift-1.1.1_20061214_win
- visual .net 2003环境下的sift,需要gsl (for windows版本)和opencv支持。-visual. Net 2003 under the Environment sift, gsl need (for windows version) and opencv support.
OPENCV_SIFT_VC6
- 基于OPENCV的SIFT特征提取与匹配算法。包含完整的从图像高斯金字塔、DOG、空间极值点提取、关键点描述、KDtree匹配等关键步骤的全部函数实现,对全面深入理解Lowe的SIFT算法有莫大帮助。程序运行前须安装(1)OpenCV: http://opencvlibrary.sourceforge.net (2)SIFT: http://web.engr.oregonstate.edu/~hess/index.html,并配置其环境参数。
HOG(.net).rar
- HoG人体检测实时系统的代码,可以快是检测行人的存在,Detection of real-time systems in human HoG code, you can quickly detect the presence of pedestrians
FaceandEyesDetectionUsingOpenCV
- Face and Eyes Detection Using OpenCV. Introduction This article is an extension of an article that I posted on CodeProject earlier. This project demonstrates how to perform human face and eye detection using OpenCV in .NET. The detection is perfo
dtgz
- opencv目标跟踪对于初学opencv计算机视觉开发的朋友很有参考价值。-opencv target tracking opencv computer vision for the beginner to develop valuable friend.
openCV.Net
- c#图像处理,很难找的图像处理源代码,人脸识别-light compensation
opencvsourcecode
- 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
motiondetect
- 基于OpenCV(开源计算机视觉平台),通过边缘检查,实现运动目标的检测。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\include
floodfill
- 基于OpenCV(开源计算机视觉平台)的图像域的填充算法实现。程序运行前须安装(1)OpenCV: ttp://opencvlibrary.sourceforge.net (2)在vc6.0的Tools|Options|Directories标签下添加如下路径:C:\Program files\OpenCV\Cxcore\include C:\Program files\OpenCV\include C:\Program files\OpenCV\cvaux\include C:\P
eye_pos
- visual c++.net编写的mfc程序。选择一副人脸图像并显示在窗体中,鼠标点击人眼,会显示该点坐标,以查看两眼是否对齐在同一水平线。运行时,系统需要安装opencv,并配置-visual c++. net write a mfc program. Choose a facial image and displayed in the form, the mouse clicks the human eye, it displays the point coordinates to see
AForge.NET
- AForge.net是c#的图像库,功能庞大,封装的很好,用起来比opencv方便多了,是c#图像程序员不可缺少的工具。-AForge.net is the c# image library, features a large, well packaged, using up much more convenient than the opencv is c# programmers an indispensable tool for the image.
openCV.NetTest
- 人脸检测示例程序,需要opencv.net-Face Detection Sample Application
OpenCV-cn
- 学习OpenCV的中文书。 OpenCV 是一个开源(参见http://opensource.org)的计算机视觉库,项目主页为 http://SourceForge.net/projects/opencvlibrary。OpenCV 采用C/C++语言编 写,可以运行在Linux/Windows/Mac 等操作系统上。OpenCV 还提供了Python、R uby、MATLAB 以及其他语言的接口。-Learning OpenCV of Chinese books. OpenC
opencv
- openCV.Net 不是emgu.cv 还有test-openCV.Net not emgu.cv also test, separately
sift-1.1.1_20070330_win
- All code in this package requires the OpenCV library (known working version is 1.0.0):Some functions require the Gnu Scientific Library (GSL) (known working Running The following is a list of directories that contain VC++.NET projects and the f
ImageComparison
- 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 recog
OpenCV-2.0.0.tar
- OpenCV2.0的官方源码,可以用来交叉编译移植到arm平台。移植过程参见:http://blog.csdn.net/yanzi1225627/article/details/7894092,http://blog.csdn.net/yanzi1225627/article/details/7524698-OpenCV2.0 official source, can be used to cross-compile transplanted to arm platform. Porting p
OpenCV
- 载完毕后直接点击安装。安装完毕后打开 _make文件夹下的.dsw(vc6)或.sln(vc.net),点击project下的batch build,注意你的机子是32位的话,选重所有的win32Debug 和 Release(不要选择64位的),点击 Rebuild。这样,所需要的库文件就生成了。下一步,要建-failed to translate
armor_detect
- https://download.csdn.net/download/u014158447/7331219