资源列表
adjgamma
- 图像预处理-图像去噪方面-滤波器-matlab的实现程序,非常清晰- ADJGAMMA- Adjusts image gamma. function g = adjgamma(im, g) Arguments: im - image to be processed. g - image gamma value. Values in the r
Prg
- Image doing scene for makeo-Image doing scene for makeoff
wavelet2
- 二维小波变换交图像从空间域变换到时间域,需要综合地利用多种其他技术-Two-dimensional cross-wavelet transform image from space domain to the time domain, a comprehensive use of a variety of other technologies
try-ecg-reader
- this file to try to read th ecg data
kmeans
- 一种基于K均值的自然图像聚类方法,编程算法巧妙-Based on the natural images k-means clustering method, programming algorithm is clever
ocvmain
- this the main entry point of an opencv program-this is the main entry point of an opencv program
myhist
- Function named ‘myhist’ to MANUALLY compute image histogram.
pauli
- matlab实现pauli分解 RGB显示-Matlab achieve pauli decomposition RGB display
hfcRGB
- 在对图像进行处理时,将得到的灰度图像转换为RGB图像,从而更加方便比较。-Image processing, the grayscale image is converted to RGB images, in order to facilitate comparison.
mohuchuli
- 本编程实例是运用matlab软件,对图像进行模糊处理,利用盲目反卷积进行去模糊化处理。-The programming examples using Matlab software fuzzy image processing, and use of blind deconvolution deblurring processing.
SaltPepperNoise
- 对经过椒盐噪声处理的图像进行均值滤波和中值滤波的MATLAB程序,可直接运行得到图形结果(原创)。-The Median filter and Mean filter for a figure processed by salt and pepper noise.
imag_encode
- 本程序实现阵列图像的子图像编号,其中中心子图编号为1, 与其距离为1的图像编号为2,依次类推,距离为横纵坐标和与中心子图横纵坐标和的差值的绝对值 中心子图坐标为(x,y),当前子图坐标为(x1,y1),编号为abs((x1+y1)-(x+y)) I是图像编号后的编号矩阵,center_x为横向中心子图坐标,center_y为纵向中心子图坐标 h_num为横向子图数,p_num为纵向子图数-image encoder