资源列表
常用图像去模糊算法分析与对比
- 【编程实现】 I = checkerboard(8); subplot(221); imshow(I); title('Original Image (courtesy of MIT)'); % 模拟运动模糊. LEN = 21; THETA = 11; PSF = fspecial('motion', LEN, THETA); blurred = imfilter(I, PSF, '
AVI2BMP
- AVI转BMP图片的C++源代码,DIRECTSHOW开源项目(The C++ source code for the avi turn bmp picture,directshow open source project)
Sift
- Sift图像配准程序 Sift算法 图像配准(SIFT image registration)
imgs_show
- 在python3.6上,采用三种方式处理图片并显示的对比(On python3.6, the contrast of three ways to deal with pictures and display)
中国国界和省界的SHP格式数据
- Chinese provincial borders Chinese provincial borders Chinese provincial borders(Chinese provincial borders)
3分形例子代码
- 分形几何的matlab代码的一个小栗子。上课的一个作业。(Fractal geometry of a small example of Matlab code. A homework class.)
Image Segmentation
- 包括了数字图像处理中的图像分割若干MATLAB代码(digital image processing using matlab of image segmentation)
96282002Human-Motion-Tracking
- 利用图像的HOG特征训练SVM分类器,对运动人体目标进行跟踪(Using the HOG feature of the image to train the SVM classifier, the program runs through the obtained data.)
工程文件
- 图像的基本处理,包括直方图 均衡化、锐化、平滑等(The basic processing of images, including histogram equalization, sharpening, smoothing and so on)
china_basic_map
- 涵盖世界所有国家的国界,中国国内的省界,以及世界主要河流(All countries in the world borders, Chinese domestic sector, and the world's major rivers)
IQA_BIECON_release-master
- 盲参考的图像质量评价 SSIM TID2008 TID2013(blind image quality assessment py CNN)
边缘提取
- 边缘提取:边缘检测的基本思想首先是利用边缘增强算子,突出图像中的局部边缘,然后定义象素的“边缘强度”,通过设置阈值的方法提取边缘点集。由于噪声和模糊的存在,监测到的边界可能会变宽或在某点处发生间断。因此,边界检测包括两个基本内容: (1)用边缘算子提取出反映灰度变化的边缘点集。 (2)在边缘点集合中剔除某些边界点或填补边界间断点,并将这些边缘连接成完整的线。(Edge extraction: the basic idea of edge detection is to use edge en