-
wavelets
基于MATLAB的图像压缩 能处理10:1的压缩功能 直接就能使用 (base on matlab image impress)
- 2009-05-12 11:06:49下载
- 积分:1
-
Matlab
基于LMS算法的自适应均衡器!!!!!!!!!!!!!!!!!!(LMS-based adaptive equalizer algorithm)
- 2009-06-16 15:32:56下载
- 积分:1
-
Desktop
说明: 数学建模里往年试题长江水质运算的求解过程,MATLAB求解1(Mathematical modeling of water quality in the Yangtze River in previous years, questions the process of solving computing, MATLAB Solving 1)
- 2009-08-03 23:10:05下载
- 积分:1
-
matlab
matlab中,循环语句的教学以及应用。包含部分个人总结和感悟(the cycling sentence using in matlab. including some personal feelings)
- 2013-05-03 22:20:44下载
- 积分:1
-
fbg-apodization
利用折射率调制的变迹方式,对光纤光栅的旁瓣进行切趾抑制。(Apodized refractive index modulation, the optical fiber grating sidelobe suppression of the apodization.)
- 2013-03-10 16:24:00下载
- 积分:1
-
粘性方腔不可压流动
说明: 利用matlab实现流体力学中经典算例:二维粘性方腔不可压流动的计算。(Matlab is used to calculate the incompressible flow in a two-dimensional viscous square cavity.)
- 2020-10-12 23:57:32下载
- 积分:1
-
AIRS1
This code is an implematation of AIRS1 algorithm. I hope this is helpful.
- 2011-04-25 18:23:35下载
- 积分:1
-
车牌识别系统MATLAB源代码完整
说明: clc; clear all; close all; [filename, pathname, filterindex] = uigetfile({'*.jpg;*.tif;*.png;*.gif','All Image Files';... '*.*','All Files' }, '选择待处理图像', ... 'images\01.jpg'); file = fullfile(pathname, filename);%文件路径和文件名创建合成完整文件名 id = Get_Id(file);%得到file中的所有对象 Img = imread(file);%根据路径和文件名读取图片到Img [Plate, bw, Loc] = Pre_Process(Img); % 车牌区域预处理 result = Plate_Process(Plate, id); % 车牌区域二值化处理 % 寻找连续有文字的块,若长度大于某阈值,则认为该块有两个字符组成,需要分割 bw = Segmation(result); words = Main_Process(bw); % 主流程处理 Write_Mask(words, id); % 写出到模板库 str = Pattern_Recognition(words); % 识别(Mike is a student. He is my good friend. He is busy at the weekend. He is going to read a magazine this Saturday morning. He is going to go to the zoo this Saturday afternoon. He is going to buy a book this Sunday morning. He is going to learn Kungfu this Sunday afternoon. He is going to watch TV this Sunday evening.)
- 2017-08-13 02:35:37下载
- 积分:1
-
Image-chaos-decryption-algorithm-
基于混沌理论的图像解密算法,希望对研究图像加密解密的人员有帮助。(Based on chaos image decryption algorithm ,i hope it will be helpful.
)
- 2011-10-08 10:58:23下载
- 积分:1
-
yuzhifa
深度图像遮挡边缘检测,阈值法,MATLAB源码(Depth of the image edge detection block, threshold method, MATLAB source)
- 2011-10-17 14:48:41下载
- 积分:1