搜索资源列表
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实现快速运算,难点就在重构矩阵上。若用矩阵概念明确,一个
mallat11
- 小波谱分析mallat算法经典程序,圆周卷积的快速傅里叶变换-small spectral analysis algorithm Mallat classic procedure, the circular convolution Fast Fourier Transform
CONV
- 卷积&相关的VC程序,依托fft实现快速卷积和相关
11
- 利用离散傅立叶变换转置因子的性质进行各种变换,将长序列分解成几个较短的序列,从而实现时间抽取和频率抽取两种方法的基-2快速傅立叶变换,并且能够进行两个序列的线性卷积运算和频谱分析。
conv2_bspline
- B样条函数与图像进行卷积的matlab快速算法。-B-spline function with images fast algorithm matlab convolution.
Graphics4
- 图形算法合集4:快速线性插值、半色调技术、使用lookup查找表的快速卷积、Nurbs曲面三角化等等。-Graphical Collection 4: rapid linear interpolation, halftoning techniques, the use of look-up table lookup fast convolution, Nurbs surface triangulation and so on.
shiftsequence
- 开发circonvt函数来计算序列的圆周移位 编写一个matlab函数,实现快速卷积算法-Development circonvt function to calculate the circumference of the shift sequence write a matlab function, fast convolution algorithm
2
- 边缘特征的提取就是求图像梯度的局部最大值和方向。实际计算中,以微分算子的形式表示,并采用快速卷积函数来实现。常用的算子有微分算子,拉普拉斯算子,Canny算子等。其中Canny边缘检测是一种较新的边缘检测算子,具有较好的边缘检测性能,得到越来越广泛的应用。Canny边缘检测法利用高斯函数的一阶微分,它能在噪声抑制和边缘检测之间取得较好的平衡-Edge feature extraction is to seek the local maximum of image gradient and ori
Detection-of-Wood-defectDefect-
- 一个快速的多尺度边缘检测算法是建造时的形象和过滤器做卷积和应用木材缺陷 图像边缘检测。 -A fast multi-scale edge detection algorithm was constructed when the image and filter do convolution and applied to the wood defect image edge detection.
Fast-and-robust-multiframesR
- 快速及鲁棒的超分辨率图像重建,利用盲解卷积的方法实现-Fast and robust super-resolution image reconstruction, the use of blind deconvolution method
fast-motion--deblurring
- 快速运动去模糊,在盲去卷积过程中运用一些加速算法-Fast motion to blur in the blind deconvolution algorithm to accelerate the process of using some
FastSuperResolution
- 一种快速超分辨算法,这一方法在频域完成反卷积运算,比一般算法快许多。-fast super-resolution in frequency domain
cuda2Dcov
- cuda 2D 二维图形上的快速卷积操作。C++语言实现-cuda 2D dimensional graphics on the fast convolution operation. C++ language
fastdeconv
- 利用超-拉普拉斯先验知识对图像快速去卷积-By ultra- Laplace prior knowledge of the image deconvolution fast
fastdeconv
- 用于大图像的快速去噪,使用反卷积的方法去噪,比较迅速-image denoising by fast deconvolution
chuxue15
- 根据制定坐标选择六边形,傅立叶变换,快速卷积,conv2(A,B)直接卷积函数-According to the development coordinate selection hexagon, Fourier transform, fast convolution, conv2 (A, B) convolution function directly
DeconvolutionIncompleteObs-master
- 快速图像去卷积与不完整观察的框架,结合相关论文可以更深理解代码中的内容-A Framework for Fast Image Deconvolution with Incomplete Observations
