▍1. 基于sift特征的全景图像拼接
说明: 可以将有重叠部分的多张图片拼接成一张全景图片(You can stitch multiple images with overlapping parts into a single panorama)
说明: 可以将有重叠部分的多张图片拼接成一张全景图片(You can stitch multiple images with overlapping parts into a single panorama)
lowe论文的sift算法的MATLAB源代码(MATLAB source code of sift algorithm for lowe paper)
说明: lowe论文的sift算法的MATLAB源代码(MATLAB source code of sift algorithm for lowe paper)
《数字图像处理(第三版)》,中文版,作者是(美)冈萨雷斯,本书是数字图像处理经典著作。("Digital Image Processing (3rd Edition)", Chinese Edition, by Gonzalez, USA. This book is a classic work of digital image processing.)
说明: 《数字图像处理(第三版)》,中文版,作者是(美)冈萨雷斯,本书是数字图像处理经典著作。("Digital Image Processing (3rd Edition)", Chinese Edition, by Gonzalez, USA. This book is a classic work of digital image processing.)
说明: 基于CV模型的自动分割,能够对灰度图分割操作(image segmentation Level set Chan-Vase)
采用自适应非局部降噪的算法对图像进行去噪处理,能够实现不同算法的降噪处理(Using adaptive non-local denoising algorithm to denoise image can achieve denoising processing of different algorithms.)
说明: 采用自适应非局部降噪的算法对图像进行去噪处理,能够实现不同算法的降噪处理(Using adaptive non-local denoising algorithm to denoise image can achieve denoising processing of different algorithms.)
采用K-SVD对图像进行去噪处理。可以对不同类型的图像进行去噪处理。(Image denoising using K-SVD)
说明: 采用K-SVD对图像进行去噪处理。可以对不同类型的图像进行去噪处理。(Image denoising using K-SVD)
数字图像处理 小波处理 ,去噪音,比基于傅里叶变换的去噪方法好。 含噪信号经过预处理,然后利用小波变换把信号分解到各尺度中,在每一尺度下把属于噪声的小波系数去掉,保留并增强属于信号的小波系数,最后再经过小波逆变换恢复检测信号。(The noisy signal is pre-processed, then the signal is decomposed into different scales by wavelet transform. The wavelet coefficients belonging to noise are removed at each scale, and the wavelet coefficients belonging to the signal are retained and enhanced. Finally, the detected signal is restored by inverse wavelet transform. It is better than the denoising method based on Fourier transform.)
说明: 数字图像处理 小波处理 ,去噪音,比基于傅里叶变换的去噪方法好。 含噪信号经过预处理,然后利用小波变换把信号分解到各尺度中,在每一尺度下把属于噪声的小波系数去掉,保留并增强属于信号的小波系数,最后再经过小波逆变换恢复检测信号。(The noisy signal is pre-processed, then the signal is decomposed into different scales by wavelet transform. The wavelet coefficients belonging to noise are removed at each scale, and the wavelet coefficients belonging to the signal are retained and enhanced. Finally, the detected signal is restored by inverse wavelet transform. It is better than the denoising method based on Fourier transform.)
实现了一个二维小波分解、重构程序,对一副16*16的数字图像进行了二层小波分解和重构。(A two-dimensional wavelet decomposition and reconstruction program is implemented, and a 16*16 digital image is decomposed and reconstructed by two-level wavelet.)
说明: 实现了一个二维小波分解、重构程序,对一副16*16的数字图像进行了二层小波分解和重构。(A two-dimensional wavelet decomposition and reconstruction program is implemented, and a 16*16 digital image is decomposed and reconstructed by two-level wavelet.)
对灰阶图像进行大气湍流滤波,使图像达到需要达到的效果(The atmospheric turbulence filtering is applied to the gray scale image to achieve the desired effect)