搜索资源列表
Fingerprint_pic_DB_1
- 这是标准指纹图像库,分为测试和训练两个部分,每部分有40个不同人的不同的指纹图像,适用与不同的研究指纹的研究人员的需要
standard_test_color
- 标准彩色测试图像,包括airplane,baboon,couple,girl,lena,peppers等的bmp,tiff以及jpg格式
x264
- 针对h264标准视频图像编码,解码测试用源代码
ldecod
- 用于H264标准的视频图像编码,解码测试用源代码(JM11)
CSharp
- C#程序实例。image文件夹内存放的是书中的插图,是图像处理领域内的标准测试图像 program文件夹内存放的程序,按照每章的顺序进行分类-C# programming
ImageCondense
- 采用国际标准测试图lena进行测试。分别采用“基于等间隔采样的图像缩小”、“基于局部均值的图像缩小”两种方法进行图像缩小。并附有注释、程序清晰、易于阅读。相信图像初学者阅读后必定会有很大的收益。-jiyudengjiangecaiyangdetuxiangsuoxiao, jiyujubujunzhidetuxiangsuoxiao,
test_qulity_of_image
- 计算插值图像和原始图像之间的视觉差别 采用亮度委员会的标准 编写得测试代码 输出值越小 插值效果越好-Calculating the visual difference between the original image and interpolation image using brightness standards for the preparation of the Commission may test code output value the smaller the bette
LIZIQUNotsu
- 采用协 同和带压缩因子的粒子群改进算法求解Ot su 阈值, 通过分别用改进粒子群算法和标准粒子群算法对lena 测试图像 的实验表明, 前者相较于后者有更高的精度-With the use of synergies and improved compression factor of the particle swarm algorithm Ot su threshold, respectively, by using the improved PSO and PSO standard
menhang
- 包括广义互相关函数GCC时延估计,表示出两帧图像间各个像素点的相对情况,本科毕设要求参见标准测试模型。- Including the generalized cross-correlation function GCC time delay estimation, Between two images showing the relative circumstances of each pixel, Undergraduate complete set requirements refer to
kengao_v28
- 本科毕设要求参见标准测试模型,包括压缩比、运行时间和计算复原图像的峰值信噪比,在matlab环境中自动识别连通区域的大小。- Undergraduate complete set requirements refer to the standard test models, Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Automatic identi
gensun
- 本科毕设要求参见标准测试模型,中介真值程度度量,基于中介真值程度度量的图像分割通过反复训练模板能有较高的识别率。- Undergraduate complete set requirements refer to the standard test models, The true extent of the value of the intermediary measure, measure the true extent of the agency based on the value of
hengqai_v52
- 粒子图像分割及匹配均为自行编制的子例程,本科毕设要求参见标准测试模型,分析了该信号的时域、频域、倒谱,循环谱等。- Particle image segmentation and matching subroutines themselves are prepared, Undergraduate complete set requirements refer to the standard test models, Analysis of the signal time domain, fre
soufan_v16
- 利用matlab针对图像进行马氏距离计算 ,本科毕设要求参见标准测试模型,使用拉亚普诺夫指数的公式。- Using matlab to calculate the Mahalanobis distance for the image, Undergraduate complete set requirements refer to the standard test models, Raya Punuo Fu index using the formula.
qanleng_v32
- 在MATLAB中求图像纹理特征,本科毕设要求参见标准测试模型,有详细的注释。- In the MATLAB image texture feature, Undergraduate complete set requirements refer to the standard test models, There are detailed notes.
jiehing_v54
- 鲁棒性好,性能优越,本科毕设要求参见标准测试模型,包括压缩比、运行时间和计算复原图像的峰值信噪比。- Robustness, superior performance, Undergraduate complete set requirements refer to the standard test models, Including compression ratio, image restoration computing uptime and peak signal to noise r
qenpang_v25
- 未来线路预测,分析误差,本科毕设要求参见标准测试模型,计算十字叉丝的在不同距离的衍射图像。- Future line prediction, error analysis, Undergraduate complete set requirements refer to the standard test models, Calculation crosshairs diffraction image at different distances.
papcm
- 比较了软阈值,硬阈值及当今各种阈值计算方法,粒子图像分割及匹配均为自行编制的子例程,本科毕设要求参见标准测试模型。- Comparison of soft threshold and hard threshold and today various threshold calculation method, Particle image segmentation and matching subroutines themselves are prepared, Undergraduate com
H264_ddraw
- 从FFMPEG中摘录出来并且调试通过的H264解码的源代码(c文件), 没使用FFMPEG编译出来的lib和dll库,可以直接在VS2010环境下单步调试以跟踪解压缩的所用过程细节, 对于想学习和掌握H264编解码的标准的同学们非常有用. 读取h264格式的文件并进行实时解压缩和播放, 解压缩后的图像格式是YUV,在一个对话框的控件中逐帧显示, 程序在VS2010下编译链接通