-
4
说明: salam. this file is about cryptography.
- 2009-12-31 20:39:29下载
- 积分:1
-
image--bianhuan
包含了巴特沃斯滤波、维纳滤波、求灰度直方图、灰度变换、灰度图像变成RGB图像(Contains the butterworth filter, wiener filtering, gray histogram, gray level transformation, gray image into RGB image)
- 2014-12-10 15:13:57下载
- 积分: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
-
yasuoronghe
图形压缩,融合是图形处理的必需步骤。利用matlab仿真,简单(Graphics compression, integration is an essential step in graphics processing. Matlab simulation using simple)
- 2009-05-14 11:15:19下载
- 积分:1
-
MATLA-biyesheji
MATLAB实现 图像处理 图像滤波 毕业设计有图有文(MATLAB Image processing image filtering there are pictures and text Graduation)
- 2011-04-30 22:24:55下载
- 积分:1
-
JIANGZUO
清华大学2013年针对稀疏表示的一个讲座,请的是稀疏表示的创始人。其中为讲座的讲义。(Tsinghua University in 2013 for the sparse representation of a lecture, please sparse representation is the founder. Where is the lecture handouts.)
- 2013-11-16 21:49:47下载
- 积分:1
-
ex1
hamming code 编码与解码,在编码理论中占据着极其重要的地位(hamming encoding and decoding)
- 2011-12-07 12:11:58下载
- 积分:1
-
93623070-Cable-Sizing-Calculation
SRM ,Dynamic model of a swithce reluctanc emotor.
- 2014-02-03 02:01:36下载
- 积分:1
-
1593698524
小波包分解后,用于求取分解各层小波包系数信息熵(Wavelet packet decomposition for obtaining wavelet packet coefficient entropy)
- 2021-02-10 22:39:52下载
- 积分:1
-
matlab-Video-Image-Processing(English-version)
英文版的MATLAB视频图像处理讲解,全面介绍相关工具箱的使用方法(English version of the MATLAB video&image processing introduction and comprehensive introduction to the use of methods related to the toolbox.)
- 2010-08-30 16:58:06下载
- 积分:1