登录
首页 » matlab » dipum_toolbox_pcode(1)

dipum_toolbox_pcode(1)

于 2007-08-10 发布 文件大小:420KB
0 210
下载积分: 1 下载次数: 101

代码说明:

  冈萨雷斯)matlab版图形处理工具箱 (Gonzalez) matlab version of graphics processing toolbox)

文件列表:

dipum_1.1.4
...........\0_Read_Me_First.txt
...........\adpmedian.p
...........\average.p
...........\bayesgauss.p
...........\bound2eight.p
...........\bound2four.p
...........\bound2im.p
...........\boundaries.p
...........\bsubsamp.p
...........\changeclass.p
...........\colorgrad.p
...........\colorseg.p
...........\compare.p
...........\connectpoly.p
...........\Contents.m
...........\conwaylaws.p
...........\covmatrix.p
...........\dftcorr.p
...........\dftfilt.p
...........\dftuv.p
...........\diameter.p
...........\endpoints.p
...........\entropy.p
...........\fchcode.p
...........\frdescp.p
...........\fwtcompare.p
...........\gmean.p
...........\gscale.p
...........\histroi.p
...........\hough.p
...........\houghlines.p
...........\houghpeaks.p
...........\houghpixels.p
...........\hpfilter.p
...........\hsi2rgb.p
...........\huff2mat.p
...........\huffman.p
...........\ice.fig
...........\ice.p
...........\ice_stand_alone.p
...........\ifrdescp.p
...........\ifwtcompare.p
...........\im2jpeg.p
...........\im2jpeg2k.p
...........\imnoise2.p
...........\imnoise3.p
...........\improd.p
...........\imratio.p
...........\imstack2vectors.p
...........\intline.p
...........\intrans.p
...........\invmoments.p
...........\jpeg2im.p
...........\jpeg2k2im.p
...........\lpc2mat.p
...........\lpfilter.p
...........\mahalanobis.p
...........\manualhist.p
...........\mat2huff.p
...........\mat2lpc.p
...........\minperpoly.p
...........\paddedsize.p
...........\pixeldup.p
...........\polyangles.p
...........\princomp.p
...........\quantize.p
...........\randvertex.p
...........\Readme.m
...........\regiongrow.p
...........\rgb2hsi.p
...........\rgbcube.p
...........\signature.p
...........\specxture.p
...........\spfilt.p
...........\splitmerge.p
...........\statmoments.p
...........\statxture.p
...........\strsimilarity.p
...........\subim.p
...........\twodsin.p
...........\twomodegauss.p
...........\unravel.dll
...........\unravel.mexaxp
...........\unravel.mexglx
...........\unravel.mexhpux
...........\unravel.mexmac
...........\unravel.mexrs6
...........\unravel.mexsg
...........\unravel.mexsol
...........\unravel.p
...........\vistformfwd.p
...........\wave2gray.p
...........\waveback.p
...........\wavecopy.p
...........\wavecut.p
...........\wavefast.p
...........\wavefilter.p
...........\wavepaste.p
...........\wavework.p

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

发表评论

0 个回复

  • CMATLABconnect
    VC运算速度较快,相对于matlab而言,编程较为烦琐,而matlab编程灵活,并且方很多工具箱,使用极为方便,但是matlab的M语言编写的仿真程序的仿真速度相对较慢。 C-MEX函数是基于C语言编写的C与matlab接口函数,是matlab应用程序接口的一个重要组成部分。通过它不但可以将现有的C语言编写的程序轻松地引入到matlab环境中使用,避免了重复的程序设计,而且可以使用C语言为matlab定制用于特定目的的函数(如为了保护算法设计等), 以完成在matlab中不易实现的任务。此外,更重要的一点,使用C语言编写的C-MEX函数可以有效地提高M灯matlab环境中数据处理速度和效率。 (VC computing faster, compared to matlab, the program is more cumbersome, but matlab programming flexibility, and a lot of side toolbox, use very convenient, but the M-language matlab simulation program written in a relatively slow simulation speed. C-MEX function is based on the C language interface written in C and matlab functions matlab application interface is an important component. It can not only be through the existing programs written in C language easily introduced into the matlab environment, to avoid the duplication of programming, and can be customized using the C language for matlab functions for specific purposes (such as algorithm design, etc. in order to protect ), Matlab in order to complete the task is not easy to achieve. In addition, more importantly, the use of C language written in C-MEX function can effectively improve the M light matlab environment, data processing speed and efficiency. )
    2009-12-21 10:03:58下载
    积分:1
  • car-following.m
    车辆在跟车过程中遭遇前车大的速度振荡时,后车的表现(Vehicle in the car with the car in the process of high speed before the oscillation, after the performance of the car)
    2016-06-27 14:26:27下载
    积分:1
  • jade
    信号盲分离算法中ICA算法中的一种算法:jade(Blind signal separation algorithm in ICA algorithm in an algorithm: jade)
    2011-07-27 15:33:12下载
    积分:1
  • if_arcnet
    Global definitions for the ARCnet interface.
    2014-09-18 12:04:56下载
    积分:1
  • boundary
    使用波形匹配和镜像对称克服EMD端点飞翼现象(Use symmetrical waveform matching and mirroring endpoint overcome EMD wing phenomenon)
    2014-12-18 08:35:46下载
    积分:1
  • 多目标跟踪matlab
    说明:  多目标跟踪软件流程如下: 初始化函数 初始化轨迹对象 读取一帧数据 前景检测 根据位置进行卡尔曼预测 匈牙利匹配算法进行匹配 分配好的轨迹更新 未分配的轨迹更新 删除丢掉的轨迹 创建新轨迹 结果展示(The flow of multi-target tracking software is as follows: Initialization function Initialize track object Read a frame of data Foreground detection Kalman prediction based on location Hungarian matching algorithm for matching Assigned track update Unassigned track update Delete lost tracks Create a new track Result display)
    2021-02-09 10:29:53下载
    积分:1
  • matlab-help
    matlab软件的中文帮助,方便英语水平不精的可以方便的学习matlab软件(matlab software for English to help facilitate the standard of English can be ill-equipped to facilitate the study matlab software)
    2009-03-17 10:17:43下载
    积分:1
  • MATLAB-process-control
    MATLAB/Simulink与过程控制系统仿真(修订版)书籍配套程序(MATLAB/Simulink simulation and process control systems (revised edition) books supporting program)
    2013-10-06 10:37:09下载
    积分:1
  • plotResults
    plots result of simulation in matlab
    2015-03-18 16:02:08下载
    积分:1
  • lena
    说明:  lena图像的分解将规范化后的图像的数据格式由适合显示图像的uint8格式转换为适合数值处理的double格式,再调用二维小波分解函数进行图像分解,最后为了清晰地显示分解图像的塔式结构,在图像的相应区域绘制若干分界线。 (lena image after decomposition of the standardized image data format suitable for display by the image is converted to uint8 format suitable for numerical treatment of the double format, and then call the function of two-dimensional wavelet decomposition for image decomposition, and finally in order to clearly show the decomposition of the image of the tower structure , the corresponding region in the image number of the line drawn.)
    2008-09-29 09:18:37下载
    积分:1
  • 696516资源总数
  • 106914会员总数
  • 0今日下载