-
multidiophantine
说明: 多变量丢翻图方程的求解程序,编写简单,直接运行M文件(diophtine)
- 2010-04-11 14:09:57下载
- 积分:1
-
wavelet
通过应用于小波变换到lena.jpg图像,简单实现图像压缩,实现一级压缩和二级压缩(Through applied wavelet transform to lena.jpg image, a simple image compression, compression and two compression to achieve a)
- 2013-07-09 08:44:27下载
- 积分:1
-
target_core_configfs
This file contains ConfigFS logic for the Generic Target Engine project.
- 2015-03-15 12:57:10下载
- 积分:1
-
SVM-Matlab
matlab写的SVM分类,tranning和test分开,可直接使用。(matlab write SVM classification, tranning and test separately, can be used directly.)
- 2010-09-16 21:21:55下载
- 积分:1
-
mpeg
this is matlab program for frame compression
- 2009-04-18 13:14:41下载
- 积分:1
-
2010matlabjiaocheng
2010版本matlab教程,非常的清晰,内容全面,适合需要学习的人士。(2010 version of the matlab tutorial, very clear, comprehensive, suitable for those who need to learn.)
- 2011-10-27 12:28:25下载
- 积分:1
-
Monte
FBDF RF YR YRYYR YRY YYRY RSTYM
- 2012-01-20 22:43:13下载
- 积分: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
-
relevancefd
background cleaning for a image
- 2013-02-12 15:23:01下载
- 积分:1
-
importPresentationLog.m
Imports log files from the Psychology software "Presentation" into Matlab.
- 2013-03-14 00:48:00下载
- 积分:1