实例介绍
VisualC++数字图像处理技术详解 光盘内容
【实例截图】
【核心代码】
91278998-4f2f-48da-a88f-18d640617f7c
└── VisualC++数字图像处理技术详解1
├── 第01章
│ ├── CDib
│ │ ├── Dib.cpp
│ │ └── Dib.h
│ ├── CoolTabCtrl.cpp
│ ├── CoolTabCtrl.h
│ ├── Debug
│ │ └── GraphShower.exe
│ ├── GraphShower.aps
│ ├── GraphShower.cpp
│ ├── GraphShowerDoc.cpp
│ ├── GraphShowerDoc.h
│ ├── GraphShower.h
│ ├── GraphShower.rc
│ ├── GraphShower.sln
│ ├── GraphShower.vcproj
│ ├── GraphShowerView.cpp
│ ├── GraphShowerView.h
│ ├── MainFrm.cpp
│ ├── mainfrm.h
│ ├── marco.h
│ ├── PrevDlg.cpp
│ ├── PrevDlg.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── dir.ico
│ │ ├── GraphShowerDoc.ico
│ │ ├── GraphShower.ico
│ │ ├── GraphShower.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── scbarg.cpp
│ ├── scbarg.h
│ ├── sizecbar.cpp
│ ├── sizecbar.h
│ ├── stdafx.cpp
│ └── stdafx.h
├── 第02章
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── DImageProcess.exe
│ ├── Dib.cpp
│ ├── Dib.h
│ ├── DImageProcess.aps
│ ├── DImageProcess.cpp
│ ├── DImageProcessDoc.cpp
│ ├── DImageProcessDoc.h
│ ├── DImageProcess.h
│ ├── DImageProcess.rc
│ ├── DImageProcess.sln
│ ├── DImageProcess.vcproj
│ ├── DImageProcessView.cpp
│ ├── DImageProcessView.h
│ ├── Dlggeo.cpp
│ ├── Dlggeo.h
│ ├── DlgRot.cpp
│ ├── DlgRot.h
│ ├── Dlgsvd.cpp
│ ├── Dlgsvd.h
│ ├── DlgTran.cpp
│ ├── DlgTran.h
│ ├── DlgZoom.cpp
│ ├── DlgZoom.h
│ ├── function.h
│ ├── Image.bmp
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── matlib.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Devior.smf
│ │ ├── DImageProcessDoc.ico
│ │ ├── DImageProcess.ico
│ │ ├── DImageProcess.rc2
│ │ ├── idr_dima.ico
│ │ ├── idr_main.ico
│ │ ├── Kromo.smf
│ │ ├── Toolbar.bmp
│ │ └── xpblue.smf
│ ├── resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── test.cpp
│ ├── test.h
│ └── v4501v.lib
├── 第03章
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── Debug
│ │ └── DImageProcess.exe
│ ├── Dib.cpp
│ ├── Dib.h
│ ├── DImageProcess.aps
│ ├── DImageProcess.cpp
│ ├── DImageProcessDoc.cpp
│ ├── DImageProcessDoc.h
│ ├── DImageProcess.h
│ ├── DImageProcess.rc
│ ├── DImageProcess.sln
│ ├── DImageProcess.vcproj
│ ├── DImageProcessView.cpp
│ ├── DImageProcessView.h
│ ├── Dlggeo.cpp
│ ├── Dlggeo.h
│ ├── DlgRot.cpp
│ ├── DlgRot.h
│ ├── Dlgsvd.cpp
│ ├── Dlgsvd.h
│ ├── DlgTran.cpp
│ ├── DlgTran.h
│ ├── DlgZoom.cpp
│ ├── DlgZoom.h
│ ├── function.h
│ ├── Image.bmp
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── matlib.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Devior.smf
│ │ ├── DImageProcessDoc.ico
│ │ ├── DImageProcess.ico
│ │ ├── DImageProcess.rc2
│ │ ├── idr_dima.ico
│ │ ├── idr_main.ico
│ │ ├── Kromo.smf
│ │ ├── Toolbar.bmp
│ │ └── xpblue.smf
│ ├── resource.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── test.cpp
│ ├── test.h
│ └── v4501v.lib
├── 第04章
│ ├── ColorEnhanceDib.cpp
│ ├── ColorEnhanceDib.h
│ ├── Dib.cpp
│ ├── Dib.h
│ ├── FrequencyFilterDib.cpp
│ ├── FrequencyFilterDib.h
│ ├── GrayTransformDib.cpp
│ ├── GrayTransformDib.h
│ ├── HistogramDib.cpp
│ ├── HistogramDib.h
│ ├── lena.bmp
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── PhotoProcess.aps
│ ├── PhotoProcess.cpp
│ ├── PhotoProcessDoc.cpp
│ ├── PhotoProcessDoc.h
│ ├── PhotoProcess.exe
│ ├── PhotoProcess.h
│ ├── PhotoProcess.rc
│ ├── PhotoProcess.sln
│ ├── PhotoProcess.vcproj
│ ├── PhotoProcessView.cpp
│ ├── PhotoProcessView.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── PhotoProcessDoc.ico
│ │ ├── PhotoProcess.ico
│ │ ├── PhotoProcess.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── SharpenProcessDib.cpp
│ ├── SharpenProcessDib.h
│ ├── SmoothProcessDib.cpp
│ ├── SmoothProcessDib.h
│ ├── stdafx.cpp
│ └── stdafx.h
├── 第05章
│ ├── cdib.cpp
│ ├── cdib.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── Default.SUP
│ ├── DIBPrcs.cpp
│ ├── FreTrans.cpp
│ ├── GlobalApi.h
│ ├── ImageProcessing.aps
│ ├── ImageProcessing.clw
│ ├── ImageProcessing.cpp
│ ├── ImageProcessingDoc.cpp
│ ├── ImageProcessingDoc.h
│ ├── ImageProcessing.h
│ ├── ImageProcessing.opt
│ ├── ImageProcessing.plg
│ ├── ImageProcessing.rc
│ ├── ImageProcessingView.cpp
│ ├── ImageProcessingView.h
│ ├── Images
│ │ ├── 几何失真.BMP
│ │ ├── 模糊airplane.bmp
│ │ ├── 模糊baboon.bmp
│ │ ├── 模糊lena.bmp
│ │ ├── 模糊stuff.bmp
│ │ └── 模糊照片.bmp
│ ├── ImageView.cpp
│ ├── IMBRestore.dsp
│ ├── IMBRestore.dsw
│ ├── IMBRestore.opt
│ ├── IMBRestore.plg
│ ├── IMGRestore.opt
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── IMBRestore.exe
│ ├── res
│ │ ├── ImageProcessingDoc.ico
│ │ ├── ImageProcessing.ico
│ │ ├── ImageProcessing.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── restore.cpp
│ ├── SegApi.cpp
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第06章
│ ├── Exp_7_2_1
│ │ ├── Exp_7_2_1.sln
│ │ ├── Exp_7_2_1.vcproj
│ │ └── vtkMain.cpp
│ └── Exp_7_5_1
│ ├── Exp_7_5_1.sln
│ ├── Exp_7_5_1.vcproj
│ └── vtkMain.cpp
├── 第07章
│ ├── BinaryMorphDib.cpp
│ ├── BinaryMorphDib.h
│ ├── CellDetection.aps
│ ├── CellDetection.cpp
│ ├── CellDetectionDoc.cpp
│ ├── CellDetectionDoc.h
│ ├── CellDetection.exe
│ ├── CellDetection.h
│ ├── CellDetection.rc
│ ├── CellDetection.sln
│ ├── CellDetection.vcproj
│ ├── CellDetectionView.cpp
│ ├── CellDetectionView.h
│ ├── CellImage.bmp
│ ├── Dib.cpp
│ ├── Dib.h
│ ├── GrayMorphDib.cpp
│ ├── GrayMorphDib.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CellDetectionDoc.ico
│ │ ├── CellDetection.ico
│ │ ├── CellDetection.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── stdafx.cpp
│ └── stdafx.h
├── 第08章
│ ├── 分水岭分割
│ │ ├── dll
│ │ │ └── ImageLoad.dll
│ │ ├── Image
│ │ │ ├── color_lena.bmp
│ │ │ ├── gray_cells.BMP
│ │ │ ├── gray_insect.bmp
│ │ │ ├── gray_lena.bmp
│ │ │ └── gray_peach.bmp
│ │ ├── ImageErrors.h
│ │ ├── Imageload.h
│ │ ├── ImageLoad.lib
│ │ ├── ImageObject.cpp
│ │ ├── ImageObject.h
│ │ ├── include
│ │ │ ├── ImageErrors.h
│ │ │ ├── Imageload.h
│ │ │ ├── ImageObject.cpp
│ │ │ └── ImageObject.h
│ │ ├── lib
│ │ │ └── ImageLoad.lib
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── MyMath.cpp
│ │ ├── MyMath.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── bitmap3.bmp
│ │ │ ├── demo.ico
│ │ │ ├── Toolbar.bmp
│ │ │ ├── WaterShedDoc.ico
│ │ │ ├── WaterShed.ico
│ │ │ └── WaterShed.rc2
│ │ ├── Resource.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ ├── WaterShed.aps
│ │ ├── WaterShed.clw
│ │ ├── WaterShed.cpp
│ │ ├── WaterShedDoc.cpp
│ │ ├── WaterShedDoc.h
│ │ ├── WaterShed.dsp
│ │ ├── WaterShed.h
│ │ ├── WaterShed.opt
│ │ ├── WaterShed.plg
│ │ ├── WaterShed.rc
│ │ ├── WaterShed.sln
│ │ ├── WaterShed.vcproj
│ │ ├── WaterShedView.cpp
│ │ └── WaterShedView.h
│ ├── 图像分割
│ │ ├── ColorSeg.cpp
│ │ ├── ColorSeg.h
│ │ ├── ContourSegment.cpp
│ │ ├── ContourSegment.h
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── EdgeDetection.cpp
│ │ ├── EdgeDetection.h
│ │ ├── Image
│ │ │ ├── color_lena.bmp
│ │ │ ├── gray_cells.BMP
│ │ │ ├── gray_insect.bmp
│ │ │ ├── gray_lena.bmp
│ │ │ └── gray_peach.bmp
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── RegionSegment.cpp
│ │ ├── RegionSegment.h
│ │ ├── res
│ │ │ ├── SegmentDoc.ico
│ │ │ ├── Segment.ico
│ │ │ ├── Segment.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── Segment.aps
│ │ ├── Segment.cpp
│ │ ├── SegmentDoc.cpp
│ │ ├── SegmentDoc.h
│ │ ├── Segment.h
│ │ ├── Segment.rc
│ │ ├── Segment.sln
│ │ ├── Segment.vcproj
│ │ ├── SegmentView.cpp
│ │ ├── SegmentView.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── Threshold.cpp
│ │ └── Threshold.h
│ ├── 指纹提取
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── Fngprnt.aps
│ │ ├── Fngprnt.cpp
│ │ ├── FngprntDoc.cpp
│ │ ├── FngprntDoc.h
│ │ ├── Fngprnt.h
│ │ ├── Fngprnt.rc
│ │ ├── Fngprnt.sln
│ │ ├── Fngprnt.vcproj
│ │ ├── FngprntView.cpp
│ │ ├── FngprntView.h
│ │ ├── image
│ │ │ ├── gray_finger1.bmp
│ │ │ └── gray_finger2.bmp
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── FngprntDoc.ico
│ │ │ ├── Fngprnt.ico
│ │ │ ├── Fngprnt.rc2
│ │ │ └── Toolbar.bmp
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── Threshold.cpp
│ │ └── Threshold.h
│ └── 水平集分割
│ ├── brain.bmp
│ ├── levelset.dsw
│ ├── levelset.opt
│ ├── levelset.plg
│ ├── matcom.out
│ ├── rgb2gray.cpp
│ ├── rgb2gray.h
│ └── rgb2gray.r
├── 第09章
│ ├── cdib.cpp
│ ├── cdib.h
│ ├── ColorTable.h
│ ├── Debug
│ │ └── ImageMatching.exe
│ ├── DIBPrcs.cpp
│ ├── DlgImageMatchDis.cpp
│ ├── DlgImageMatchDis.h
│ ├── DlgImageMatchGYH.cpp
│ ├── DlgImageMatchGYH.h
│ ├── DlgImageMatchLSC.cpp
│ ├── DlgImageMatchLSC.h
│ ├── DlgImageMatchMoment.cpp
│ ├── DlgImageMatchMoment.h
│ ├── DlgImageMatchSSDA.cpp
│ ├── DlgImageMatchSSDA.h
│ ├── DlgImageMatchYG.cpp
│ ├── DlgImageMatchYG.h
│ ├── GlobalApi.h
│ ├── ImageMatching.aps
│ ├── ImageMatching.clw
│ ├── ImageMatching.cpp
│ ├── ImageMatchingDoc.cpp
│ ├── ImageMatchingDoc.h
│ ├── ImageMatching.dsp
│ ├── ImageMatching.dsw
│ ├── ImageMatching.h
│ ├── ImageMatching.opt
│ ├── ImageMatching.plg
│ ├── ImageMatching.rc
│ ├── ImageMatching.sln
│ ├── ImageMatching.vcproj
│ ├── ImageMatchingView.cpp
│ ├── ImageMatchingView.h
│ ├── Images
│ │ ├── 不变矩.bmp
│ │ ├── 不变矩模板.bmp
│ │ ├── 序贯相似性.bmp
│ │ ├── 序贯相似性模板.bmp
│ │ ├── 归一化.bmp
│ │ ├── 归一化模板.bmp
│ │ ├── 最小均方误差.bmp
│ │ ├── 最小均方误差模板.bmp
│ │ ├── 距离变换.bmp
│ │ ├── 距离变换模板.bmp
│ │ ├── 遥感图象.bmp
│ │ └── 遥感图象模板.bmp
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── ImageMatchingDoc.ico
│ │ ├── ImageMatching.ico
│ │ ├── ImageMatching.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第10章
│ ├── cdib.cpp
│ ├── cdib.h
│ ├── ChildFrm.cpp
│ ├── ChildFrm.h
│ ├── ColorTable.h
│ ├── Debug
│ │ ├── ImageCoding.exe
│ │ └── OneNote 目录.onetoc2
│ ├── Default.SUP
│ ├── Dib.cpp
│ ├── Dib.h
│ ├── DIBPrcs.cpp
│ ├── DibShow.cpp
│ ├── DlgArith.cpp
│ ├── DlgBitPlane.cpp
│ ├── DlgCoding.h
│ ├── DlgCodingHuffman.cpp
│ ├── DlgHuffman.cpp
│ ├── DlgShannon.cpp
│ ├── DWT.CPP
│ ├── GlobalApi.h
│ ├── ImageCoding.cpp
│ ├── ImageCoding.dsp
│ ├── ImageCoding.opt
│ ├── ImageCoding.plg
│ ├── ImageCoding.sln
│ ├── ImageCoding.vcproj
│ ├── ImageProcessing.aps
│ ├── ImageProcessing.clw
│ ├── ImageProcessing.cpp
│ ├── ImageProcessingDoc.cpp
│ ├── ImageProcessingDoc.h
│ ├── ImageProcessing.h
│ ├── ImageProcessing.opt
│ ├── ImageProcessing.plg
│ ├── ImageProcessing.rc
│ ├── ImageProcessingView.cpp
│ ├── ImageProcessingView.h
│ ├── ImageView.cpp
│ ├── lena.BMP
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── OneNote 目录.onetoc2
│ ├── res
│ │ ├── ImageProcessingDoc.ico
│ │ ├── ImageProcessing.ico
│ │ ├── ImageProcessing.rc2
│ │ ├── OneNote 目录.onetoc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── rle.cpp
│ ├── rle.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── 第11章
│ ├── CoolTabCtrl.cpp
│ ├── CoolTabCtrl.h
│ ├── EffectDisplay.cpp
│ ├── EffectDisplay.h
│ ├── ExpTranDlg.cpp
│ ├── ExpTranDlg.h
│ ├── Filter.cpp
│ ├── Filter.h
│ ├── FogDlg.cpp
│ ├── FogDlg.h
│ ├── GeoOperator.cpp
│ ├── GeoOperator.h
│ ├── GraphShower.aps
│ ├── GraphShower.suo
│ ├── GrayOperator.cpp
│ ├── GrayOperator.h
│ ├── HistogramDlg.cpp
│ ├── HistogramDlg.h
│ ├── improve.cpp
│ ├── improve.h
│ ├── JpegDecoder.cpp
│ ├── JpegDecoder.h
│ ├── LineTranDlg.cpp
│ ├── LineTranDlg.h
│ ├── LogTranDlg.cpp
│ ├── LogTranDlg.h
│ ├── MagicHouse.aps
│ ├── MagicHouse.cpp
│ ├── MagicHouseDoc.cpp
│ ├── MagicHouseDoc.h
│ ├── MagicHouse.h
│ ├── MagicHouse.rc
│ ├── MagicHouse.sln
│ ├── MagicHouse.suo
│ ├── MagicHouse.vcproj
│ ├── MagicHouseView.cpp
│ ├── MagicHouseView.h
│ ├── MainFrm.cpp
│ ├── mainfrm.h
│ ├── marco.h
│ ├── MirTranDlg.cpp
│ ├── MirTranDlg.h
│ ├── MoveTranDlg.cpp
│ ├── MoveTranDlg.h
│ ├── MyDib.cpp
│ ├── MyDib.h
│ ├── out.txt
│ ├── PowerTranDlg.cpp
│ ├── PowerTranDlg.h
│ ├── PrevDlg.cpp
│ ├── PrevDlg.h
│ ├── PreviewDlg.cpp
│ ├── PreviewDlg.h
│ ├── ReadMe.txt
│ ├── Release
│ │ └── MagicHouse.exe
│ ├── res
│ │ ├── dir.ico
│ │ ├── MagicHouseDoc.ico
│ │ ├── MagicHouse.ico
│ │ ├── MagicHouse.rc2
│ │ ├── OneNote 目录.onetoc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── RotateDlg.cpp
│ ├── RotateDlg.h
│ ├── scbarg.cpp
│ ├── scbarg.h
│ ├── sizecbar.cpp
│ ├── sizecbar.h
│ ├── stdafx.cpp
│ ├── stdafx.h
│ ├── StretchDlg.cpp
│ ├── StretchDlg.h
│ ├── ThresholdDlg.cpp
│ ├── ThresholdDlg.h
│ ├── ZoomDlg.cpp
│ └── ZoomDlg.h
├── 第12章
│ ├── Debug
│ │ └── FaceDetection.exe
│ ├── FaceDetection.cpp
│ ├── FaceDetection.sln
│ ├── FaceDetection.vcproj
│ ├── haarcascade_frontalface_alt2.xml
│ ├── haarcascade_frontalface_alt.xml
│ ├── lena.jpg
│ ├── ReadMe.txt
│ ├── stdafx.cpp
│ └── stdafx.h
├── 第13章
│ ├── Exp_13_3_1
│ │ ├── EngineMain.cpp
│ │ ├── Exp_13_3_1.sln
│ │ └── Exp_13_3_1.vcproj
│ ├── Exp_13_3_2
│ │ ├── Debug
│ │ │ ├── Exp_13_3_2.exe
│ │ │ ├── libmat.dll
│ │ │ ├── libmatlb.dll
│ │ │ ├── libmcc.dll
│ │ │ ├── libmmfile.dll
│ │ │ ├── libmx.dll
│ │ │ └── libut.dll
│ │ ├── Exp_13_3_2.aps
│ │ ├── Exp_13_3_2.clw
│ │ ├── Exp_13_3_2.cpp
│ │ ├── Exp_13_3_2Dlg.cpp
│ │ ├── Exp_13_3_2Dlg.h
│ │ ├── Exp_13_3_2.dsp
│ │ ├── Exp_13_3_2.dsw
│ │ ├── Exp_13_3_2.h
│ │ ├── Exp_13_3_2.opt
│ │ ├── Exp_13_3_2.plg
│ │ ├── Exp_13_3_2.positions
│ │ ├── Exp_13_3_2.rc
│ │ ├── myfind.cpp
│ │ ├── myfind.hpp
│ │ ├── myfind.m
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Exp_13_3_2.ico
│ │ │ └── Exp_13_3_2.rc2
│ │ ├── resource.h
│ │ ├── StdAfx.cpp
│ │ └── StdAfx.h
│ ├── Exp_13_3_3
│ │ ├── Debug
│ │ │ ├── Exp_13_3_3.exe
│ │ │ └── myfun.dll
│ │ ├── Exp_13_3_3.aps
│ │ ├── Exp_13_3_3.cpp
│ │ ├── Exp_13_3_3Dlg.cpp
│ │ ├── Exp_13_3_3Dlg.h
│ │ ├── Exp_13_3_3.h
│ │ ├── Exp_13_3_3.rc
│ │ ├── Exp_13_3_3.sln
│ │ ├── Exp_13_3_3.suo
│ │ ├── Exp_13_3_3.vcproj
│ │ ├── myfun.dll
│ │ ├── myfun.exp
│ │ ├── myfun.h
│ │ ├── myfun.lib
│ │ ├── myfun.m
│ │ ├── myfun_mcc_component_data.c
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Exp_13_3_3.ico
│ │ │ └── Exp_13_3_3.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── Exp_13_3_4
│ │ ├── Exp_13_3_4.bsc
│ │ ├── Exp_13_3_4.c
│ │ ├── Exp_13_3_4.dsp
│ │ ├── Exp_13_3_4.dsp.org
│ │ ├── Exp_13_3_4.dsw
│ │ ├── Exp_13_3_4.ilk
│ │ ├── Exp_13_3_4.opt
│ │ ├── Exp_13_3_4.pdb
│ │ ├── Exp_13_3_4.plg
│ │ ├── Exp_13_3_4.positions
│ │ ├── mcc-files.txt
│ │ ├── mcc-files.txt.bak
│ │ ├── mcc-log.txt
│ │ ├── mcc.mak
│ │ ├── mcc.opt
│ │ ├── myeig.cpp
│ │ ├── myeig.hpp
│ │ ├── myeig.m
│ │ ├── myeig_main.cpp
│ │ ├── myeig_master.rsp
│ │ ├── mymagic.cpp
│ │ ├── mymagic.hpp
│ │ ├── mymagic.m
│ │ └── readme.txt
│ ├── Exp_13_3_5
│ │ ├── Exp_13_3_5.dsp
│ │ ├── Exp_13_3_5.dsp.org
│ │ ├── Exp_13_3_5.dsw
│ │ ├── Exp_13_3_5.ilk
│ │ ├── Exp_13_3_5.opt
│ │ ├── Exp_13_3_5.pdb
│ │ ├── Exp_13_3_5.plg
│ │ ├── mcc-files.txt
│ │ ├── mcc-files.txt.bak
│ │ ├── mcc-log.txt
│ │ ├── mcc.mak
│ │ ├── myeig.cpp
│ │ ├── myeig.hpp
│ │ ├── myeig.m
│ │ ├── myeig_main.cpp
│ │ ├── myeig_master.rsp
│ │ ├── mymagic.cpp
│ │ ├── mymagic.hpp
│ │ └── mymagic.m
│ ├── Exp_13_3_6
│ │ ├── Exp_13_3_6.dsp
│ │ ├── Exp_13_3_6.dsw
│ │ ├── Exp_13_3_6.opt
│ │ ├── Exp_13_3_6.plg
│ │ ├── main.cpp
│ │ ├── matlib.h
│ │ ├── myeig.cpp
│ │ ├── myeig.h
│ │ ├── myeig.m
│ │ ├── mymagic.cpp
│ │ ├── mymagic.h
│ │ ├── mymagic.m
│ │ └── v4501v.lib
│ ├── Exp_13_3_7
│ │ ├── CvtRgbToGray
│ │ │ ├── CvtRgbToGray.mdl
│ │ │ └── fj.BMP
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── Exp_13_3_7.aps
│ │ ├── Exp_13_3_7.cpp
│ │ ├── Exp_13_3_7Dlg.cpp
│ │ ├── Exp_13_3_7Dlg.h
│ │ ├── Exp_13_3_7.h
│ │ ├── Exp_13_3_7.rc
│ │ ├── Exp_13_3_7.sln
│ │ ├── Exp_13_3_7.vcproj
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Exp_13_3_7.ico
│ │ │ └── Exp_13_3_7.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── Exp_13_4_1
│ │ ├── Exp_13_4_1.aps
│ │ ├── Exp_13_4_1.cpp
│ │ ├── Exp_13_4_1Dlg.cpp
│ │ ├── Exp_13_4_1Dlg.h
│ │ ├── Exp_13_4_1.h
│ │ ├── Exp_13_4_1.rc
│ │ ├── Exp_13_4_1.sln
│ │ ├── Exp_13_4_1.vcproj
│ │ ├── getVideo.m
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Exp_13_4_1.ico
│ │ │ └── Exp_13_4_1.rc2
│ │ ├── resource.h
│ │ ├── SampleVideo.avi
│ │ ├── stdafx.cpp
│ │ └── stdafx.h
│ ├── Exp_13_4_2
│ │ ├── Exp_13_4_2.aps
│ │ ├── Exp_13_4_2.cpp
│ │ ├── Exp_13_4_2Dlg.cpp
│ │ ├── Exp_13_4_2Dlg.h
│ │ ├── Exp_13_4_2.h
│ │ ├── Exp_13_4_2.rc
│ │ ├── Exp_13_4_2.sln
│ │ ├── Exp_13_4_2.vcproj
│ │ ├── ReadMe.txt
│ │ ├── res
│ │ │ ├── Exp_13_4_2.ico
│ │ │ └── Exp_13_4_2.rc2
│ │ ├── resource.h
│ │ ├── stdafx.cpp
│ │ ├── stdafx.h
│ │ ├── tracking.dll
│ │ ├── tracking.exp
│ │ ├── tracking.h
│ │ ├── tracking.lib
│ │ ├── tracking.m
│ │ └── tracking_mcc_component_data.c
│ └── genlib.bat
└── 第14章
├── BpNet.cpp
├── BpNet.h
├── Debug
│ └── PlateIdentify.exe
├── DigitClass.cpp
├── DigitClass.h
├── img
│ ├── liao1.bmp
│ ├── result.txt
│ ├── teget_num.txt
│ ├── test_set.txt
│ └── train_num.txt
├── MainFrm.cpp
├── MainFrm.h
├── myimg.cpp
├── myimg.h
├── PlateIdentify.aps
├── PlateIdentify.cpp
├── PlateIdentifyDoc.cpp
├── PlateIdentifyDoc.h
├── PlateIdentify.h
├── PlateIdentify.rc
├── PlateIdentify.sln
├── PlateIdentify.vcproj
├── PlateIdentifyView.cpp
├── PlateIdentifyView.h
├── ReadMe.txt
├── res
│ ├── PlateIdentifyDoc.ico
│ ├── PlateIdentify.ico
│ ├── PlateIdentify.rc2
│ └── Toolbar.bmp
├── Resource.h
├── stdafx.cpp
├── stdafx.h
└── 说明.txt
70 directories, 746 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论