-
imoverlay11
将感兴趣的边缘覆盖到原图上,显示分割的效果,很有帮助哦(Will be of interest to the artwork on the edge of coverage, showing the effect of segmentation, helpful oh)
- 2010-07-28 08:05:43下载
- 积分:1
-
numerical-approximation
一:多项式插值的Runge现象
二:Remez算法
三:Schmidt正交(Introduction polynomial interpolation Runge phenomenon, Remez algorithm, Schmidt orthogonal matlab algorithm)
- 2013-10-27 11:10:14下载
- 积分:1
-
template.cpp
an example c++ source code on how template is used
- 2014-01-01 23:18:40下载
- 积分:1
-
CM_sidej
数字波束形成方法,去噪算法研究,线性最小化方差方法,旁瓣特性(Digital beamforming methods Denoising Algorithm, linear minimum variance method, sidelobe characteristics)
- 2021-01-25 23:58:43下载
- 积分:1
-
a
说明: source codes available in pudn site
- 2011-06-23 17:58:03下载
- 积分:1
-
analysis-of-linear-discrete-system
线性离散系统的分析与校正,程序注释清晰易懂,内容涵盖线性离散系统的全部内容(Linear discrete system analysis and correction program comments are clear and easy to understand, and covers the entire contents of the linear discrete system)
- 2013-02-09 12:16:49下载
- 积分: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
-
TheMATLAB
蹦极跳运动(综合实验)
问题 在不考虑空气阻力和考虑空气阻力等多种情况下,研究蹦极跳运动中,蹦极者与蹦极绳设计之间的各种关系.
(lalal)
- 2009-12-02 15:24:03下载
- 积分:1
-
filter1
说明: 高通滤波器,带通滤波器,数字FIR滤波器(The Shannon entropy is a measure of the average information content one is missing when one does not know the value of the random variable. The concept was introduced by Claude E. Shannon in his 1948 paper "A Mathematical Theory of Communication".
Shannon s entropy represents an absolute limit on the best possible lossless compression of any communication, under certain constraints: treating messages to be encoded as a sequence of independent and identically-distributed random variables, Shannon s source coding theorem shows that, in the limit, the average length of the shortest possible representation to encode the messages in a given alphabet is their entropy divided by the logarithm of the number of symbols in the target alphabet.
)
- 2020-11-24 19:19:32下载
- 积分:1
-
lovsub_page
Implementation of cl_page for LOVSUB layer.
- 2014-09-17 21:22:15下载
- 积分:1