资源列表
数学建模运动模糊图像的复原
- 将运动的模糊图像复原,以理论为基础,如果认真去看能得到想要的结果(Restoration of motion blurred images is based on theory. If we look carefully, we can get the desired results.)
read_ENVIimagefile
- ENVI软件标准格式的高光谱遥感图像含有两部分:一个是高光谱图像 '*.img ',另一个是遥感图像头文件 '*.hdr',该文件记录了遥感图像的信息,如图像尺寸、波段数、数据类型和大小端等。如果缺少头文件,将无法对遥感图像进行读取,因此头文件十分重要。 在Matlab中,将利用函数multibandread()对多波段(高光谱/多光谱)图像进行读取。(The hyperspectral remote sensing images of ENVI software standar
5c1bdbed8d8c7709f29e833f4e8b9eb3
- 用于冷天对温度补充,温度越低,电抗膜越强(For cold weather, the lower the temperature, the stronger the reactance membrane.)
dct水印
- DCT数字图像水印算法MATLAB仿真代码(DCT digital image watermarking algorithm MATLAB simulation code)
symm_fftconvolve.py
- 对称fft卷积Symmetric FFT convolution(Symmetric FFT convolution)
decribe
- Harris角点提取与匹配 sift算法(Harris corner extraction and matching)
Zernike
- 亚像素的边缘检测,基于zernike矩的亚像素边缘检测(Zernike sub-pixel edge detection, through the 7*7 coefficient template to achieve sub-pixel edge detection moments of simple improvement.)
OpenCV3__SVM__HOG
- 目标识别,有着详细说明的代码,可以仔细阅读一下,OpenCV3,C++(Pedestrian recognition)
新建文件夹
- 基于显著性的图像高光检测,运用HSI的算法进行的(saliency detection,Image highlight detection based on saliency, using HSI algorithm.)
打包matlab文件
- 屏幕缺陷检测背景纹理拟合,用于LED mura缺陷检测(for p=1:1 [X,Y,Z]=random_point(img,0.5); C=coeffi(X,Y,Z); background=form(img,C); IMG=im2double(img); defect=IMG-background; img=defect; end defect=abs(defect); figure(2),imshow(img,[]),title('');)
ocr.tar
- 识别图书封面标题并在终端中输出。。。。。。(Identifying the title of a book cover)
77_分水岭算法
- 使用分水岭算法实现图像分割,书中例子。。。。。。。。。。(watershed algorithm)