图像处理与计算机视觉算法及应用 第2版,图像处理与计算机视觉算法及应用教程(源码+pdf)...

【实例简介】

【实例截图】

1edf43cde905294b55a1e3f65aa16888.png

c83d623ffd57b3a7cd34eef8a971af9b.png

3564d189631212ca50ab31bbab44c75a.png

d0e5c050278ecb58168d135957aa868e.png

0c01405294827c76e84ca241b32ece02.png

4e85c43e281d5d8ef56044334909ddd3.png

0433e87830a9c3e4fb541e728e818a6a.png

【核心代码】

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

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

├── 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

└── 计算机视觉——算法与应用.pdf

13 directories, 327 files

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值