搜索资源列表
Java图像处理
- 用Java实现的图像教学程序,涵盖大部分基本图像处理技术:(1)图像几何变换(图像翻转、旋转、缩放);(2)色彩变换(灰度直方图,RGB->YSH变换,对比度调整,色彩增强,灰度均衡);(3)卷积(锐化、柔化、边缘提取、中值滤波);(4)频率变换(快速傅立叶fft,小波分解重构)-A teaching program which implements in Java. It includes most essential image processing technology. 1.
二维小波变换
- 关于二维小波变换的程序 [精华] 说明:此算法重在概念,速度并不是很快。因为FOR循环的缘故。此程序从循环矩阵的观点出发,把圆周卷积和快速幅里叶变换建立了联系。实现了分解和无失真重构。它只做了一层分解,即将256x256图形分解成为64x64的四个图形,避免了使用WKEEP()的困惑。主要思想为用小波滤波器族构造正交阵W,变换写为B=W*A*W ,反变换为:A=W *A*W,这与所有正交变换无异。W为循环正交矩阵,因此可用FFT实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
db97
- DB97提升小波程序,实现任意偶数大小图像双正交97提升小波变换,比传统的CDF97卷积算法好-DB97 lifting wavelet procedures, arbitrary size images even biorthogonal wavelet transform 97 upgrade, than the traditional filter convolution algorithm good
mallat11
- 小波谱分析mallat算法经典程序,圆周卷积的快速傅里叶变换-small spectral analysis algorithm Mallat classic procedure, the circular convolution Fast Fourier Transform
ImgScale
- 一个图像平滑缩放程序 支持最邻近插值│双线内插值│三次卷积法- A picture smooth 缂╂斁 procedure support most is close to in the interpolation 鈹?double thread the interpolation 鈹?three convolutions law
preprocessimage
- 该文件包括四个图像的预处理程序,分别为图像的卷积运算、生成浮雕、粒化图像及扩散图像。对图像初学者有帮助。-including 4 of the document image preprocessing procedures for the image convolution operation, production of arms tablets of the proliferation of images and image. Image beginners to help.
BD IP2006
- 一个盲去卷积程序,可以实现去除图像的各类模糊,同时可进行相关参数的自适应调整。-A blind deconvolution process can be achieved to remove all kinds of image blur, while the relevant parameters can be adaptive.
juanjima
- 用matlab语言实现卷积码编码过程,有程序运行结果。-Matlab language used convolutional code encoding process, there are procedures for the results.
DigtalImagePro
- 数字图像处理程序。vc6.0书写。能实现raw格式的图片向bmp格式转换、线性拉伸、卷积计算等功能-Digital image processing procedures. vc6.0 writing. Can achieve raw picture format to bmp format conversion, linear stretching, convolution calculation functions
conv
- 本文介绍在研究生阶段研究的最新卷积程序,希望有用。-This article describes the stages of postgraduate study at the latest convolution process, seek to help.
FFT
- 自己写的 卷积程序,简单易懂非常方便,适合刚学数字信号处理的人 研究-Writing the convolution own procedures, is very convenient easy-to-read, just fit the study of digital signal processing research people
ImageProcessing1.0
- VC++ MFC编的数字图像处理程序源代码 包括图像反转 模板卷积 中值滤波等 由于时间有限为全部完成 希望大家在源程序上基础上添加程序 进一步增加程序功能-Image Processing1.0
tuxiangchuli
- 两个简单程序,一个是在空域和频域分别实现了两个矩阵的卷积。另一个程序主要是为了查看几个模板的空域及频域响应形式,方便理解-Two simple procedures, one is in the spatial and frequency domain is realized for the convolution of two matrices. Another program is mainly to see the airspace of several templates and fre
Gaussian-Filter
- 高斯滤波器的矩形脉冲响应图像生成程序,内涵自编优化卷积程序,优化调整生成图像程序-figure the response of Gaussion Filter
juanji
- VC++图像处理卷积程序集合,可以实现图像卷积操作的源码-VC++ image processing convolution procedure set
ImageEnhance
- 编制一通用的空域卷积程序处理图像。改变模板大小、系数(平滑、锐化), 观察处理结果。要求:模板大小可变、模板系数可变。-Preparation of a generic spatial convolution image processing procedures. Change the template size, coefficient (smoothing, sharpening), To observe the treatment results. Requirements:
程序
- 可以对未知原因导致的模糊图像进行盲区卷积复原,采用NASRIF算法,具体理论可以参考重庆大学一篇硕士论文(Blind images can be restored by blind convolution for unknown reasons, and the NASRIF algorithm is used. The specific theory can be referred to a master's thesis of Chongqing University)
convolution_reconstruction_coin
- 该程序是用MATLAB语言,用卷积法实现实现硬币的重建过程(Three dimensional reconstruction of convolution method)
SRCNN_TEST
- 基于卷积神经网络的图像超分辨率重建,不含训练程序,包含已训练好的model !(Test code for Super-Resolution Convolutional Neural Networks (SRCNN))
matlab程序
- 全变分去卷积算法的matlab实现; 全变分算法的论文; 全变分实现超分辨;全变分实现图像去噪;全变分实现图像恢复(total variation deconvolution; the paper of TV; super resolution; denoising; image recover)