基本信息
源码名称:《图像处理与计算机视觉算法及应用教程》(源代码)
源码大小:3.16M
文件格式:.zip
开发语言:C/C++
更新时间:2020-10-10
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

     嘿,亲!知识可是无价之宝呢,但咱这精心整理的资料也耗费了不少心血呀。小小地破费一下,绝对物超所值哦!如有下载和支付问题,请联系我们QQ(微信同号):813200300

本次赞助数额为: 2 元 
   源码介绍



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

└── 图像处理与计算机视觉算法及应用教程与源码
    ├── 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