登录
首页 » matlab » matlab-chap9

matlab-chap9

于 2011-04-13 发布 文件大小:132KB
0 218
下载积分: 1 下载次数: 0

代码说明:

说明:  包括灰度AGV路径识别,彩色AGV路径识别,HSI彩色空间的AGV路径识别,:路径中心线的定位,Radon变换的AGV路径偏差检测(AGV path identification, including gray, color AGV path identification, HSI color space AGV path identification,: path centerline position, Radon transform of the AGV path deviation detection)

下载说明:请别用迅雷下载,失败请重下,重下不扣分!

发表评论

0 个回复

  • fft
    matlab fft()函数把所要求函数转换到频域(matlab fft () function required by the function switch to the frequency domain)
    2008-12-27 15:49:12下载
    积分:1
  • jiaozhiqi
    关于Turbo码交织器的设计关于Turbo码交织器的设计关于Turbo码交织器的设计关于Turbo码交织器的设计(About Turbo Code Interleaver Design on Turbo Code Interleaver Design on Turbo Code Interleaver Design on Turbo Code Interleaver Design)
    2021-03-21 15:49:17下载
    积分:1
  • code-and-image
    何凯明的《Single Image Haze Removal Using Dark Channel Prior》论文中的代码,基于暗原色先验的图像去雾算法,对户外图像去雾有很好的效果(this code is of the paper"Single Image Haze Removal Using Dark Channel Prior",the function is removing haze based on Dark Channel Prior algorithm , having a good effect on outdoor images.)
    2012-05-10 16:44:45下载
    积分:1
  • ProgrammablePulseGenerator
    This is the customized programmable pulse generator using matlab
    2011-12-16 03:10:41下载
    积分:1
  • MatlabLMS---2
    加入高斯白噪声的lms算法的matlab仿真(Adding Gaussian white noise lms algorithm matlab simulation)
    2015-04-22 11:51:33下载
    积分:1
  • 123
    matlab直流位置控制的仿真实例,含有速度控制环和转矩控制环(DC position control matlab simulation example, contains a speed control loop and torque control loop)
    2013-07-05 09:45:49下载
    积分:1
  • matlabsuzizhifangtu
    数字图像直方图均衡化,是.txt文档,在matlab环境下运行(digital image histogram equalization, yes. Txt file, run under Matlab)
    2007-06-28 17:28:20下载
    积分:1
  • zj2
    说明:  计算电梯分层情况下的各个区间电梯的RTT期望值,并找出最小值,记录下此时的分层方法。(Calculated under the various layered elevator elevator RTT interval expectations, and identify the minimum, record the time of stratification.)
    2010-04-23 09:11:35下载
    积分:1
  • kalman-filtering-
    基于matlab的卡尔曼滤波算法的理论介绍和仿真实践,对于信号处理专业的学生入门有帮助(kalman filtering)
    2013-10-02 22:39:31下载
    积分:1
  • dsakf
    % 文件名:randlsbget.m % 程序员:余波 % 编写时间:2007.6.25 % 函数功能: 本函数将完成提取隐秘于上的秘密信息 % 输入格式举例:result=( scover.jpg ,56, secret.txt ,2001) % 参数说明: % output是信息隐藏后的图象 % len_total是秘密信息的长度 % goalfile是提取出的秘密信息文件 % key是随机间隔函数的密钥 % result是提取的信息 function result=randlsbget(output,len_total,goalfile,key) ste_cover=imread(output) ste_cover=double(ste_cover) % 判断嵌入信息量是否过大 [m,n]=size(ste_cover) frr=fopen(goalfile, a ) % p作为信息嵌入位计数器将信息序列写回文本文件 p=1 % 调用随机间隔函数选取像素点 [row,col]=randinterval(ste_cover,len_toal,key) for i=:len_toal if bitand(ste_cover(row(i),col(i)),1)==1 fwrite(frr,1, bit1 ) result(p,1) else fwrite(frr,0, bit1 ) result(p,1)=0 end if p==len_total break end p=p+1 end fclose(frr) ()
    2007-06-28 16:08:04下载
    积分:1
  • 696516资源总数
  • 106554会员总数
  • 12今日下载