搜索资源列表
lessonresouse
- 程序代码说明 P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波
Statisticalparameterscalculatedimage
- 有四个单独的MATLAB程序,是对一幅256的单色图像进行最大值计算,最小值计算,均值计算,还有一个是画出其直方图-four separate MATLAB program is to a 256 monochrome image maximum, minimum, mean, there is a painted its histogram
image
- 基于纹理度量的图像分割,适用于遥感图像,利用到K-mean算法-texture measurement based on the image segmentation, applicable to remote sensing images, the use of K-mean algorithm
work3
- 對於bmp影像做銳利化 區塊化 並且採用mean-shift作法
CircleFitByPratt
- Input: XY(n,2) is the array of coordinates of n points x(i)=XY(i,1), y(i)=XY(i,2) Output: Par = [a b R] is the fitting circle: center (a,b) and radius R Note: this fit does not use built-in matrix functions (except "mean"), so it can be
gaussianDenoise
- 自行產生gaussian noise並與圖片資訊相加後,再使用mean filter及median filter來去除noise-Gaussian noise and self-generated information combined with the picture, then use the mean filter and median filter to remove noise
kMeans
- k-mean image clustering source code developed using java
COLORPSNR
- 此程序用C语言求取彩色图像的PSNR。psnr是一种评价图像的客观标准。它具有局限性,PSNR是“PeakSignaltoNoiseRatio”的缩写。peak的中文意思是顶点。而ratio的意思是比率或比列的。整个意思就是到达噪音比率的顶点信号,psnr是一般是用于最大值信号和背景噪音之间的一个工程项目。-This program uses the C language to strike a color image PSNR. psnr is an objective criteria to
recursive-mean-separate-HE
- recursive mean-separate HE
filter
- 高斯濾波器中值濾波器均值濾波器prewitt測邊canny測邊-Gaussian filter median filter the the mean filter prewitt Trilaterational canny TRILATERATION
chap
- P0301:数字图像矩阵数据的显示及其傅立叶变换 P0302:二维离散余弦变换的图像压缩 P0303:采用灰度变换的方法增强图像的对比度 P0304:直方图均匀化 P0305:模拟图像受高斯白噪声和椒盐噪声的影响 P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波 P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波 P0308:图像的自适应魏纳滤波 P030
image-denoise
- 运用各种方法的图像去噪,包括自适应滤波。中值滤波和均值滤波-Image denoising using various methods, including the adaptive filter. Median filter and mean filter, etc.
mean-filter
- 对图像和yuv视频进行均值滤波的源代码,用于对图像滤波,很简单实用-Mean filtering of the source code of the image and yuv video
mean filter
- meanfilter use the matlab mex function. conbine the c code and matlab code. so you should mex -setup in matlab command window. and mex meanfilter.c then execute the meanfilter.m to run it.
chengxu
- 求两幅存在一定位移或偏差的RGB图像的均方根误差MSE和峰值信噪比PSNR-Seeking two RGB images there is a certain displacement or deviation of the root mean square error (MSE) and peak signal to noise ratio PSNR
meanfilter
- 均值滤波器,可以改变filter的大小。例如:3X3,5X5,7X7 -Mean filter, you can change the size of the filter. For example: 3X3, 5X5, 7X7
BoneDIP
- 使用多种方法处理生物医学图形图像,包含拉普拉斯和梯度锐化处理,然后进行均值滤波还有幂率处理。-Processing of biomedical graphics using a variety of methods, including Laplace and gradient sharpening, and then the mean filter there is a power rate processing.
Code_LowRankSaliency
- 通过恢复低秩矩阵得到显著性图,其中详细的运用了mean-shift算法,可以很好的了解mean-shift算法的使用,同时还包含了RPCA算法。-Significantly through the recovery of low rank matrix diagram, which detailed the use of mean-shift algorithm, can be a very good understanding of the use of the mean-shift algo
DLGPro_OpenCV
- 读入图像并显示,实现直方图均衡化,读入一幅图像, 进行直方图统计, 求图像的均值和二阶矩,读入两幅图像, 分别进行直方图统计, 以其中一个为规定化直方图实现另一图像的直方图规定化-Read into the image and displayed, histogram equalization, reads an image histogram, find the mean value of the image and second moment, and read into the two i
mean-shift
- 均值向量的编程的学习算法 通过这个算法可以变成处理图片的跟踪-Mean Vector learning algorithm programming algorithm can be turned through this track with pictures
