-
NewtonCortes
说明: 计算牛顿科特斯积分公式
包含求科特斯系数函数(Calculation of Newton- Cortes integral formula)
- 2009-08-13 10:04:09下载
- 积分:1
-
robert
灰度图像边缘检测中的robert算法的MATLAB仿真实现(MATLAB simulation grayscale image roert edge detection algorithm to achieve)
- 2014-11-03 15:29:02下载
- 积分:1
-
AVERAGE
AVERAGE FILTER IN IMAGE PROCESSING
- 2013-10-05 00:32:54下载
- 积分:1
-
imgsteglsba
HI GUYA CHIT UAING MATLAB WE USE METOD LSB PLS CHECK IT VERY SEFULL
- 2013-11-28 22:24:59下载
- 积分:1
-
chap10_3
函数功能是基于实数编码遗传算法的PID整定(Function function is based on real-coded genetic algorithm tuning PID)
- 2015-04-17 10:19:48下载
- 积分:1
-
kalmanfilter
maple写的基本kalman算法,可以做入门参考理解(maple write basic kalman algorithm, can be understood to do entry-reference)
- 2008-02-28 16:44:59下载
- 积分: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
-
pjt
to find stastical moments
- 2009-02-27 21:56:55下载
- 积分:1
-
SARSA
说明: 增强式学习示例,和大家分享,希望能对大家有帮助。(Reinforcement learning example, to share, hope you can help.)
- 2021-03-16 17:09:21下载
- 积分:1
-
music
MUSIC算法,测量三个信号的达到方向角。输入信号可以调整,输入角度也可任意设定。(MUSIC algorithm, measuring three signal reaches direction angle. The input signal can be adjusted, the input angle can be arbitrarily set.)
- 2013-07-15 14:17:20下载
- 积分:1