登录
首页 » matlab » Sign-extraction

Sign-extraction

于 2011-05-18 发布 文件大小:1233KB
0 162
下载积分: 1 下载次数: 40

代码说明:

  利用聚类、和判别函数方法,设计 MATLAB GUI对路标进行提取,得到了高质量的分类结果。(useing Clustering and Discriminant function to recognize the Sign, the method is robust to the disturbance.)

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

发表评论

0 个回复

  • cputime_use
    matlab中cputime函数与进度条联合使用示例(matlab in cputime function used in conjunction with the progress bar example)
    2013-07-31 15:25:46下载
    积分:1
  • kcca_package.tar
    基于核函数的典型相关分析(KCCA)的实现,较为简单(the code of KCCA )
    2020-11-30 18:29:28下载
    积分:1
  • CleanCodeHandbook_v1.0.1
    leetcode的题目详解,希望对广大使用leetcode刷题的童鞋有帮助。(Detailed leetcode topic, I hope the majority of questions using leetcode brush shoes help.)
    2015-02-21 20:41:09下载
    积分: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
  • utf-8
    清浊音检测,方法为短时平均能量,自己编的matlab程序。希望有用(Qingzhuo tone detection, methods for short-term average energy, the matlab own procedures. Hope useful)
    2008-05-19 10:37:22下载
    积分:1
  • rec2
    auto regression method and examples
    2010-02-23 18:39:34下载
    积分:1
  • t9-ej1.c
    Example exercise in C language
    2015-03-26 05:44:39下载
    积分:1
  • 数学建模 电源规划问题
    说明:  给出具体的电源规划问题解决方案,采用matlab程序语言进行编写。(The specific solution of power planning problem is given, and the program language of MATLAB is used to compile it.)
    2020-06-17 23:20:01下载
    积分:1
  • Radar-Systems
    雷达系统仿真用matlab (RADAR SYETEM )
    2013-08-29 09:10:51下载
    积分:1
  • Geolocation_sample
    geolocation sample 微软提供的,具有一定的参考价值, 好东西大家一起分享(Geolocation sample Microsoft provides, has the certain reference value, good stuff to share with everyone )
    2014-09-21 10:19:20下载
    积分:1
  • 696518资源总数
  • 105877会员总数
  • 14今日下载