资源列表
L2_picture
- 用matlab读取L2级的MODIS卫星数据并用m_map工具包画图(The L2 temperature data of MODIS are read by MATLAB and drawn with m_map toolbox. Hope this will help you.)
test1
- 对Lena图像进行傅立叶、离散余弦、哈达玛变换。在频域,对比他们的变换后系数矩阵的频谱情况,进一步,通过逆变换观察不同变换下的图像重建质量情况。(Fourier transform, discrete cosine transform and Hadamard transform are applied to Lena image. In the frequency domain, the spectrum of their transformed coefficient matrix is c
LBP-master
- 获取图像的LBP特征:对图像的原始LBP模式、等价LBP模式、旋转不变LBP模式,以及等价旋转不变LBP模式的LBP特征进行提取以及显示(Obtaining LBP features of images: extracting and displaying the original LBP pattern, equivalent LBP pattern, rotation invariant LBP pattern and equivalent rotation invariant LBP pa
MATLAB
- 通过级联分数傅里叶变对图像进行加密解密,可自行设置秘钥,以及加密的阶数,具有良好的保密性(Encryption and decryption of image by fractional Fourier transform)
matlab.thresholding-master
- 在计算机视觉中,图像分割是将图像分成多个片段的过程。这使我们能够通过以比原始图像更简单的表示方式来更好地分析图像。一种用于分割图像的方法是阈值分割;也就是说,将强度值低于阈值的所有像素设置为背景值,而将高于阈值的其他像素设置为前景值。最简单的阈值处理形式是对所有像素使用全局阈值,而自适应阈值处理根据像素及其周围环境动态改变阈值。典型地,阈值处理从灰度图像开始,并输出二进制图像以清晰地描绘图像中的片段。在本实验中,我们开发了一种自适应阈值算法,并将其与更简单的算法进行了比较。 此外,我们还开发了
何凯明经典去雾算法
- 何凯明图像去雾算法源代码实现,基于暗通道先验的算法,非常有效果(He Kaiming Image Defogging Algorithms Source Code)
利用遗传算法来进行图像分割
- 基于遗传算法的图像分割,内有详细注释,可跑通(Image Segmentation Based on Genetic Algorithms with Detailed Annotations)
densecrf-master
- 应用条件随机场进行图像分割 使用方法:将pydensecrf-py27或pydensecrf-py35重命名为pydensecrf,放入C:\Program Files\Anaconda3\Lib\site-packages 运行:python inference.py im1.png anno1.png out.png(Renameing the file "pydensecrf-py27" or "pydensecrf-py35" to the
Matlab-ACF-LiveTracking-master
- 使用ACF聚合通道特征算法,实现人脸检测(Face detection using ACF aggregation channel feature algorithm)
correspondPixels
- 基于多角度完成图像中去雨的功能,是图像的亮度增加,(The function of removing rain in an image based on multiple angles is that the brightness of the image increases.)
图像拼接
- 运用UI界面,设置了可以多张图片进行拼接,运用了SIFT算法提取特征点,描述特征点生成特征向量,用RANSAC算法进行精匹配,最终完成多种图像拼接
ADMM
- TV Minimization Sparse Reconstruction Algorithms Based on ADMM