-
LocalEnhanced
基于MATLAB语言的局部增强的程序,供大家参考,适合入门者(MATLAB language based on local enhanced procedures for your reference, suitable for beginners)
- 2010-01-19 10:09:48下载
- 积分:1
-
matlab-calculation
本资源中包含了在matlab环境中常用的基本算法程序,其中也有大量的例子进行说明。(This resource contains the environment in matlab basic algorithm commonly used procedures, which also has a large number of examples will be described.)
- 2013-11-18 21:59:29下载
- 积分:1
-
szwrf
matlab源程序,用于计算数值微分,里面有很多的有关数值微分的matlab程序。(matlab source code used to calculate the numerical differentiation, which have a lot of the numerical differentiation of the matlab program.)
- 2010-01-10 21:17:55下载
- 积分:1
-
FPS_in_image
说明: 检测图像的特征点,并检测两个图像之间的匹配的特征点(Image feature point detection and matching between two images detected feature points)
- 2020-12-10 10:59:18下载
- 积分:1
-
1
matlab使用垂直Sobel算子,自动选择阈值
[VSFAT Threshold]=edge(f, sobel , vertical )
边缘探测
figure,imshow(f),title( 原始图像 ),
显示原始图像
figure,imshow(VSFAT),title( 垂直图像边缘检测 )
显示边缘探测图像
使用水平和垂直Sobel算子,自动选择阈值
SFST=edge(f, sobel ,2)
figure,imshow(SFST),title( 水平和垂直图像边缘检测 )
显示边缘探测图像
使用指定45度角
Sobel算子滤波器,指定阈值
s45=[-2 -1 0 -1 0 1 0 1 2]
SFST45=imfilter(f,s45, replicate )
SFST45=SFST45>=2
figure,imshow(SFST45),title( 45度角图像边缘检测 )
显示边缘探测图像
(matlab I=rgb2gray(I0)
J0=double(I) [VSFAT Threshold]=edge(f, sobel , vertical ) figure,imshow(f),title figure,imshow(VSFAT),title)
- 2013-12-18 15:42:14下载
- 积分:1
-
噪后经常用的评价指标,峰值信噪比,信噪比,相似度、等效视数,边缘保持指数 ENL SSIM PSNR SNR EPI
包含去噪后经常用的评价指标,峰值信噪比,信噪比,相似度、等效视数,边缘保持指数(After uation often contain de-noising, the peak signal to noise ratio, SNR, similarity, ENL, edge retention index)
- 2021-04-26 19:38:44下载
- 积分:1
-
GPReduce.m
This is the Gaussian piramyd i found in matlab page is very useful to image procesing
- 2009-03-10 01:02:39下载
- 积分:1
-
IS-95A
IS-95A Reverse Traffic Channel
Open and Closed Loop Power Control
complete simulink simulation
- 2011-01-06 06:11:08下载
- 积分:1
-
ght
广义霍夫变换 GHT HOUGH Transform 入门(Generalized Hough transform GHT HOUGH Transform entry)
- 2012-05-05 22:05:58下载
- 积分:1
-
Multigoal-heuristic-model
本文是关于无功补偿器的一种控制方法,是基于模型预测控制的,本文作者有两篇关于这个问题的论文,这一篇比较详细,可以作为了解statcom的预测控制的材料。(This article is about the kind of reactive power compensation control method is based on the model predictive control, the authors have two papers on the subject, this one in more detail, can be used as material to understand statcom predictive control.)
- 2014-11-24 20:51:51下载
- 积分:1