搜索资源列表
ch8_4_2
- 维纳滤波 用真实的PSF函数采用维纳滤波方法复原图像 采用过大的模糊距离参数和过大的模糊运动方向角度参数不考虑噪声的影响,采用逆滤波方法复原图像 另一程序 生产实验图像 读取原始图像
ch8_4_3
- 约束最小二乘滤波复原 用真实的PSF函数和噪声强度作为参数进行图像复原 另一程序 盲卷积滤波复原 图像模糊化
ImageGainingandCoding
- 《Visual C++数字图像获取 处理及实践应用》一书的源代码,包括图像增强、图像复原、图像压缩编码、图像配准及分割等相关源码。
gaoshouchuanVC
- 高守传VC++ 数字图像处理典型算法及实现(源代码),里面的程序都是编译好的,可以直接使用,很多数字图像处理中经典好用的算法。内容涵盖了数字图像概述、visual c++数字图像编程基础、图像的几何变换、图像的灰度变换、图像的正交变换、图像增强、图像复原、图像的压缩编码、边缘检测与图像分析、图像的数学形态学运算、图像融合,以及图像特技显示等,最后综合运用了图像处理的多种理论和方法实现了一个人脸检测的案例。-failed to translate
image-processing-PPT
- 通过计算机对图像进行去除噪声、增强、复原、分割、提取特征等处理的方法和技术。-Computer image noise removal, enhanced recovery, segmentation, feature extraction processing, such methods and techniques.
Image-restoration
- 图像复原的小程序,用matlab编写Image restoration of small procedures, using Matlab prepared-Image Restoration applet written Image restoration with matlab of small procedures, using Matlab prepared
hw302
- 最终的权值矩阵就是滤波器的系数,包括压缩比、运行时间和计算复原图像的峰值信噪比,计算目标和海洋回波的功率谱密度。- The final weight matrix is ??the filter coefficient, Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Calculating a target and ocean echo power s
lunhie-V8.5
- 包括压缩比、运行时间和计算复原图像的峰值信噪比,雅克比迭代求解线性方程组课设,一种基于多文档得图像合并技术。- Including compression ratio, image restoration computing uptime and peak signal to noise ratio, Jacobi iteration for solving linear equations class-based, Based on multi-document image obtained
Visual C++数字图像处理技术详解(源代码)
- 《Visual C++数字图像处理技术详解》的源代码,《Visual C++数字图像处理技术详解》以数字图像处理技术为主线,全面地介绍在Visual C++环境下进行数字图像处理程序设计的方法。内容涵盖了数字图像的变换、增强、复原、重建、形态学处理、分割、匹配、压缩编码、特效处理等,各种方法均给出基本原理、典型算法、Visual C++源码及综合应用案例。同时,《Visual C++数字图像处理技术详解》还介绍了Visual C++与VTK、OpenCV和MATLAB等开发平台相结合进行数字图像