资源列表
何凯明经典去雾算法
- 何凯明图像去雾算法源代码实现,基于暗通道先验的算法,非常有效果(He Kaiming Image Defogging Algorithms Source Code)
GST-for-small-target-detection-master (1)
- 本代码使用MATLAB编写的基于GST模型的红外弱小目标检测代码(% This source code is for infrared small target detection method based on Generalized Structure Tensor (GST). % If you use this code in your publications, please cite:)
利用遗传算法来进行图像分割
- 基于遗传算法的图像分割,内有详细注释,可跑通(Image Segmentation Based on Genetic Algorithms with Detailed Annotations)
zhongyao
- 双目立体匹配一直是双目视觉的研究热点,双目相机拍摄同一场景的左、右两幅视点图像,运用立体匹配匹配算法获取视差图,进而获取深度图。而深度图的应用范围非常广泛,由于其能够记录场景中物体距离摄像机的距离,可以用以测量、三维重建、以及虚拟视点的合成等(Binocular stereo matching has always been a research hotspot in binocular vision. Binocular cameras take left and right view ima
图像融合
- matlab 图像融合 三种融合算法 经典例子(Classical examples of three fusion algorithms for MATLAB code image fusion)
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)
Band_select_OIF
- 计算遥感数据3个波段组合的OIF指数,给出OIF最高的10种组合(The OIF index of three bands combination of remote sensing data is calculated, and the top 10 combinations of OIF are given.)
correspondPixels
- 基于多角度完成图像中去雨的功能,是图像的亮度增加,(The function of removing rain in an image based on multiple angles is that the brightness of the image increases.)
image registration by sift and surf
- sift和surf特征点提取,然后进行配准,通过ransac进行提纯(Sift and surf feature points are extracted, then registered and purified by RANSAC)
HE+AHE+CLAHE+运行结果+QQ1109720378
- 直方图均衡(HE),自适应直方图均衡(AHE),限制对比度的直方图均衡(CLAHE)的图像处理算法,运行无错误,效果还不错。包含循行结果对比。(Histogram equalization (HE), adaptive histogram equalization (AHE), and contrast-limited histogram equalization (CLAHE) image processing algorithm run without error, and the effe
图像拼接
- 运用UI界面,设置了可以多张图片进行拼接,运用了SIFT算法提取特征点,描述特征点生成特征向量,用RANSAC算法进行精匹配,最终完成多种图像拼接