-
jpeg_compress_method
我初次接触到压缩方法实验的JPEG压缩算法源代码,用matlab编写的,欢迎探讨(I first exposure to the experimental compression JPEG compression algorithm source code, prepared by the use of Matlab, welcome to explore)
- 2007-05-07 18:38:24下载
- 积分:1
-
interframe-coding
一个很完整的关于用运动估计实现帧间编码的matlab程序(A very complete on the realization of inter frame coding matlab procedures with motion estimation)
- 2013-11-28 15:26:42下载
- 积分:1
-
EZW128
是对于是128*128灰度图片的压缩MATLAB代码,希望有人会有用(For 28* 123 gray image compression MATLAB code, hope someone will be useful for)
- 2007-12-13 15:56:05下载
- 积分:1
-
lishuhanshu6
钟型隶属函数-f参数变化钟型隶属函数-f参数变化(Bell-shaped membership function-f parameter bell-shaped membership function-f parameter)
- 2009-04-10 04:37:53下载
- 积分:1
-
maichongyasuo_ceju
利用mathlab仿真雷达脉冲压缩测距原理。对两个雷达回波信号进行脉冲压缩实现可分辨。(Using mathlab simulation principle of pulse compression radar ranging. The two implementing pulse compression radar echo signals can distinguish.
)
- 2013-11-12 20:37:42下载
- 积分: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
-
RBFNeuralNetwork
说明: RBF模拟神经网络(主要用于函数拟合与模式分类)Matlab的示例程序(RBF simulated neural network (the main function for the fitting and pattern classification) Matlab sample program)
- 2006-03-24 16:07:21下载
- 积分:1
-
EITHT
mATLAB教程第六章案例,时间变动序列(mATLAB Tutorial Chapter VI case, the time sequence changes)
- 2013-07-20 10:01:58下载
- 积分:1
-
abc-colony
It is used to classify the attributes using abc colony algorithm
- 2015-02-09 17:32:00下载
- 积分:1
-
ARmodel
使用matlab软件建立AR模型,对于预测模型具有很准确、(Matlab software using the AR model for the prediction model is accurate,)
- 2016-04-04 20:11:08下载
- 积分:1