搜索资源列表
opencv-image
- opencv 实现图片显示,并有opencv2.2 vs10的配置方法-opencv2.2 c++ vs2010
MRF_Based
- ,论文《Image Completion Using Efficient Belief Propagation Via Priority Scheduling and Dynamic Pruning》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统观景变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin 2)生产dll,具体的函数可以查看文件MRF_Based.h 3)如有问题请联系z
Patch_Sparsity
- 算法仿真:论文《Image Inpaiting by Patch Propagation Using Patch Sparsity》中提出的图像修复算法的; 1)使用了OpenCV2.2.0开源机器视觉库,IDE为VS2010 2)设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2;VS2010属性页文件依赖于此环境变量,在Path中添加C:\OpenCV2.2\bin,更具体的环境配置可以查看OpenCV相关手册设置属性页文件或Email:zhen
Classic_Exemplar
- 论文《Region Filling and Object Removal by Exemplar-Based Image Inpainting》中提出的图像修复算法 1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,可以根据OpenCV提供的用户手册设置属性页文件 2)生产dll,具体的函数可以查看文件Classic_Exemplar.h
MR8fast
- 论文《A Statistical Approach to Material Classification Using Image Patch Exemplars》提出的算法C++实现 1)使用了OpenCV2.2.0和VS2010,设置系统环境变量OPENCV_DIR为OpenCV的安装路径,如C:\OpenCV2.2,在path中添加环境变量C:\OpenCV2.2\bin,具体可查看OpenCV的用户手册 2)可zhenjia.dou@gmail.com-The algorithms
Color-histogram
- C++结合opencv实现的提取图像的颜色直方图,并显示出来。此代码在vs2010下,成功运行。效果很好。-C combined with opencv realize the extraction of image color histogram, and displayed. This code in vs2010, successful operation. The effect is very good.
facedetect_Opencv_haar_adboost_CPP
- 人脸检测的程序,用的haar特征和adboost算法,基于opencv的在VS2010上成功运行的C程序。可以检测静态图片,视频,和摄像头的视频中是否含有目标对象的程序。-Face detection program, with the the haar characteristics and adboost algorithm, based on opencv run successfully on VS2010 C program. The program can detect static
cv_draw
- 基本的opencv操作,用c++实现。。可以画出简单的曲线。。通过这个小代码,可以分析cv坐标的定义。编译器为vs2010-Basic opencv operation achieve with c++. . You can draw a simple curve. . Through this code, you can analyze the definition of cv coordinates.
fsjc
- 在VS2010的C++环境下利用Opencv库函数实现了简单的肤色检测(控制台)-Use of under in the VS2010 C++ environment the Opencv library functions to achieve a simple color detection (console)
MovDetect
- vs2010工程,C++(优化了opencv的代码),通过混合高斯背景建模实现的运动物体检测,效果非常好。-vs2010 project, C++ (optimized opencv code), Gaussian mixture background modeling to achieve through the detection of moving objects, the effect is very good.
Smooth
- 基于OpenCV实现的图像滤波程序,包括中值滤波、高斯滤波、均值滤波等,VS2010 C++实现-The project based on opencv and VS2010 is used to smooth an image by filter
RoateImage
- 在VS2010 C++中用opencv实现对lena照片,进行缩放和动态旋转-In VS2010 C++ using opencv realize the lena photos, zoom and dynamic rotation. . . .
Hist_Equalization
- 功能是用C++实现一幅图像的直方图的均衡化!环境是vs2010和opencv-Function is C++ achieve an image histogram equalization! Environment is vs2010+opencv
VS2010、C#、Emgu CV配置
- 介绍VS2010环境下如何进行C#、Emgu CV的配置,Emgu CV是OpenCV在C#的版本,用于图像程序开发
c
- 用OPENCV实现,可以用于图片的人脸检测与识别,运行于VS2010环境下运行通过-OPENCV is used to implement, can be used for face detection and recognition of images, run run through in VS2010 environment
sharpen
- 本程序是在vs2010+opencv的平台上运行的,利用的是opencv2.4.9,C++写的,利用多种方法来遍历图像,例如通过创建迭代器的方法来遍历图像,通过指针的方法来遍历图像等方法来对图像进行处理。最后的得到的效果令人满意。-This program is run on a platform vs2010+opencv, the use of the opencv2.4.9, C++ write, using a variety of methods to traverse the ima
TLD
- 本程序是在vs2010+opencv的平台上运行的,利用的是opencv2.4.9,C++写的,该算法与传统跟踪算法的显著区别在于将传统的跟踪算法和传统的检测算法相结合来解决被跟踪目标在被跟踪过程中发生的形变、部分遮挡等问题。同时,通过一种改进的在线学习机制不断更新跟踪模块的“显著特征点”和检测模块的目标模型及相关参数,从而使得跟踪效果更加稳定、鲁棒、可靠。最后的得到的效果令人满意。-This program is run on a platform vs2010+opencv, the use
speed_detection
- 本程序是基于虚拟线圈的流动车速检测程序,平台为VS2010+OpenCV2.4.10(This procedure is based on the virtual coil flow speed detection procedures, the platform for VS2010+OpenCV2.4.10)
K均值分类
- 基于VS2010平台和openCV开发的,实现遥感影像的k均值分类(K mean classification for remote sensing images)
EDTest-VS2010
- 直线段检测算法EDLines C++实现(EDLines C++ Opencv lins segment detection)