实例介绍
何东健编写的那本《数字图像处理》书的书上代码,用visual c++6.0实现的
【实例截图】
【核心代码】
16359647420947613785.rar
└── 源代码及资料
├── Appendix
│ ├── CComplex&CFourior
│ │ ├── CComplex复数运算类方法说明.doc
│ │ ├── CFourior傅立叶变换类.doc
│ │ ├── dft.cpp
│ │ └── dft.h
│ ├── CMatrix
│ │ ├── images
│ │ │ ├── image001.gif
│ │ │ ├── image002.gif
│ │ │ ├── image003.gif
│ │ │ └── Thumbs.db
│ │ ├── Matrix.cpp
│ │ ├── Matrix.h
│ │ └── matrix.html
│ └── FileFormat
│ ├── animate
│ │ ├── 3ds.rtf
│ │ ├── avi.rtf
│ │ ├── aviwav.rtf
│ │ ├── codecs.htm
│ │ ├── flc.rtf
│ │ ├── fli.htm
│ │ ├── flt.htm
│ │ ├── mpegfaq.rtf
│ │ ├── mpeg.htm
│ │ ├── pic.htm
│ │ ├── QuickTim.pdf
│ │ └── YUV.htm
│ ├── binary
│ │ ├── aout.htm
│ │ ├── bff.htm
│ │ ├── bgi.rtf
│ │ ├── bpreal.zip
│ │ ├── com.htm
│ │ ├── exe2.htm
│ │ ├── exe.htm
│ │ ├── exewin.htm
│ │ ├── Hex.htm
│ │ ├── hlp2.htm
│ │ ├── Hpj.doc
│ │ ├── inf.htm
│ │ ├── libd.htm
│ │ ├── lib.htm
│ │ ├── libs.zip
│ │ ├── map.htm
│ │ ├── nexe.htm
│ │ ├── objlib.rtf
│ │ ├── pe1.zip
│ │ ├── RAR.rtf
│ │ ├── reg.htm
│ │ ├── res32.htm
│ │ ├── ssobj.zip
│ │ ├── winf10.pdf
│ │ ├── WinReg.htm
│ │ └── zip.htm
│ ├── comm
│ │ ├── arc.htm
│ │ ├── ARJ.htm
│ │ ├── cab.zip
│ │ ├── lzh.htm
│ │ └── tar.htm
│ ├── graphics
│ │ ├── ai30.pdf
│ │ ├── bmp.htm
│ │ ├── Bmp.html
│ │ ├── BW.htm
│ │ ├── col.htm
│ │ ├── draft-bo.rtf
│ │ ├── dwg_ff.htm
│ │ ├── dxf12.htm
│ │ ├── dxf13.zip
│ │ ├── dxf14htm.zip
│ │ ├── dxf.htm
│ │ ├── DXF_R14.HLP
│ │ ├── emf.hlp
│ │ ├── gif87.htm
│ │ ├── Gif89a.doc
│ │ ├── grap.htm
│ │ ├── Ico.zip
│ │ ├── jpg.pdf
│ │ ├── jpg.rtf
│ │ ├── lzwexp.htm
│ │ ├── lzw.htm
│ │ ├── PCD.htm
│ │ ├── pcx.htm
│ │ ├── pic.htm
│ │ ├── PSD.pdf
│ │ ├── ps_plug.pdf
│ │ ├── rle.pdf
│ │ ├── tga2.zip
│ │ ├── tga.htm
│ │ ├── tif.pdf
│ │ └── YUV.htm
│ ├── index.htm
│ └── internet
│ ├── agentref.zip
│ ├── bbs.htm
│ ├── bluewave.htm
│ ├── idx.htm
│ ├── url.htm
│ ├── uuencode.htm
│ ├── VRML2.hlp
│ └── Vrml.rtf
├── Demo
│ ├── ago4501.dll
│ ├── Dip.exe
│ ├── ImageLoad.dll
│ ├── MFC42D.DLL
│ ├── MFCO42D.DLL
│ ├── MSVCRTD.DLL
│ └── v4501v.dll
├── DLL
│ ├── Imageload
│ │ ├── ImageErrors.h
│ │ ├── ImageLoad.dll
│ │ ├── imageload.h
│ │ └── ImageLoad.lib
│ └── Matcom
│ ├── ago4501.dll
│ ├── matlib.h
│ ├── v4501v.dll
│ └── v4501v.lib
├── images
│ ├── 复原
│ │ ├── Miss01.bmp
│ │ ├── Miss02.bmp
│ │ ├── Miss03.bmp
│ │ ├── Miss04.bmp
│ │ ├── Miss05.bmp
│ │ ├── Miss.bmp
│ │ ├── noise1.bmp
│ │ ├── noise.bmp
│ │ └── Thumbs.db
│ ├── 差影
│ │ ├── result.bmp
│ │ ├── source.bmp
│ │ ├── template.bmp
│ │ └── Thumbs.db
│ ├── 投影
│ │ ├── horizontal.bmp
│ │ ├── source.bmp
│ │ ├── Thumbs.db
│ │ └── vertical.bmp
│ ├── 模板匹配
│ │ ├── result.bmp
│ │ ├── source.bmp
│ │ ├── template.bmp
│ │ └── Thumbs.db
│ ├── 种子填充
│ │ ├── 001.bmp
│ │ ├── 002.bmp
│ │ └── Thumbs.db
│ ├── 轮廓
│ │ ├── source.bmp
│ │ ├── sourcecontour.bmp
│ │ ├── sourcetrace.bmp
│ │ └── Thumbs.db
│ ├── 边缘
│ │ ├── bacteria.BMP
│ │ ├── bacteriagausslaplace.BMP
│ │ ├── bacteriaprewitt.BMP
│ │ ├── bacteriarobert.BMP
│ │ ├── blood1.BMP
│ │ ├── blood1gausslaplace.BMP
│ │ ├── blood1kirsch.BMP
│ │ ├── blood1robert.BMP
│ │ ├── Miss.bmp
│ │ ├── Missprewitt.bmp
│ │ ├── Missrobert.bmp
│ │ ├── Misssobel.bmp
│ │ └── Thumbs.db
│ └── 阈值分割
│ ├── result.BMP
│ ├── source.BMP
│ └── Thumbs.db
├── readme.doc
└── SourceCode
├── chap_03
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── DibObject.cpp
│ ├── DibObject.h
│ ├── Dip.aps
│ ├── Dip.clw
│ ├── Dip.cpp
│ ├── DipDoc.cpp
│ ├── DipDoc.h
│ ├── Dip.dsp
│ ├── Dip.dsw
│ ├── Dip.h
│ ├── Dip.ncb
│ ├── Dip.opt
│ ├── Dip.plg
│ ├── Dip.rc
│ ├── DipView.cpp
│ ├── DipView.h
│ ├── ImageErrors.h
│ ├── Imageload.h
│ ├── ImageLoad.lib
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DipDoc.ico
│ │ ├── Dip.ico
│ │ ├── Dip.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap_04
│ ├── AreaPro.cpp
│ ├── AreaPro.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── DibObject.cpp
│ ├── DibObject.h
│ ├── Dip.aps
│ ├── Dip.clw
│ ├── Dip.cpp
│ ├── DipDoc.cpp
│ ├── DipDoc.h
│ ├── Dip.dsp
│ ├── Dip.dsw
│ ├── Dip.h
│ ├── Dip.ncb
│ ├── Dip.opt
│ ├── Dip.plg
│ ├── Dip.rc
│ ├── DipView.cpp
│ ├── DipView.h
│ ├── DlgColor.cpp
│ ├── DlgColor.h
│ ├── DlgIntensity.cpp
│ ├── DlgIntensity.h
│ ├── DlgLinerPara.cpp
│ ├── DlgLinerPara.h
│ ├── DlgMedianFilter.cpp
│ ├── DlgMedianFilter.h
│ ├── DlgPointStre.cpp
│ ├── DlgPointStre.h
│ ├── DlgSmooth.cpp
│ ├── DlgSmooth.h
│ ├── DlgThreshold.cpp
│ ├── DlgThreshold.h
│ ├── EdgeDetDlg.cpp
│ ├── EdgeDetDlg.h
│ ├── ImageErrors.h
│ ├── imageload.h
│ ├── ImageLoad.lib
│ ├── LapDlg.cpp
│ ├── LapDlg.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PointPro.cpp
│ ├── PointPro.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DipDoc.ico
│ │ ├── Dip.ico
│ │ ├── Dip.rc2
│ │ ├── ico00001.ico
│ │ ├── ledoff1.ico
│ │ ├── LedOff.ico
│ │ ├── ledon1.ico
│ │ ├── LedOn.ico
│ │ ├── midpoint.ico
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap_05
│ ├── AreaPro.cpp
│ ├── AreaPro.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── DibObject.cpp
│ ├── DibObject.h
│ ├── Dip.aps
│ ├── Dip.clw
│ ├── Dip.cpp
│ ├── DipDoc.cpp
│ ├── DipDoc.h
│ ├── Dip.dsp
│ ├── Dip.dsw
│ ├── Dip.h
│ ├── Dip.ncb
│ ├── Dip.opt
│ ├── Dip.plg
│ ├── Dip.rc
│ ├── DipView.cpp
│ ├── DipView.h
│ ├── DlgColor.cpp
│ ├── DlgColor.h
│ ├── DlgIntensity.cpp
│ ├── DlgIntensity.h
│ ├── DlgLinerPara.cpp
│ ├── DlgLinerPara.h
│ ├── DlgMedianFilter.cpp
│ ├── DlgMedianFilter.h
│ ├── DlgPointStre.cpp
│ ├── DlgPointStre.h
│ ├── DlgProject.cpp
│ ├── DlgProject.h
│ ├── DlgSeedFill.cpp
│ ├── DlgSeedFill.h
│ ├── DlgSmooth.cpp
│ ├── DlgSmooth.h
│ ├── DlgThreshold.cpp
│ ├── DlgThreshold.h
│ ├── EdgeDetDlg.cpp
│ ├── EdgeDetDlg.h
│ ├── ImageErrors.h
│ ├── imageload.h
│ ├── ImageLoad.lib
│ ├── LapDlg.cpp
│ ├── LapDlg.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PointPro.cpp
│ ├── PointPro.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DipDoc.ico
│ │ ├── Dip.ico
│ │ ├── Dip.rc2
│ │ ├── ico00001.ico
│ │ ├── ledoff1.ico
│ │ ├── LedOff.ico
│ │ ├── ledon1.ico
│ │ ├── LedOn.ico
│ │ ├── midpoint.ico
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap_06
│ ├── AreaPro.cpp
│ ├── AreaPro.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── DibObject.cpp
│ ├── DibObject.h
│ ├── Dip.aps
│ ├── Dip.clw
│ ├── Dip.cpp
│ ├── DipDoc.cpp
│ ├── DipDoc.h
│ ├── Dip.dsp
│ ├── Dip.dsw
│ ├── Dip.h
│ ├── Dip.ncb
│ ├── Dip.opt
│ ├── Dip.plg
│ ├── Dip.rc
│ ├── DipView.cpp
│ ├── DipView.h
│ ├── DlgColor.cpp
│ ├── DlgColor.h
│ ├── DlgGeoRota.cpp
│ ├── DlgGeoRota.h
│ ├── DlgGeoTran.cpp
│ ├── DlgGeoTran.h
│ ├── DlgGeoZoom.cpp
│ ├── DlgGeoZoom.h
│ ├── DlgIntensity.cpp
│ ├── DlgIntensity.h
│ ├── DlgLinerPara.cpp
│ ├── DlgLinerPara.h
│ ├── DlgMedianFilter.cpp
│ ├── DlgMedianFilter.h
│ ├── DlgPointStre.cpp
│ ├── DlgPointStre.h
│ ├── DlgProject.cpp
│ ├── DlgProject.h
│ ├── DlgSeedFill.cpp
│ ├── DlgSeedFill.h
│ ├── DlgSmooth.cpp
│ ├── DlgSmooth.h
│ ├── DlgThreshold.cpp
│ ├── DlgThreshold.h
│ ├── EdgeDetDlg.cpp
│ ├── EdgeDetDlg.h
│ ├── GeoTrans.cpp
│ ├── GeoTrans.h
│ ├── ImageErrors.h
│ ├── imageload.h
│ ├── ImageLoad.lib
│ ├── LapDlg.cpp
│ ├── LapDlg.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PointPro.cpp
│ ├── PointPro.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DipDoc.ico
│ │ ├── Dip.ico
│ │ ├── Dip.rc2
│ │ ├── ico00001.ico
│ │ ├── ledoff1.ico
│ │ ├── LedOff.ico
│ │ ├── ledon1.ico
│ │ ├── LedOn.ico
│ │ ├── midpoint.ico
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap_07
│ ├── AreaPro.cpp
│ ├── AreaPro.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── DibObject.cpp
│ ├── DibObject.h
│ ├── Dip.aps
│ ├── Dip.clw
│ ├── Dip.cpp
│ ├── DipDoc.cpp
│ ├── DipDoc.h
│ ├── Dip.dsp
│ ├── Dip.dsw
│ ├── Dip.h
│ ├── Dip.ncb
│ ├── Dip.opt
│ ├── Dip.plg
│ ├── Dip.rc
│ ├── DipView.cpp
│ ├── DipView.h
│ ├── DlgColor.cpp
│ ├── DlgColor.h
│ ├── DlgFouriorFilte.cpp
│ ├── DlgFouriorFilte.h
│ ├── DlgGeoRota.cpp
│ ├── DlgGeoRota.h
│ ├── DlgGeoTran.cpp
│ ├── DlgGeoTran.h
│ ├── DlgGeoZoom.cpp
│ ├── DlgGeoZoom.h
│ ├── DlgIntensity.cpp
│ ├── DlgIntensity.h
│ ├── DlgLinerPara.cpp
│ ├── DlgLinerPara.h
│ ├── DlgMedianFilter.cpp
│ ├── DlgMedianFilter.h
│ ├── DlgPointStre.cpp
│ ├── DlgPointStre.h
│ ├── DlgProject.cpp
│ ├── DlgProject.h
│ ├── DlgSeedFill.cpp
│ ├── DlgSeedFill.h
│ ├── DlgSmooth.cpp
│ ├── DlgSmooth.h
│ ├── DlgThreshold.cpp
│ ├── DlgThreshold.h
│ ├── EdgeDetDlg.cpp
│ ├── EdgeDetDlg.h
│ ├── FreqPro.cpp
│ ├── FreqPro.h
│ ├── GeoTrans.cpp
│ ├── GeoTrans.h
│ ├── ImageErrors.h
│ ├── imageload.h
│ ├── ImageLoad.lib
│ ├── LapDlg.cpp
│ ├── LapDlg.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── matlib.h
│ ├── mdv4501v.lib
│ ├── PointPro.cpp
│ ├── PointPro.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DipDoc.ico
│ │ ├── Dip.ico
│ │ ├── Dip.rc2
│ │ ├── ico00001.ico
│ │ ├── ledoff1.ico
│ │ ├── LedOff.ico
│ │ ├── ledon1.ico
│ │ ├── LedOn.ico
│ │ ├── midpoint.ico
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap_08
│ ├── AreaPro.cpp
│ ├── AreaPro.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── DibObject.cpp
│ ├── DibObject.h
│ ├── Dip.aps
│ ├── Dip.clw
│ ├── Dip.cpp
│ ├── DipDoc.cpp
│ ├── DipDoc.h
│ ├── Dip.dsp
│ ├── Dip.dsw
│ ├── Dip.h
│ ├── Dip.ncb
│ ├── Dip.opt
│ ├── Dip.plg
│ ├── Dip.rc
│ ├── DipView.cpp
│ ├── DipView.h
│ ├── DlgColor.cpp
│ ├── DlgColor.h
│ ├── DlgFouriorFilte.cpp
│ ├── DlgFouriorFilte.h
│ ├── DlgGeoRota.cpp
│ ├── DlgGeoRota.h
│ ├── DlgGeoTran.cpp
│ ├── DlgGeoTran.h
│ ├── DlgGeoZoom.cpp
│ ├── DlgGeoZoom.h
│ ├── DlgHitMiss.cpp
│ ├── DlgHitMiss.h
│ ├── DlgIntensity.cpp
│ ├── DlgIntensity.h
│ ├── DlgLinerPara.cpp
│ ├── DlgLinerPara.h
│ ├── DlgMedianFilter.cpp
│ ├── DlgMedianFilter.h
│ ├── DlgMorph.cpp
│ ├── DlgMorph.h
│ ├── DlgPointStre.cpp
│ ├── DlgPointStre.h
│ ├── DlgProject.cpp
│ ├── DlgProject.h
│ ├── DlgSeedFill.cpp
│ ├── DlgSeedFill.h
│ ├── DlgSmooth.cpp
│ ├── DlgSmooth.h
│ ├── DlgThreshold.cpp
│ ├── DlgThreshold.h
│ ├── EdgeDetDlg.cpp
│ ├── EdgeDetDlg.h
│ ├── FreqPro.cpp
│ ├── FreqPro.h
│ ├── GeoTrans.cpp
│ ├── GeoTrans.h
│ ├── ImageErrors.h
│ ├── imageload.h
│ ├── ImageLoad.lib
│ ├── LapDlg.cpp
│ ├── LapDlg.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── matlib.h
│ ├── mdv4501v.lib
│ ├── MorphProc.cpp
│ ├── MorphProc.h
│ ├── PointPro.cpp
│ ├── PointPro.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DipDoc.ico
│ │ ├── Dip.ico
│ │ ├── Dip.rc2
│ │ ├── hitmiss_.ico
│ │ ├── ico00001.ico
│ │ ├── ico00002.ico
│ │ ├── ledoff1.ico
│ │ ├── LedOff.ico
│ │ ├── ledon1.ico
│ │ ├── LedOn.ico
│ │ ├── midpoint.ico
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap_09
│ ├── AreaPro.cpp
│ ├── AreaPro.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── DibObject.cpp
│ ├── DibObject.h
│ ├── Dip.aps
│ ├── Dip.clw
│ ├── Dip.cpp
│ ├── DipDoc.cpp
│ ├── DipDoc.h
│ ├── Dip.dsp
│ ├── Dip.dsw
│ ├── Dip.h
│ ├── Dip.ncb
│ ├── Dip.opt
│ ├── Dip.plg
│ ├── Dip.rc
│ ├── DipView.cpp
│ ├── DipView.h
│ ├── DlgColor.cpp
│ ├── DlgColor.h
│ ├── DlgFeature.cpp
│ ├── DlgFeature.h
│ ├── DlgFouriorFilte.cpp
│ ├── DlgFouriorFilte.h
│ ├── DlgGeoRota.cpp
│ ├── DlgGeoRota.h
│ ├── DlgGeoTran.cpp
│ ├── DlgGeoTran.h
│ ├── DlgGeoZoom.cpp
│ ├── DlgGeoZoom.h
│ ├── DlgHitMiss.cpp
│ ├── DlgHitMiss.h
│ ├── DlgIntensity.cpp
│ ├── DlgIntensity.h
│ ├── DlgLinerPara.cpp
│ ├── DlgLinerPara.h
│ ├── DlgMedianFilter.cpp
│ ├── DlgMedianFilter.h
│ ├── DlgMorph.cpp
│ ├── DlgMorph.h
│ ├── DlgPointStre.cpp
│ ├── DlgPointStre.h
│ ├── DlgProject.cpp
│ ├── DlgProject.h
│ ├── DlgSeedFill.cpp
│ ├── DlgSeedFill.h
│ ├── DlgSmooth.cpp
│ ├── DlgSmooth.h
│ ├── DlgThreshold.cpp
│ ├── DlgThreshold.h
│ ├── EdgeDetDlg.cpp
│ ├── EdgeDetDlg.h
│ ├── FreqPro.cpp
│ ├── FreqPro.h
│ ├── GeoTrans.cpp
│ ├── GeoTrans.h
│ ├── ImageErrors.h
│ ├── imageload.h
│ ├── ImageLoad.lib
│ ├── ImgAnalyse.cpp
│ ├── ImgAnalyse.h
│ ├── LapDlg.cpp
│ ├── LapDlg.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── matlib.h
│ ├── mdv4501v.lib
│ ├── MorphProc.cpp
│ ├── MorphProc.h
│ ├── PointPro.cpp
│ ├── PointPro.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DipDoc.ico
│ │ ├── Dip.ico
│ │ ├── Dip.rc2
│ │ ├── hitmiss_.ico
│ │ ├── ico00001.ico
│ │ ├── ico00002.ico
│ │ ├── ledoff1.ico
│ │ ├── LedOff.ico
│ │ ├── ledon1.ico
│ │ ├── LedOn.ico
│ │ ├── midpoint.ico
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap_10
│ ├── AreaPro.cpp
│ ├── AreaPro.h
│ ├── BtnST.cpp
│ ├── BtnST.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── CombineDlg.cpp
│ ├── CombineDlg.h
│ ├── DibObject.cpp
│ ├── DibObject.h
│ ├── Dip.aps
│ ├── Dip.clw
│ ├── Dip.cpp
│ ├── DipDoc.cpp
│ ├── DipDoc.h
│ ├── Dip.dsp
│ ├── Dip.dsw
│ ├── Dip.h
│ ├── Dip.ncb
│ ├── Dip.opt
│ ├── Dip.plg
│ ├── Dip.rc
│ ├── DipView.cpp
│ ├── DipView.h
│ ├── DlgColor.cpp
│ ├── DlgColor.h
│ ├── DlgFeature.cpp
│ ├── DlgFeature.h
│ ├── DlgFouriorFilte.cpp
│ ├── DlgFouriorFilte.h
│ ├── DlgGeoRota.cpp
│ ├── DlgGeoRota.h
│ ├── DlgGeoTran.cpp
│ ├── DlgGeoTran.h
│ ├── DlgGeoZoom.cpp
│ ├── DlgGeoZoom.h
│ ├── DlgHitMiss.cpp
│ ├── DlgHitMiss.h
│ ├── DlgHuffman.cpp
│ ├── DlgHuffman.h
│ ├── DlgIntensity.cpp
│ ├── DlgIntensity.h
│ ├── DlgLinerPara.cpp
│ ├── DlgLinerPara.h
│ ├── DlgMedianFilter.cpp
│ ├── DlgMedianFilter.h
│ ├── DlgMorph.cpp
│ ├── DlgMorph.h
│ ├── DlgPointStre.cpp
│ ├── DlgPointStre.h
│ ├── DlgProject.cpp
│ ├── DlgProject.h
│ ├── DlgSeedFill.cpp
│ ├── DlgSeedFill.h
│ ├── DlgShannon.cpp
│ ├── DlgShannon.h
│ ├── DlgSmooth.cpp
│ ├── DlgSmooth.h
│ ├── DlgStrInput.cpp
│ ├── DlgStrInput.h
│ ├── DlgThreshold.cpp
│ ├── DlgThreshold.h
│ ├── EdgeDetDlg.cpp
│ ├── EdgeDetDlg.h
│ ├── FreqPro.cpp
│ ├── FreqPro.h
│ ├── GeoTrans.cpp
│ ├── GeoTrans.h
│ ├── ImageErrors.h
│ ├── imageload.h
│ ├── ImageLoad.lib
│ ├── ImgAnalyse.cpp
│ ├── ImgAnalyse.h
│ ├── LapDlg.cpp
│ ├── LapDlg.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── matlib.h
│ ├── mdv4501v.lib
│ ├── MorphProc.cpp
│ ├── MorphProc.h
│ ├── PointPro.cpp
│ ├── PointPro.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── DipDoc.ico
│ │ ├── Dip.ico
│ │ ├── Dip.rc2
│ │ ├── hitmiss_.ico
│ │ ├── ico00001.ico
│ │ ├── ico00002.ico
│ │ ├── ledoff1.ico
│ │ ├── LedOff.ico
│ │ ├── ledon1.ico
│ │ ├── LedOn.ico
│ │ ├── midpoint.ico
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── resource.hm
│ ├── StdAfx.cpp
│ └── StdAfx.h
└── chap_11
├── AreaPro.cpp
├── AreaPro.h
├── BtnST.cpp
├── BtnST.h
├── ChildFrm.cpp
├── ChildFrm.h
├── ColorTable.h
├── CombineDlg.cpp
├── CombineDlg.h
├── DibObject.cpp
├── DibObject.h
├── Dip.aps
├── Dip.clw
├── Dip.cpp
├── DipDoc.cpp
├── DipDoc.h
├── Dip.dsp
├── Dip.dsw
├── Dip.h
├── Dip.ncb
├── Dip.opt
├── Dip.plg
├── Dip.rc
├── DipView.cpp
├── DipView.h
├── DlgColor.cpp
├── DlgColor.h
├── DlgFeature.cpp
├── DlgFeature.h
├── DlgFouriorFilte.cpp
├── DlgFouriorFilte.h
├── DlgGeoRota.cpp
├── DlgGeoRota.h
├── DlgGeoTran.cpp
├── DlgGeoTran.h
├── DlgGeoZoom.cpp
├── DlgGeoZoom.h
├── DlgHitMiss.cpp
├── DlgHitMiss.h
├── DlgHuffman.cpp
├── DlgHuffman.h
├── DlgIntensity.cpp
├── DlgIntensity.h
├── DlgLinerPara.cpp
├── DlgLinerPara.h
├── DlgMedianFilter.cpp
├── DlgMedianFilter.h
├── DlgMorph.cpp
├── DlgMorph.h
├── DlgPointStre.cpp
├── DlgPointStre.h
├── DlgProject.cpp
├── DlgProject.h
├── DlgSeedFill.cpp
├── DlgSeedFill.h
├── DlgShannon.cpp
├── DlgShannon.h
├── DlgSmooth.cpp
├── DlgSmooth.h
├── DlgStrInput.cpp
├── DlgStrInput.h
├── DlgThreshold.cpp
├── DlgThreshold.h
├── EdgeDetDlg.cpp
├── EdgeDetDlg.h
├── FreqPro.cpp
├── FreqPro.h
├── GeoTrans.cpp
├── GeoTrans.h
├── ImageErrors.h
├── imageload.h
├── ImageLoad.lib
├── ImgAnalyse.cpp
├── ImgAnalyse.h
├── LapDlg.cpp
├── LapDlg.h
├── MainFrm.cpp
├── MainFrm.h
├── matlib.h
├── mdv4501v.lib
├── MorphProc.cpp
├── MorphProc.h
├── PointPro.cpp
├── PointPro.h
├── ReadMe.txt
├── res
│ ├── DipDoc.ico
│ ├── Dip.ico
│ ├── Dip.rc2
│ ├── hitmiss_.ico
│ ├── ico00001.ico
│ ├── ico00002.ico
│ ├── ledoff1.ico
│ ├── LedOff.ico
│ ├── ledon1.ico
│ ├── LedOn.ico
│ ├── midpoint.ico
│ └── Toolbar.bmp
├── resource.h
├── resource.hm
├── Restore.cpp
├── Restore.h
├── StdAfx.cpp
└── StdAfx.h
43 directories, 855 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论