登录
首页 » matlab » imageprocess

imageprocess

于 2010-06-24 发布 文件大小:2025KB
0 174
下载积分: 1 下载次数: 2

代码说明:

  图像处理,车牌识别,比较实用的参考程序。(Image processing, license plate recognition)

文件列表:

imageprocess
............\Debug
............\.....\DIB.obj,21485,2004-03-23
............\.....\DRAW.obj,14678,2004-03-22
............\.....\Histogram.obj,14845,2004-03-25
............\.....\imageprocess.exe,176187,2004-03-23
............\.....\imageprocess.ilk,409332,2004-03-23
............\.....\imageprocess.obj,23336,2004-03-16
............\.....\imageprocess.opt,43520,2004-03-23
............\.....\imageprocess.pch,5513416,2004-03-16
............\.....\imageprocess.pdb,566272,2004-03-23
............\.....\imageprocess.res,8116,2004-03-23
............\.....\imageprocessDoc.obj,25482,2004-03-23
............\.....\imageprocessView.obj,47132,2004-03-25
............\.....\MainFrm.obj,19730,2004-03-23
............\.....\Segement.obj,82160,2004-03-22
............\.....\StdAfx.obj,105627,2004-03-16
............\.....\vc60.idb,246784,2004-03-25
............\.....\vc60.pdb,389120,2004-03-25
............\DIB.cpp,14289,2004-03-23
............\DIB.h,1690,2004-03-22
............\DRAW.cpp,1976,2004-03-21
............\DRAW.h,1177,2004-03-21
............\Histogram.cpp,2546,2004-03-25
............\Histogram.h,1265,2004-03-17
............\imageprocess.aps,46020,2004-03-23
............\imageprocess.clw,3748,2004-03-25
............\imageprocess.cpp,4317,2004-03-16
............\imageprocess.dsp,5174,2004-03-21
............\imageprocess.dsw,549,2004-03-16
............\imageprocess.h,1422,2004-03-16
............\imageprocess.ncb,115712,2004-03-25
............\imageprocess.opt,53760,2004-03-25
............\imageprocess.plg,675,2004-03-25
............\imageprocess.rc,14698,2004-03-23
............\imageprocessDoc.cpp,3252,2004-03-23
............\imageprocessDoc.h,1720,2004-03-22
............\imageprocessView.cpp,7590,2004-03-25
............\imageprocessView.h,2326,2004-03-23
............\MainFrm.cpp,2381,2004-03-23
............\MainFrm.h,1440,2004-03-23
............\ReadMe.txt,4455,2004-03-16
............\res

............\...\imageprocess.rc2,404,2004-03-16


............\Resource.h,1582,2004-03-23
............\Segement.cpp,78488,2004-03-21
............\Segement.h,1919,2004-03-21
............\StdAfx.cpp,214,2004-03-16
............\StdAfx.h,1054,2004-03-16

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

发表评论

0 个回复

  • thumoibiet
    information theory using matlab
    2009-11-18 18:13:54下载
    积分:1
  • 2ASK
    说明:  根据随机给出的二进制信号进行统2ASK调制,画出各个阶段的波形.(According to random binary signals given 2ASK modulation system, draw the various stages of waveform.)
    2010-05-03 13:44:40下载
    积分:1
  • GA_JSP
    遗传算法解决jsp问题的matlab代码,输出种群内适应度均值和最优值图像,输出甘特图(Jsp genetic algorithm to solve the problem matlab code output within the population mean fitness and the best value of the image output Gantt)
    2016-05-10 21:40:09下载
    积分:1
  • MATLAB
    说明:  MATLAB模块详细介绍,详细介绍了MATLAB的模块,工具箱,Simlink模块(MATLAB module details, details of the MATLAB module, toolkit, Simlink module)
    2010-03-31 22:10:53下载
    积分:1
  • 一个GA-PSO算法 GAPSO-share
    我从网上下载了一个GA-PSO算法,试着利用GA和PSO组合的策略进行优化,结果算法很问题,效率和不错。我下载原始算法,有一个问题就是它是针对所有的设计变量上下限都是一样的,所以我对程序进行了修改与改进,现在可以处理上下限不一致的问题,同时fix了一些bug。(GA GA and PSO algorithm matlab program combined ion group When doing optimization, first choose the GA algorithm, but the instability of the GA (or into a local optimum) it drives people crazy, even after twice the difference results can sometimes reach 30 or more, but because of time reason, I had to choose the optimal 1000, then the minimum of which the most optimal solution. Although the problem is considered solved, but will be from an academic, which makes Ben is very embarrassing. So, I downloaded a GA-PSO algorithm, try to use a combination of GA and PSO optimization strategy, the results of algorithm is the problem, efficiency and good. I downloaded the original algorithm, there is a problem is that it is the design variables for all upper and lower limits are the same, so I had to modify and improve the program, can now handle upper and lower limits inconsistencies, and fix some bug.)
    2020-06-27 05:20:02下载
    积分:1
  • pca
    此段matlab代码实现数据的读入,可以自定义主成分的个数,也可以根据信息来那个的百分比来确定PC的个数(Paragraph matlab code data read into, you can customize the number of principal components, according to the percentage of the information that determines the number of the PC)
    2012-10-15 10:09:09下载
    积分:1
  • NeuralNetBackP
    training a perceptron (ANN)
    2012-01-25 23:54:30下载
    积分:1
  • particle_filtering
    这是用粒子滤波算法进行视频跟踪的源程序 初始参数已近设好了,直接运行就可以了 有兴趣的朋友可以吧它改成差帧定位 省的换个视频就要手调一次参数 为了能运算快些 算法的核心代码是用C++编的 用MEX文件转化成dll数据 在matlab中调用的 希望对大家有所参考和帮助 也希望大家有好的想法,我们一起讨论和改进 有 用粒子滤波进行视频跟踪现在国内做的还不多 需要改进的地方也很多 还需大家共同努力啊,哈哈 由于本人用的视频太大,上传了半天传不上去,只有把视频删了 下了本程序的朋友,要自己找个视频放到文件夹内 并在程序中吧读视频语句的文件名改成你所放视频的文件名 比如你视频的文件名是myvideo.avi,则程序中 video = myvideo.avi 注意视频文件的格式一定要是.avi的哦 (err)
    2008-08-04 13:57:14下载
    积分:1
  • MATLAB_5_X
    MATLAB5_X程序设计语言,从基础概念讲起,到深入的语法实例讲解,非常使用(MATLAB5_X programming language, from basic concept of talk, in-depth examples to explain grammar, very use)
    2007-04-11 02:16:24下载
    积分:1
  • Development-of-Time-frequency-atom
    时频原子算法建立时频原子库,从而用多个时频原子分解信号的特征(Time-frequency atoms algorithms to establish frequency atom library with multiple frequency atom decomposition signal characteristics)
    2012-09-24 17:21:38下载
    积分:1
  • 696516资源总数
  • 106459会员总数
  • 0今日下载