资源列表
Digital-iamge_MFC
- 运用C实现了数字图像的一些基本算法,包括canny edge detection,阈值变换,维纳滤波,直方图均衡,图像细化,旋转,图像配准,图像分割kmeans, isodata, fuzzy c means, fuzzy clustering, mrf image seg, 图像浏览,road svm using matlab, snakes matlab, anistropic gaussian filter-Canny edge detection, threshold transform
w_ipp-samples_p_6.0.0.127.zip
- 这是Intel官方提供的在windows环境下使用英特尔集成性能原件(Intel IPP)的程序实例,包括音视频编解码、计算机视觉、数据压缩、图像编解码、图像处理、信号处理、语音识别、字符串处理等。,This is the official Intel in windows environment using the Intel Integrated Performance Original (Intel IPP) for instance, including audio and video
Codes
- 程序中有人脸识别,车牌识别,文字识别,细胞边缘检测,Snake算法,不同搜索方法比较等代码。其中车牌识别是VC环境下开发,其他的是Matlab环境下开发。-Procedures are face recognition, license plate recognition, character recognition, cell edge detection, Snake algorithm, a comparison of different search methods code. One
meanshift
- 在matlab平台上,使用meanshift算法进行人脸跟踪,包含测试图像和模板图像。-On matlab platform, using meanshift face tracking algorithm, including test images and the template image.
Candy
- 用Candy算子提取图像边缘,建立DIB类读取BMP文件,提取边缘并储存-Candy operator with image edge extraction
123
- Visual C++数字图像处理(第二版)示例程序-Visual C++ Digital Image Processing (second edition) sample program
Hinton
- Hinton手写体识别实验代码,原始代码+部分中文注释。-Hinton scr ipt code identification experiment
OpencvDevelopmen
- opencv的经典的例子,适合于初学者,提供了图像操作,处理,模式识别-opencv example of the classic, suitable for beginners, provides image manipulation, processing, pattern recognition
Opencv_PSNR
- 计算图像的PSNR,包括两个程序,其中之一使用了OpenCV相关函数-The project is used to compute the PSNR of an image which include two method
iamge
- 完成论文《Adaptive Logarithmic Mapping For Displaying High Contrast Scenes》第三节的算法。主要功能是对图片的亮度进行调整。-Complete the paper Adaptive Logarithmic Mapping For Displaying High Contrast Scenes in the third section of the algorithm. The main function is to adjust
Image-Haze-Removal
- 2009年CVPR最佳论文,何恺明的基于暗通道的图像去雾的相关论文,ppt以及matlab代码. Dark channel prior 是一种对无雾的图像的统计规律:在无雾图像中,大部分图像块中至少有一个颜色通道具有很小的颜色强度值。利用dark channel prior,可以直接从一幅有雾的图像中估计出雾的浓度,并恢复出高质量的去雾图像。-CVPR best paper in 2009 (He Kai Ming Single Image Removal Haze is the Usin
OPENCV_行人流量检测
- 使用C++ OpenCV库进行行人检测,并且计数人流量个数(Use C++ OpenCV library for pedestrian detection and count the number of human traffic)