在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例常规C/C++编程 → 《图像处理与计算机视觉算法及应用教程》(源代码)

《图像处理与计算机视觉算法及应用教程》(源代码)

常规C/C++编程

下载此实例
  • 开发语言:C/C++
  • 实例大小:3.16M
  • 下载次数:87
  • 浏览次数:581
  • 发布时间:2020-10-10
  • 实例类别:常规C/C++编程
  • 发 布 人:PlatttBoy
  • 文件格式:.zip
  • 所需积分:2

实例介绍

【实例简介】

【实例截图】



from clipboard

【核心代码】

图像处理与计算机视觉算法及应用教程与源码

└── 图像处理与计算机视觉算法及应用教程与源码
    ├── Chapter 1
    │   ├── capture.c
    │   ├── lib0.c
    │   └── thr_glh.c
    ├── Chapter 10
    │   ├── angular.c
    │   ├── check.c
    │   ├── convert.c
    │   ├── display.c
    │   ├── listGreyFiles.c
    │   ├── makeCM.c
    │   ├── makeMaster.c
    │   ├── makeMaster2.c
    │   ├── makeMasterGrey.c
    │   ├── quadtree.c
    │   ├── search1.c
    │   ├── search2.c
    │   ├── searchCM.c
    │   ├── searchGrey.c
    │   ├── searchGreyMoments.c
    │   └── searchGreyQuad.c
    ├── Chapter 11
    │   ├── Thumbs.db
    │   ├── clock1.c
    │   ├── clock2.c
    │   ├── convolve.vert
    │   ├── convolve1.frag
    │   ├── convolve2.frag
    │   ├── mpiTest1.c
    │   ├── mpiTest2.c
    │   ├── pic3.jpg
    │   ├── shader1.c
    │   └── shader2.c
    ├── Chapter 2
    │   ├── CANNY.PAR
    │   ├── CHESS.PGM
    │   ├── CHESS_18.PGM
    │   ├── CHESS_3.PGM
    │   ├── CHESS_9.PGM
    │   ├── ET1.EDG
    │   ├── ET1.PGM
    │   ├── ET1_18.PGM
    │   ├── ET1_3.PGM
    │   ├── ET1_9.PGM
    │   ├── ET2.EDG
    │   ├── ET2.PGM
    │   ├── ET2_18.PGM
    │   ├── ET2_3.PGM
    │   ├── ET2_9.PGM
    │   ├── ET3.EDG
    │   ├── ET3.PGM
    │   ├── ET3_18.PGM
    │   ├── ET3_3.PGM
    │   ├── ET3_9.PGM
    │   ├── ET4.EDG
    │   ├── ET4.PGM
    │   ├── ET4_18.PGM
    │   ├── ET4_3.PGM
    │   ├── ET4_9.PGM
    │   ├── ET5.EDG
    │   ├── ET5.PGM
    │   ├── ET5_18.PGM
    │   ├── ET5_3.PGM
    │   ├── ET5_9.PGM
    │   ├── LIB.C
    │   ├── LIB.H
    │   ├── MAKETMPL.C
    │   ├── N20B.PGM
    │   ├── N20W.PGM
    │   ├── SHEN.PAR
    │   ├── WOOD.PGM
    │   ├── canny.c
    │   ├── chess.jpg
    │   ├── colorEdge1.c
    │   ├── colorEdge2.c
    │   ├── colorEdge3.c
    │   ├── eval1.c
    │   ├── eval2.c
    │   ├── gnoise.c
    │   ├── grad1.c
    │   ├── grad2.c
    │   ├── kirsch.c
    │   ├── marr.c
    │   ├── measure.c
    │   ├── shen.c
    │   └── sobel.c
    ├── Chapter 3
    │   ├── 3_8A.PBM
    │   ├── 3_8SE1.PBM
    │   ├── 3_8SE2.PBM
    │   ├── 3_8SE3.PBM
    │   ├── 3_8SE4.PBM
    │   ├── 3_8SE5.PBM
    │   ├── 3_8SE6.PBM
    │   ├── A1.PBM
    │   ├── B1.PBM
    │   ├── CIRC.PBM
    │   ├── CIRCR.PBM
    │   ├── COUNTME.PBM
    │   ├── and.max
    │   ├── bindil.c
    │   ├── bindil.exe
    │   ├── bindil.max
    │   ├── binerode.c
    │   ├── binerode.exe
    │   ├── binerode.max
    │   ├── boundary.max
    │   ├── circle10.pgm
    │   ├── circle11.pgm
    │   ├── circle12.pgm
    │   ├── circle13.pgm
    │   ├── circle14.pgm
    │   ├── circle4.pgm
    │   ├── circle5.pgm
    │   ├── circle6.pgm
    │   ├── circle7.pgm
    │   ├── circle8.pgm
    │   ├── circle9.pgm
    │   ├── close.max
    │   ├── coin3.pgm
    │   ├── coin5.pgm
    │   ├── dil.max
    │   ├── dilg.max
    │   ├── disk1.pgm
    │   ├── disk2.pgm
    │   ├── dual.max
    │   ├── elise.pbm
    │   ├── elise_se.pbm
    │   ├── erog.max
    │   ├── fill.max
    │   ├── gclose.max
    │   ├── gopen.max
    │   ├── gradient.max
    │   ├── grey.c
    │   ├── hitmiss.max
    │   ├── hitmiss2.max
    │   ├── iotest.max
    │   ├── keys.pgm
    │   ├── knight.pgm
    │   ├── max.c
    │   ├── max.h
    │   ├── maxb.c
    │   ├── maxcompiler.exe
    │   ├── maxcompilerb.exe
    │   ├── maxg.c
    │   ├── maxg.exe
    │   ├── maxlib.c
    │   ├── maxlibb.c
    │   ├── mlib.c
    │   ├── morph.h
    │   ├── noisy.pgm
    │   ├── open.max
    │   ├── qrest.pbm
    │   ├── rod.pgm
    │   ├── scans.pgm
    │   ├── simple.pbm
    │   ├── simple.pgm
    │   ├── smooth.max
    │   ├── squares.pbm
    │   ├── t1.max
    │   ├── t10.max
    │   ├── t11.max
    │   ├── t12.max
    │   ├── t13.max
    │   ├── t14.max
    │   ├── t15.max
    │   ├── t2.max
    │   ├── t3.max
    │   ├── t4.max
    │   ├── t5.max
    │   ├── t6.max
    │   ├── t7.max
    │   ├── t8.max
    │   ├── t9.max
    │   ├── texture.pgm
    │   └── tophat.max
    ├── Chapter 4
    │   ├── Chapter 8
    │   ├── Thumbs.db
    │   ├── face.jpg
    │   ├── faceg.jpg
    │   ├── facel.jpg
    │   ├── faces.jpg
    │   ├── kwon.c
    │   ├── pascal.jpg
    │   ├── pascals.jpg
    │   ├── relax.c
    │   ├── relax2.c
    │   ├── relax3.c
    │   ├── sky.jpg
    │   ├── skyg.jpg
    │   ├── skyl.jpg
    │   ├── thrdd.c
    │   ├── thrfuz.c
    │   ├── thrglh.c
    │   ├── thris.c
    │   ├── thrjoh.c
    │   ├── thrkapur.c
    │   ├── thrlap.c
    │   ├── thrme.c
    │   ├── thrme2.c
    │   ├── thrmean.c
    │   ├── thrmulis.c
    │   ├── thrpct.c
    │   ├── thrpun.c
    │   └── twopeaks.c
    ├── Chapter 5
    │   ├── LIB.H
    │   ├── T1.PGM
    │   ├── T2.PGM
    │   ├── T3.PGM
    │   ├── T4.PGM
    │   ├── T5.PGM
    │   ├── fast.c
    │   ├── fast.exe
    │   ├── fast1.c
    │   ├── fast1.exe
    │   ├── lib.c
    │   ├── popularity-hue.c
    │   ├── popularity.c
    │   ├── text.c
    │   ├── text1.c
    │   ├── text1.exe
    │   └── uniform.c
    ├── Chapter 6
    │   ├── 5.pbm
    │   ├── 5r.pbm
    │   ├── B.pbm
    │   ├── H.pbm
    │   ├── T.pbm
    │   ├── V.pbm
    │   ├── X.pbm
    │   ├── choi.c
    │   ├── contour1.c
    │   ├── contour2.c
    │   ├── medialaxis.c
    │   ├── medialaxis.exe
    │   ├── stentiford.c
    │   ├── stentiford.exe
    │   ├── zhangsuen.c
    │   └── zhangsuenbest.c
    ├── Chapter 7
    │   ├── SLOW1.C
    │   ├── SLOW2.C
    │   ├── SLOW3.C
    │   ├── SLOW4.C
    │   ├── blur.c
    │   ├── blur2010.pgm
    │   ├── blurAndInverse.c
    │   ├── face.pgm
    │   ├── facepsf.pgm
    │   ├── faces.pgm
    │   ├── fft1d.c
    │   ├── fftlib.c
    │   ├── fftlib.h
    │   ├── four.pgm
    │   ├── fourbl.pgm
    │   ├── fsn.pgm
    │   ├── grid2010.pgm
    │   ├── hiemphasis.c
    │   ├── highemphasis.exe
    │   ├── highpass.c
    │   ├── highpass.exe
    │   ├── homomorphic.exe
    │   ├── lowpass.c
    │   ├── lowpass.exe
    │   ├── motion.c
    │   ├── motion.exe
    │   ├── psf1.pgm
    │   ├── psf1a.pgm
    │   ├── psf2.pgm
    │   ├── psf2a.pgm
    │   ├── skym.pgm
    │   ├── snr.c
    │   └── snr.exe
    ├── Chapter 8
    │   ├── cross5.c
    │   ├── iris-data.txt
    │   ├── iris-test1.txt
    │   ├── iris-test2.txt
    │   ├── iris-test3.txt
    │   ├── iris-train1.txt
    │   ├── iris-train2.txt
    │   ├── iris-train3.txt
    │   ├── loo.c
    │   ├── nc.c
    │   ├── nkn.c
    │   ├── nn.c
    │   └── reg1.c
    ├── Chapter 9
    │   ├── b.pbm
    │   ├── baird.c
    │   ├── c.pbm
    │   ├── d.pbm
    │   ├── d2.pbm
    │   ├── d3.pbm
    │   ├── datapc1
    │   ├── datapc2
    │   ├── dig1.pbm
    │   ├── dig2.pbm
    │   ├── dig3.pbm
    │   ├── dig4.pbm
    │   ├── dig5.pbm
    │   ├── dig6.pbm
    │   ├── dig7.pbm
    │   ├── dig8.pbm
    │   ├── dig9.pbm
    │   ├── helv.db
    │   ├── hskew.c
    │   ├── kfill.c
    │   ├── learn.c
    │   ├── learn2.c
    │   ├── learn3.c
    │   ├── lib.h
    │   ├── nnclass.c
    │   ├── nncvt.c
    │   ├── nnlearn.c
    │   ├── ocr1.c
    │   ├── ocr2.c
    │   ├── ocr3.c
    │   ├── pagec.pbm
    │   ├── paged.pbm
    │   ├── prof.db
    │   ├── recc.c
    │   ├── recp.c
    │   ├── recv.c
    │   ├── sample.pbm
    │   ├── sample14.pbm
    │   ├── sk10.pbm
    │   ├── sk15.pbm
    │   ├── slhist.c
    │   ├── testpage.pbm
    │   ├── testpage14.pbm
    │   ├── testtext.pbm
    │   ├── text14.pbm
    │   ├── tr.db
    │   ├── vect.c
    │   └── weights.dat

13 directories, 327 files



实例下载地址

《图像处理与计算机视觉算法及应用教程》(源代码)

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警