搜索资源列表
edge
- 此源码为边缘检测的程序代码,可以检测灰度图像中的物体边缘
huangjian_w_PlayVideoCap
- 开源MPEG4压缩算法-Xvid库调用范例 关键字:PlayVideoCap MPEG4 XvidCore 视频压缩算法 来 自:原创 平 台:Win2k/XP/NT,Win2003 深浅度:中级 完成时间:2007-12-28 发布者:huangjian_w 发布时间:2007-12-29 编辑器:DELPHI7 语 种:简体中文 分 类:媒体与图形 下载浏览:542/1841 加入到我的收藏
image similarity
- 图像相似度检测,下面是直方图相交的代码,同种图片的识别率达90%以上,性能非常稳定。 程序的例子是8位(256色)位图,其他位图类似。 -Image similarity detection, the following is the histogram intersection of the code, the same kinds of picture identification rate of 90, performance is very stable. Procedure
1
- 里面有怎样使用MATLAB进行图像读取,灰度化,增强和边缘检测的代码和说明。并且有详细的处理步骤,对初学者很有用。-Image processing Graytion Image Enhancement Edge Detection
HoGnew
- 基于数字视频处理的图像中的行人检测代码里面十分重要的梯度直方图提取技术的代码.-Digital video processing based on images of the importance of pedestrian detection code inside the gradient histogram extraction code.
liuzhong_matlabDOA
- 多种阵列现代信号处理技术,对信号源数,到达方向检测,代码可靠性高-Multiple array of modern signal processing techniques, the number of the signal source, direction of arrival detection, high reliability codes
C语言现实的图像处理(包含快速傅里叶变换)
- 这代码功能有:读入和保存文件头、读入和保存信息头、读入和保存像素数据、读入和保存位图、24位的位图转化为8位位图、8位位图转换为24位位图、图像的二值化、8位位图的Sobel边缘检测、8位位图的Laplace锐化、8位位图的中值滤波、分离与合并RGB矩阵、直方图均衡化 main.c是main函数的所在;BMP.h是对位图文件头和信息头,以及调色板等的类型的声明;function.h主要完成对位图的读写操作;algorithm.h主要完成对位图进行相关的算法的处理。