登录
首页 » matlab » DigitalImagProcessingUsingMATLABfunctions

DigitalImagProcessingUsingMATLABfunctions

于 2020-10-09 发布 文件大小:426KB
0 250
下载积分: 1 下载次数: 80

代码说明:

  数字图像处理(冈萨雷斯matlab版)工具包数字图像处理(冈萨雷斯matlab版)工具包(Digital image processing (Gonzalez matlab version) Digital Image Processing Toolkit (Gonzalez matlab version) Toolkit)

文件列表:

数字图像处理(冈萨雷斯matlab版)工具包
....................................\dipum_1.1.3
....................................\...........\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

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

发表评论

0 个回复

  • MIT_matlab
    一份麻省理工大学1999年的信号与系统的matlab教程简介,希望对刚学习matlab的朋友管用(A Massachusetts Institute of Technology in 1999 signals and systems matlab tutorial introduction to just want to learn useful matlab friend)
    2010-07-19 00:13:29下载
    积分:1
  • sellmeier_glass
    Program for Sellmeier equation of pure glass @20°C in the bandwidth 0.2-1.7 um. In the program n is the obtained refractivr index whereas l is the wavelength.
    2010-01-07 06:22:45下载
    积分:1
  • Selector_Usage
    matlab/simmulink中Selector模块各个选项的详细示例。只是一个小小的示例,想详细了解Selector的话可以看看,会熟练应用的大神可以无视了。(The matlab/simmulink Selector module options detailed example. Just a small example, would like to learn more about the Selector, then you can take a look at.)
    2012-08-27 17:28:13下载
    积分:1
  • 060407
    基于DDE技术的MATLAB与WinCC通信设计(DDE technology based on MATLAB and WinCC Communication Design)
    2008-02-01 10:09:35下载
    积分:1
  • MATLAB_GUI
    利用matlab函数编写GUI界面设计,对于其步骤,以及相应的函数做出具体说明。(Using matlab function to write GUI interface design, for its steps, and the corresponding function to make specific instructions.)
    2013-07-22 22:15:37下载
    积分:1
  • Degree_Distribution
    求复杂网络的节点度的分布和平均节点的度,输入邻接矩阵,输出度的分布(Complicated network node degree distribution and the average node degree, input adjacency matrix, the output distribution of the degree of)
    2013-11-08 14:19:08下载
    积分:1
  • KNN
    说明:  用k-means算法实现KNN算法,是模式识别中的经典算法再现(K-means algorithm with KNN algorithm is a classical pattern recognition algorithm for reconstruction)
    2010-05-04 20:24:37下载
    积分:1
  • vr
    说明:  matlab需需要的M文件,可以在里面调用买很好用没人穿就是,很可惜(files are needed by MATLAB)
    2011-11-05 14:39:22下载
    积分:1
  • cp0101_genrect
    估算带宽,先是计算输入信号单边带功率谱密度,然后估算出信号所占的带宽(Bandwidth estimation, first calculating the input signal is single sideband power spectral density, and then estimate the proportion of signal bandwidth)
    2007-10-13 14:38:11下载
    积分:1
  • MatlabP
    一本非常有价值的MAtlab编程参考书,值得一看。(A very valuable reference book MAtlab programming, worth a visit.)
    2009-04-19 18:44:05下载
    积分:1
  • 696518资源总数
  • 106227会员总数
  • 11今日下载