-
canny
Canny边缘检测算法,canny算法计算梯度,并从小波模极大重构图像.(Canny edge detection algorithm, canny algorithm for calculating the gradient, and from the Wavelet Modulus Maxima Image Reconstruction.)
- 2007-07-12 10:28:22下载
- 积分:1
-
DFT&DCT
编程实现二维8*8图像块的DFT,DCT变换
输入一副RGB图像,将其转化为YCbCr颜色空间,然后对Y分量做分块DFT变换,保存为灰度图像,统计计算时间
编程实现8*8块DCT变换,然后分别显示,当使用64个DCT系数里面的一些系数进行重构,比较其质量;同时熟悉采用FFT来实现DCT变换的思想,并显示2维8*8DCT变换的基函数图像(Programming the DFT, DCT transform of two dimensional 8*8 image block
Input a pair of RGB images, transform it into YCbCr color space, then divide the Y component into block DFT transform, save as gray image, and calculate the calculation time
The 8*8 block DCT transform is implemented by programming, and then it is shown that when using some coefficients in 64 DCT coefficients, the quality is reconstructed. Meanwhile, the idea of DCT transformation is familiar with FFT, and the base function image of the 2 dimensional 8*8DCT transform is displayed.)
- 2021-01-18 11:58:43下载
- 积分:1
-
实验
图像处理边缘提取;梯度算子;canny;sobel,灰度(image processing,canny;sobel,image processing,canny,sobel,gray image,energy image.)
- 2017-07-15 17:05:01下载
- 积分:1
-
xunzhaoxiangtongtupian
应用程序,寻找出与训练集中头像图片相同的图片,并显示结果(Applications, find out the same picture picture picture with the training set, and displays the results)
- 2012-07-04 17:03:43下载
- 积分:1
-
Kalman-Track-filter
带高斯白噪声的Kalman滤波Matlab代码,每一步都有详细的注释,和kalman滤波的五个公式对应。并有高斯白噪声的产生函数,function G = CreateGauss(E,D,M,N) 产生均值为E,方差为D,MxN的高斯白噪声矩阵(The Matlab code of Kalman filter with Gaussian white noise.)
- 2011-12-21 15:48:06下载
- 积分:1
-
paper2
Visual Image Quality Assessment Technique using FSIM
- 2015-12-12 08:07:18下载
- 积分:1
-
mean_shift_v6
在linux环境下,实用c++编写的有关实用mean shift进行视频跟踪,视频分割的很好的程序,运行良好……(Practical mean shift in the linux environment, practical C++ written in the video track, video segmentation procedures, good running ...)
- 2012-03-15 11:10:14下载
- 积分:1
-
8-(1)
图像修复是对图像中破损区域进行信息填充,以减少图像破损所带来的信息损失的过程。
传统的图像修复方法需要依赖图像的具体结构来制定相应的修复方法,压缩感知理论的提出,使得可以利
用信号的稀疏性来对图像进行修复。基于K 奇异值分解(KSVD)与形态学成分分析(MCA,Morphological
Component Analysis)的图像修复方法首先采用形态学成分分析方法对破损图像进行特征分析,将其分解
为结构部分和纹理部分;然后基于学习型字典KSVD分别对这两部分进行过完备字典训练;最后利用训练得
到的字典实现对破损图像的修复。相比于传统的图像修复方法,该方法具有适应性强、修复效果好等优点(Image inpainting is to fill the missing data in corrupted images and thus to reduce
the information loss of damaged image. Traditional inpainting algorithms are dependent on specific
structure of target images compressive sensing theory makes is possible to realized image
inpainting with signal sparsity. This paper proposes a novel inpainting algorithm based on KSVD
and MCA algorithm, which first decomposes the image into texture part and structure part, and
then trains the two dictionaries for these two parts with KSVD and reconstructs the original image
with these two trained dictionaries. Experiment indicates that the proposed algorithm is of better
adaptability and performance as compared with traditional algorithms.)
- 2020-07-31 15:08:38下载
- 积分:1
-
conjugate_gradient_method
说明: matlab编写的共轭梯度法,用来解决非线性优化问题(matlab prepared by the conjugate gradient method is used to solve nonlinear optimization problems)
- 2010-03-26 15:17:14下载
- 积分:1
-
imagematch
图像匹配程序,原理清晰,算法明确,功能全面(Image matching procedures, the principle of clarity, the algorithm clear, full-featured)
- 2008-02-18 13:57:05下载
- 积分:1