搜索资源列表
常用的数字图像处理算法
- 常用的数字图像处理算法实现,都是用标准C语言实现的,绝对经典-commonly used digital image processing algorithm has been used standard C language, absolute classic
灰度变换算法实现
- 本程序实现图象处理中的灰度变换的所有算法!-the program image processing Gray Transform algorithm for all!
图像分割Otsu算法
- 实现自动阈值选取图像分割算法——Otsu算法。
一维最大熵阈值分割算法
- 一维最大熵阈值分割算法实现
vc++写的klt跟踪算法,实现目标的实时跟踪-vc++
- vc++写的klt跟踪算法,实现目标的实时跟踪-vc++
K-均值聚类算法
- K-均值聚类算法,对数据进行聚类分析,可用于提取关键帧等。用matlab实现,K-means clustering algorithm, cluster analysis of data that can be used, such as key frame extraction. Using matlab to achieve
对图像进行形态学开、闭、形态梯度等算法实现
- 基于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\inclu
meanshift.rar
- meanshift算法实现目标的跟踪,由视频序列文件中提取出第一帧,定义目标区域,进行跟踪,动态显示跟踪结果,meanshift target tracking algorithm, by the video sequence documents to extract the first frame, the definition of the target area, tracking, tracking the results of dynamic display
lyd
- 这是一个计算机图形学中关于梁友栋算法实现的程序-This is a computer graphics on the friends of Liang Dong algorithm procedures
picture-recovery
- 一个用遗传算法实现的人脸复原,程序注释清楚,有说明文档-A genetic algorithm is used to achieve recovery of the human face, the program notes clearly have documentation
facedetect
- 人脸检测,是采用国外的一个论文中的算法实现,如果想要论文,请发信给我-face detecting
kmeans-image-segmentation
- K均值算法实现图像的分割,分割效果可以达到预期的效果-K-means algorithm to achieve image segmentation, segmentation results can be achieved the desired results
Java
- 基于java的数字图像处理源码,主要是利用分水岭的算法实现图像分割-The digital image processing based on java source code, mainly the use of watershed algorithms for image segmentation
imagesegmentation
- 基于MATLAB语言的遗传算法实现图像分割-Genetic algorithm image segmentation
k_means_Gray
- 对于灰度图的 k均值算法实现 matlab代码-Gray graphics k-means matlab code
tuxiang
- 利用克隆选择和粒子群算法实现图像分割 有很好的分割效果。经过多次验证实践。-Clonal selection and particle swarm algorithm has a good image segmentation segmentation. After several rounds of verification practice.
canny
- 边缘检测 算法实现过程 可以执行 效果不错-eage detec
LSB算法-图片信息隐藏
- 基于LSB算法实现图片信息隐藏,图片类型包括png、gif、bmp,可写入的文件类型为jpg、png、gif图片以及txt、exe文件等。(Image information hiding based on the LSB algorithm, the picture types include png, gif, bmp, writable file types are jpg, png, gif pictures, txt and exe files.)
77_分水岭算法
- 使用分水岭算法实现图像分割,书中例子。。。。。。。。。。(watershed algorithm)