资源列表
[图形图像处理(光照,映射..)] Kaverage
说明:很好的K均值滤波图像处理程序,用于数字图像的预处理,效果很好-K-average filter program for the pre-process<jiney03> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] detector
说明:c语言写的运动检测程序,可以对avi视频进行处理-c language program written for motion detection, can be processed on the avi video<vivid> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] zoom
说明:图像缩放程序,支持多种格式包括jpg、gif、bmp等-Image scaling process, supports multiple formats including jpg, gif, bmp, etc.<vivid> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] daopufenxi
说明:对语音信号进行倒谱分析,观看其频谱的幅度信息-Cepstrum of the speech signal analysis, see the spectrum of amplitude information<王智芳> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[图片显示浏览] ReadServerFile
说明:Java入门源码...自个儿写的..还望指正-Introduction to Java source code written by myself ... .. I do hope correction<肖赤赤> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[2D图形编程] detect_skin
说明:皮肤检测小程序,非常实用方便,感兴趣的朋友可以看一下。-Skin testing applet, very practical and convenient, interested friends can see it.<yimilei> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] rgb2gray11
说明:此程序可以实现批量将彩色图像转换为灰度图像,只需添加图像位置即可。-This program can batch convert color images to grayscale images, simply add the image location.<刘路> 在 2025-03-11 上传 | 大小:1kb | 下载:0
[图形图像处理(光照,映射..)] diedaifa
说明: 迭代法求阈值的原理: 基于逼近的思想,步骤如下: 1. 求出图象的最大灰度值和最小灰度值,分别记为ZMAX和ZMIN,令初始阈值T0=(ZMAX+ZMIN)/2; 2. 根据阈值TK将图象分割为前景和背景,分别求出两者的平均灰度值ZO和ZB 3. 求出新阈值TK+1=(ZO+ZB)/2; 4. 若TK=TK+1,则所得即为阈值;否则转2,迭代计算。 - Iteration method thresh<qing> 在 2025-03-11 上传 | 大小:1kb | 下载:0