在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → matlab demo包

matlab demo包

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:8.27M
  • 下载次数:2
  • 浏览次数:53
  • 发布时间:2023-05-01
  • 实例类别:一般编程问题
  • 发 布 人:js2021
  • 文件格式:.zip
  • 所需积分:2
 

实例介绍

【实例简介】
matlab实现的很好的demo程序 包含很多经典算法的实现 从代码中可以很方便的看出实现思想
【实例截图】
【核心代码】
文件清单
└── MatlabFns
    ├── articlestyle.css
    ├── BlendDemo
    ├── Blender
    │   ├── bilinimix.m
    │   ├── cliquemix.m
    │   ├── collectncheckimages.m
    │   ├── cyclemix.m
    │   ├── linimix.m
    │   ├── logisticweighting.m
    │   ├── swipe.m
    │   └── ternarymix.m
    ├── citesite.html
    ├── Colourmaps
    │   ├── colourmappath.m
    │   ├── equalisecolourmap.m
    │   ├── generatelabslice.m
    │   ├── geosofttbl2map.m
    │   ├── labmaplib.m
    │   ├── linearrgbmap.m
    │   ├── map2actfile.m
    │   ├── map2ermapperlutfile.m
    │   ├── map2geosofttbl.m
    │   ├── map2imagejlutfile.m
    │   ├── map2lutfile.m
    │   ├── readermapperlutfile.m
    │   ├── readimagejlutfile.m
    │   ├── ternarycolours.m
    │   ├── ternaryimage.m
    │   ├── ternarymaps.m
    │   └── writecolourmapfn.m
    ├── FingerPrints
    │   ├── Docs
    │   │   ├── binimsm.png
    │   │   ├── final.png
    │   │   ├── finalsm.png
    │   │   ├── finger.png
    │   │   ├── fingersm.png
    │   │   ├── freqsm.png
    │   │   ├── index.html
    │   │   ├── index.html~
    │   │   ├── masksm.png
    │   │   ├── newim.png
    │   │   ├── newimsm.png
    │   │   ├── orientsm.png
    │   │   ├── reliasm.png
    │   │   └── testfin.m
    │   ├── freqest.m
    │   ├── plotridgeorient.m
    │   ├── ridgefilter.m
    │   ├── ridgefreq.m
    │   ├── ridgeorient.m
    │   └── ridgesegment.m
    ├── FrequencyFilt
    │   ├── bandpassfilter.m
    │   ├── circsine.m
    │   ├── filtergrid.m
    │   ├── freqcomp.m
    │   ├── highboostfilter.m
    │   ├── highpassfilter.m
    │   ├── homomorphic.m
    │   ├── imspect.m
    │   ├── invfft2.m
    │   ├── invfft2shft.m
    │   ├── lowpassfilter.m
    │   ├── perfft2.m
    │   ├── psf2.m
    │   ├── psf.m
    │   ├── quantizephase.m
    │   ├── scalogram.m
    │   ├── starsine.m
    │   └── upwardcontinue.m
    ├── Geosci
    │   ├── agc.m
    │   ├── irelief.m
    │   ├── orientationfilter.m
    │   ├── relief.m
    │   └── upwardcontinue.m
    ├── GreyTrans
    │   ├── adjcontrast.m
    │   ├── adjgamma.m
    │   ├── agc.m
    │   ├── example
    │   │   ├── badfields.png
    │   │   ├── f1.png
    │   │   ├── f2.png
    │   │   ├── ff1.png
    │   │   ├── finalf1.png
    │   │   ├── finalf2.png
    │   │   ├── gf1.png
    │   │   ├── gf2.png
    │   │   ├── ghf1.png
    │   │   ├── ghf2.png
    │   │   ├── index.html
    │   │   ├── index.html~
    │   │   ├── nf1.png
    │   │   ├── nf2.png
    │   │   ├── smfields.png
    │   │   └── smvideohead.png
    │   ├── extractfields.m
    │   ├── greytrans.m
    │   ├── histeqfloat.m
    │   ├── histtruncate.m
    │   ├── interpfields.m
    │   ├── normalise.m
    │   └── remapim.m
    ├── index.html
    ├── license.html
    ├── LineSegments
    │   ├── cleanedgelist.m
    │   ├── drawedgelist.m
    │   ├── edgelink.m
    │   ├── edgelist2image.m
    │   ├── example
    │   │   ├── code.m
    │   │   ├── code.m~
    │   │   ├── codeold.m
    │   │   ├── edgeim.jpg
    │   │   ├── edgelistim.jpg
    │   │   ├── index.html
    │   │   ├── index.html~
    │   │   ├── segmentim.jpg
    │   │   └── shapessm.jpg
    │   ├── findendsjunctions.m
    │   ├── lineseg.m
    │   ├── maxlinedev.m
    │   └── selectseg.m
    ├── Match
    │   ├── matchbycorrelation.m
    │   └── matchbymonogenicphase.m
    ├── Misc
    │   ├── applycolourmap.m
    │   ├── basename.m
    │   ├── bbspline.m
    │   ├── bilateralmap.m
    │   ├── chirpexp.m
    │   ├── chirplin.m
    │   ├── circle.m
    │   ├── circlesineramp.m
    │   ├── circularstruct.m
    │   ├── cloud9.m
    │   ├── clouds.m
    │   ├── cmyk2rgb.m
    │   ├── cubicroots.m
    │   ├── dbscan.m
    │   ├── deres.m
    │   ├── derespolar.m
    │   ├── digipts.m
    │   ├── fillnan.m
    │   ├── findimage.m
    │   ├── findimages.m
    │   ├── geoseries.m
    │   ├── geosofttbl2map.m
    │   ├── graymap.m
    │   ├── hsvmap.m
    │   ├── implace.m
    │   ├── imwritesc.m
    │   ├── labmap.m
    │   ├── map2geosofttbl.m
    │   ├── matprint.m
    │   ├── matscii.m
    │   ├── namenpath.m
    │   ├── noiseonf.m
    │   ├── pathlist.m
    │   ├── pbspline.m
    │   ├── polartrans.m
    │   ├── polyfit2d.m
    │   ├── polyval2d.m
    │   ├── randmap.m
    │   ├── removenan.m
    │   ├── rgb2cmyk.m
    │   ├── rgb2lab.m
    │   ├── rgb2nrgb.m
    │   ├── showangularim.m
    │   ├── showdivim.m
    │   ├── showfft.m
    │   ├── showlogfft.m
    │   ├── show.m
    │   ├── showsurf.m
    │   ├── sineramp.m
    │   ├── strendswith.m
    │   ├── strstartswith.m
    │   ├── superquad.m
    │   ├── supertorus.m
    │   ├── testdbscan.m
    │   ├── togglefigs.m
    │   ├── viewlabspace2.m
    │   ├── viewlabspace.m
    │   └── weightedhistc.m
    ├── octaveinfo.html
    ├── othersites.html
    ├── PhaseCongruency
    │   ├── dispfeat.m
    │   ├── Docs
    │   │   ├── combinedfilter.fig
    │   │   ├── combinedfilter.png
    │   │   ├── convexpl.html
    │   │   ├── convexpl.html~
    │   │   ├── convexplpiccis.m
    │   │   ├── evenfilter.fig
    │   │   ├── evenfilter.png
    │   │   ├── filter.jpg
    │   │   ├── GaborDCproblem.png
    │   │   ├── imagEO.jpg
    │   │   ├── logg1e.png
    │   │   ├── logg1o.png
    │   │   ├── logg2e.png
    │   │   ├── logg2o.png
    │   │   ├── logg3e.png
    │   │   ├── logg3o.png
    │   │   ├── loggabor.jpg
    │   │   ├── loggaborlp.jpg
    │   │   ├── LOGGs_f.png
    │   │   ├── LOGGs_lf.png
    │   │   ├── lp.jpg
    │   │   ├── oddfilter.fig
    │   │   ├── oddfilter.png
    │   │   ├── realEO.jpg
    │   │   ├── spread.jpg
    │   │   └── width_vs_bw.png
    │   ├── gaborconvolve.m
    │   ├── highpassmonogenic.m
    │   ├── loggabor.m
    │   ├── monofilt.m
    │   ├── noisecomp.m
    │   ├── odot.m
    │   ├── phasecong2.m
    │   ├── phasecong3.m
    │   ├── phasecong.m
    │   ├── phasecongmono.m
    │   ├── phasesym.m
    │   ├── phasesymmono.m
    │   ├── plotgaborfilters.m
    │   ├── ppdrc.m
    │   ├── spatialgabor.m
    │   └── step2line.m
    ├── pkstylesheet.css
    ├── Projective
    │   ├── affinefundmatrix.m
    │   ├── circleintersect.m
    │   ├── circle.m
    │   ├── decomposecamera.m
    │   ├── digiplane.m
    │   ├── equalAngleConstraint.m
    │   ├── fundfromcameras.m
    │   ├── fundmatrix.m
    │   ├── hcross.m
    │   ├── hline.m
    │   ├── hnormalise.m
    │   ├── homography1d.m
    │   ├── homography2d.m
    │   ├── homogreprojerr.m
    │   ├── homoTrans.m
    │   ├── imTransD.m
    │   ├── imTrans.m
    │   ├── knownAngleConstraint.m
    │   ├── lengthRatioConstraint.m
    │   ├── makehomogeneous.m
    │   ├── makeinhomogeneous.m
    │   ├── normalise2dpts.m
    │   ├── plotPoint.m
    │   └── rq3.m
    ├── Robust
    │   ├── example
    │   │   ├── boatsrot.tif
    │   │   ├── boats.tif
    │   │   ├── im01.jpg
    │   │   ├── im02.jpg
    │   │   ├── im03.jpg
    │   │   ├── im04.jpg
    │   │   ├── im1c.jpg
    │   │   ├── im1.jpg
    │   │   ├── im2c.jpg
    │   │   ├── im2.jpg
    │   │   ├── index.html
    │   │   ├── index.html~
    │   │   ├── inliers.jpg
    │   │   ├── inlierssm.jpg
    │   │   ├── match1a.png
    │   │   ├── match1.jpg
    │   │   ├── match2a.png
    │   │   ├── match2.jpg
    │   │   ├── matchdata.mat
    │   │   ├── putative.jpg
    │   │   ├── putativesm.jpg
    │   │   ├── testfitline.m
    │   │   ├── testfitline.m~
    │   │   ├── testfitplane.m
    │   │   ├── testfitplane.m~
    │   │   ├── testfund.m
    │   │   ├── testfund.m~
    │   │   ├── testfundOctave.m
    │   │   ├── testhomog.m
    │   │   └── testvgghomog.m
    │   ├── fitline3d.m
    │   ├── fitline.m
    │   ├── fitplane.m
    │   ├── iscolinear.m
    │   ├── randomsample.m
    │   ├── ransacfitaffinefund.m
    │   ├── ransacfitfundmatrix7.m
    │   ├── ransacfitfundmatrix.m
    │   ├── ransacfithomography.m
    │   ├── ransacfitline.m
    │   ├── ransacfitplane.m
    │   └── ransac.m
    ├── Rotations
    │   ├── angleaxis2matrix.m
    │   ├── angleaxisrotate.m
    │   ├── dhtrans.m
    │   ├── homotrans.m
    │   ├── inveuler.m
    │   ├── invht.m
    │   ├── invrpy.m
    │   ├── matrix2angleaxis.m
    │   ├── matrix2quaternion.m
    │   ├── newangleaxis.m
    │   ├── newquaternion.m
    │   ├── normaliseangleaxis.m
    │   ├── plotframe.m
    │   ├── quaternion2matrix.m
    │   ├── quaternionconjugate.m
    │   ├── quaternionproduct.m
    │   ├── quaternionrotate.m
    │   ├── rotx.m
    │   ├── roty.m
    │   ├── rotz.m
    │   ├── trans.m
    │   └── vector2quaternion.m
    ├── Shapelet
    │   ├── frankotchellappa.m
    │   ├── grad2slanttilt.m
    │   ├── needleplotgrad.m
    │   ├── needleplotst.m
    │   ├── shapeletsurf.m
    │   ├── slanttilt2grad.m
    │   └── testp.m
    ├── Shapes
    │   ├── drawfaces.m
    │   ├── geodome.m
    │   ├── gplot3d.m
    │   ├── icosahedron.m
    │   ├── superquad.m
    │   └── supertorus.m
    ├── Spatial
    │   ├── adaptivethresh.m
    │   ├── anisodiff.m
    │   ├── canny.m
    │   ├── cleanupregions.m
    │   ├── derivative5.m
    │   ├── derivative7.m
    │   ├── Docs
    │   │   └── A_Combined_Corner_and_Edge_Detector.pdf
    │   ├── drawregionboundaries.m
    │   ├── fastradial.m
    │   ├── featureorient.m
    │   ├── filterregionproperties.m
    │   ├── finddisconnected.m
    │   ├── gaussfilt.m
    │   ├── harris.m
    │   ├── hysthresh.m
    │   ├── impad.m
    │   ├── imsetborder.m
    │   ├── imtrim.m
    │   ├── integaverage.m
    │   ├── integgausfilt.m
    │   ├── integgaussfilt.m
    │   ├── integralfilter.m
    │   ├── integralimage.m
    │   ├── intfilttranspose.m
    │   ├── makeregionsdistinct.m
    │   ├── maskimage.m
    │   ├── mcleanupregions.m
    │   ├── nonmaxsup.m
    │   ├── nonmaxsuppts.m
    │   ├── regionadjacency.m
    │   ├── renumberregions.m
    │   ├── slic.m
    │   ├── smoothorient.m
    │   ├── solveinteg.m
    │   ├── spdbscan.m
    │   ├── subpix2d.m
    │   └── subpix3d.m
    └── WWWImages
        ├── baboon.pc.edge.gif
        ├── baboon.pc.gif
        ├── clouds.gif
        ├── correctedsm.jpg
        ├── dem_shading.png
        ├── derespk.gif
        ├── distortsm.jpg
        ├── dphase2.jpg
        ├── finalvsm.png
        ├── fingervsm.png
        ├── gclean0019a-tn.jpg
        ├── maggrav1.png
        ├── maggrav1.tiff
        ├── maggrav2.png
        ├── maggrav2.tiff
        ├── maggrav3.png
        ├── maggrav3.tiff
        ├── MonaASCIIsml.gif
        ├── Mona_diffuses.jpg
        ├── Mona_LisaGs.jpg
        ├── OzMag.png
        ├── rampneedlesm.png
        ├── rampreconsm.png
        ├── recttrigg.jpg
        ├── shapese.gif
        ├── shapeseim.gif
        ├── shapes.gif
        ├── shapesseg.gif
        ├── srvb0019gamma-tn.jpg
        ├── step2line.canny.gif
        ├── step2linecoded.gif
        ├── step2line.gif
        ├── step2line.pc.gif
        ├── threemix5.png
        ├── threemix5.tif
        ├── trigg.jpg
        ├── whalesm.jpg
        └── whalesmsym.jpg

24 directories, 398 files

标签:

实例下载地址

matlab demo包

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警