搜索资源列表
StereoVision实现OpenCV、OpenGL、VS2008混合编程
- 实现OpenCV、OpenGL、VS2008混合编程,输入校正后的图像对,使用立体匹配算法计算其视差图,最后用OpenGL进行三维重建。-Achieve OpenCV, OpenGL, VS2008 hybrid programming, enter the corrected image pairs, the use of stereo matching algorithms to calculate the disparity map, and finally with OpenGL thr
frtest_dlls
- 人脸识别程序,vs2008编程环境,OPENCV开源代码-Face recognition program, vs2008 programming environment, OPENCV open source code
watershed.rar
- opencv+vs2008实现分水岭算法,opencv+ vs2008 watershed algorithm to achieve
OpenCVSDK-for-vs2008
- opencv图像库的安装与配置对新手来说太过繁琐,整个流程下来要占近2G的硬盘容量,本开发包针对vs2008,对最终结果进行了精简剔除,并有详细使用说明大小只有15.7M,方便易用。-opencv image database installation and configuration is too complicated for the novice, the whole process down to account for nearly 2G of hard drive capacity
sanjiaopoufen
- 在VS2008和opencv下,对2D/3D点(云)数据实现三角剖分,运算速度快,实时性好,计算精度高,并对三角剖分进行了优化,可以处理复杂点集的三角剖分,可以用于人脸识别的工作-In the VS2008 and opencv, the pairs of 2D/3D points (cloud) data to achieve triangulation, calculation speed, real-time performance is good, high precision, and
MRF-benchmarks
- markov random fields的各类优化算法及应用Optimization methods included: 1) ICM 2) Graph Cuts 3) Max-Product Belief Propagation 4) Sequential tree-reweighted message passing (TRW-S) Applications include: (1)binary (2)denoise (3)stereomatch (
VideoProcess
- 用VS2008编写的基于MFC+OpenCv的视频显示与打开摄像头-Written with VS2008 MFC+ OpenCv based video display and open the camera
harriscornerdetection
- OpenCv+VS2008实现harris角点检测-OpenCv+ VS2008 to achieve harris corner detection
ROI
- 基于openCv的图像提取,相当与平时用的图像剪切功能。开发平台:VS2008 我也是初学者,没找到这方面的资料,所以自己编了一个,大家共同学习。 很基础,大虾就不用下了。 -Image Extraction Based openCv considerable shear and normal function of the image used. Platform: VS2008 I am also a beginner, did not find this informatio
Histogram_RGB
- OpenCV RGB直方图 使用VS2008+OpenCV库开发,读取彩色图片,分别显示RGB三通道直方图。运行需安装OpenCV2.0。-OpenCV RGB histograms Developed with VS2008+ OpenCV library, reading colorful image, respectively display three-channel RGB histograms . Need install OpenCV2.0.
watermark
- 数字图像水印添加提取程序,opencv实现,vs2008开发环境-digital watermark program using opencv under the ide of vs2008
IR
- 基于颜色的图像检索系统,VS2008+OPENCV-Color-based image retrieval system, VS2008+ OPENCV
julia
- 分形算法之逃逸算法的julia集实现,vs2008开发环境,opencv库支持-fractal program implements the julia under vs2008 using opencv
cv200vs2008
- 最新的OpenCV2.0图像视觉库。由于不能被VS直接调用,所以先使用CMake导出VC++项目文件,再用VS2008编译 OpenCV Debug和Release版本库,生成可以被VC++ 2008 Express调用的OpenCV动态库。-The latest OpenCV2.0 visual library. As the VS can not be called directly, so first use CMake to export VC++ project file, and t
mymfc
- MFC界面基于对话框的OpenCV+VS2008实现图像读取,边缘提取-MFC dialog-based interface to achieve the image OpenCV+ VS2008 read, edge extraction
pyramid
- OpenCV+VS2008实现金字塔算法-OpenCV+ VS2008 pyramid algorithm to achieve
findtriangle
- OpenCV+Vs2008实现找出图像中的三角形-OpenCV+ Vs2008 to achieve the image of the triangle to find out
PyrSementation
- vs2008环境下,opencv开发的金字塔彩色图像分割,对于理解多层次多尺度图像处理有很好的参考价值!-vs2008 environment, opencv pyramid developed color image segmentation, for understanding the multi-level multi-scale image processing is a good reference value!
Download-the-OpenCV-2
- 1. Download the OpenCV 2.1.0 Windows installer from SourceForge - "OpenCV-2.1.0-win32-vs2008.exe". 2. Install it to a folder (without any spaces in it), say "C:\OpenCV2.1\". This article will refer to this path as $openCVDir During installation
基于opencv的svm分类识别
- 附件是初始入门学习opencv的SVM简单程序,可以用于了解opencv中关于svm部分的使用,以及训练模块,便于快速上手SVM。开发环境是opencv2.0+vs2008,需要先安装opencv2.0才能够运行看到结果。显示第一个结果后,按回车等待几秒,即可显示分类结果。