当前位置:
首页
资源下载

搜索资源 - average gradient matlab
搜索资源列表
-
0下载:
用matlab编写界面,实现直方图均衡化、平均滤波、梯度滤波、Laplacian滤波、Kirsch滤波、Sobel滤波、Prewitt滤波、高频提升等多种功能,Matlab prepared to use interface, the realization of histogram equalization, the average filter, Gradient filter, Laplacian filter, Kirsch filter, Sobel filter, Prewitt f
-
-
0下载:
Mean Shift 这个概念最早是由Fukunaga等人[1]于1975年在一篇关于概率密度梯度函数的估计中提出来的,其最初含义正如其名,就是偏移的均值向量,在这里Mean Shift是一个名词,它指代的是一个向量,但随着Mean Shift理论的发展,Mean Shift的含义也发生了变化,如果我们说Mean Shift算法,一般是指一个迭代的步骤,即先算出当前点的偏移均值,移动该点到其偏移均值,然后以此为新的起始点,继续移动,直到满足一定的条件结束.
用matlab实现mean shif
-
-
3下载:
计算图像的平均梯度和边缘强度的matlab源码,M文件形式-Calculating the average image intensity gradient and the edge of the matlab source, M documents in the form
-
-
0下载:
数字图像处理中的平滑和锐化(边缘检测)。包括1、添加椒盐、高斯噪声。2对噪声污染的图像分别使用邻域平均法、中值滤波法、K邻近平均法进行平滑。3对一幅图像利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。附处理源图像和处理结果截图。
-Digital image processing smoothing and sharpening (edge detection). Including 1, add salt and pepper, Gaussian noise.
-
-
4下载:
自己编写的图像质量评价函数,包括方差、平均梯度、模糊熵、信息熵-I have written the image quality evaluation function, including the variance, with an average gradient, fuzzy entropy, information entropy
-
-
2下载:
图像质量评价,熵、平均梯度、边缘强度、方差等-Image quality evaluation, entropy, average gradient, edge strength, variance, etc.
-
-
0下载:
此程序基于matlab环境,实现小波、PCA、像素选大选小融合并有信息熵、平均梯度等融合评价标准-This program is based on matlab environment, and wavelet, PCA, pixel selection and integration of the election have little information entropy, average gradient of integration evaluation criteria
-
-
1下载:
有关于求取图像平均梯度的matlab M 文件;可以为你省去那么一点时间。 ———共享改变未来!-To strike the image on the average gradient matlab M documents can save you a bit of time.--- Shared change the future!---
-
-
0下载:
第一章作业:
用C语言或者VC,VB,Matlab或其他语言完
成如下实验:
1)打开一个BMP文件
2)将其局部区域的灰度值进行改变
3)另存为一个新的BMP文件
要求显示出原BMP图像和新BMP图像。
1。打开一幅图像,添加椒盐、高斯噪声,然后使用邻域平均法、中值滤波法、K邻近平均法进行平滑。
2。打开一幅图像,利用Roberts梯度法、Sobel算子和拉普拉斯算子进行锐化,并比较结果。
第五章作业
编写一个程序,对输入的图像进
-
-
1下载:
单幅图像的平均梯度值计算 MATLAB源程序 【更新】2009-04-15 15:59说明:该程序的作用是计算输入图像img的平均梯度值AVEGRAD
平均梯度值可以衡量图像细节反差表达的能力,是图形融合结果的一个评价算子之一-Single image, the average gradient value MATLAB source code [update] 2009-04-15 15:59 Descr iption: The role of the program is to cal
-
-
1下载:
作业一
要求
用C语言或者VC,VB,Matlab或其他语言完成如下实验:
1)打开一个BMP文件
2)将其局部区域的灰度值进行改变
3)另存为一个新的BMP文件
要求显示出原BMP图像和新BMP图像。
作业二
要求
1. 编程实现图像傅立叶高通、低通滤波。
2. 尝试傅立叶压缩。
作业三
要求
编程实现图像DCT高通、低通滤波。并与傅里叶变换比较。
作业四
要求
找一幅曝光不足的灰度(或彩色)图像,按照直方图均衡化方法进行处
-
-
1下载:
此程序为MATLAB环境下编写的用于对图像的平均梯度进行计算 从而对图像的清晰度 图像的质量进行评价的代码。-This program is written in MATLAB environment is used to calculate the average gradient image sharpness of the image and thus to evaluate the image quality of the code.
-
-
4下载:
该matlab代码主要用于计算图像的边缘强度,信息熵,灰度均值,标准差(均方差MSE),均方根误差,峰值信噪比(psnr),空间频率(sf),图像清晰度,互信息(mi),结构相似性(ssim),交叉熵(cross entropy),相对标准差。- calculate the uation average gradient, edge strength, information entropy, gray are Value, standard deviation (mean square er
-
-
5下载:
图像处理中的计算平均梯度的Matlab代码,用于去除图像中的噪声,增强图像信号等功能-The matlab code for computing average gradient
-
-
0下载:
P0301:数字图像矩阵数据的显示及其傅立叶变换
P0302:二维离散余弦变换的图像压缩
P0303:采用灰度变换的方法增强图像的对比度
P0304:直方图均匀化
P0305:模拟图像受高斯白噪声和椒盐噪声的影响
P0306:采用二维中值滤波函数medfilt2对受椒盐噪声干扰的图像滤波
P0307:采用MATLAB中的函数filter2对受噪声干扰的图像进行均值滤波
P0308:图像的自适应魏纳滤波
P0309:运
-
-
1下载:
计算图像平均梯度,可以用于图像质量评估。(The average gradient of the computed image can be used for image quality evaluation.)
-
-
0下载:
采用matlab编程,根据图像中纹理、梯度、亮度等信息提取图片中候选区域做目标检测,平均检测速度为30fps(Using MATLAB programming, according to the image texture, gradient, brightness and other information extraction of candidate areas in the image for target detection, the average detection speed o
-
-
0下载:
融合图像质量评价,包括标准差,平均梯度,信息熵等(Fusion image quality evaluation, including standard deviation, average gradient, information entropy and so on)
-
-
4下载:
图像清晰度评价函数说明
1、熵: 表示图像所包含的平均信息量的多少,嫡值越大则所含信息量越多。
文件名:entropy.m 结果:EN
2、交叉嫡:反映两幅图像的差异,交叉嫡越小,则融合图像和原图像的差别越小。
文件名:cross_entropy.m 结果:平均交叉嫡MCE,均方根交叉嫡RCE
3、峰值信噪比: PSNR越高,说明融合效果与质量越好。
文件名:psnr.m 结果:PSNR
4、Qabf: 评价边缘或梯度质量,越大边缘越明显
文件名:Qab
-
-
2下载:
图像融合中的平均梯度、相关系数、信息熵、交叉熵、联合熵、均方误差、互信息、信噪比、峰值信噪比、均方根误差、空间频率、标准差、均值、扭曲程度、偏差指数等等(Average gradient, correlation coefficient, information entropy, cross-entropy, joint entropy, mean square error, mutual information, signal-to-noise ratio, peak signal-to-no
-