基本信息
源码名称:精通VC++数字图像处理典型算法及实现
源码大小:1.41M
文件格式:.rar
开发语言:C/C++
更新时间:2023-11-21
   友情提示:(无需注册或充值,赞助后即可获取资源下载链接)

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

本次赞助数额为: 2 元 
   源码介绍
精通VC 数字图像处理典型算法及实现
比较经典的VC 数字图像处理教材配套光盘文件,其中的各种图像处理算法精简实用,是VC 图像处理的必修课程

.
├── 精通VC 数字图像处理典型算法及实现
│   ├── 01
│   │   └── DIBDisplay
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── ColorTable.h
│   │       ├── DIBDisplay.aps
│   │       ├── DIBDisplay.clw
│   │       ├── DIBDisplay.cpp
│   │       ├── DIBDisplay.dsp
│   │       ├── DIBDisplay.dsw
│   │       ├── DIBDisplay.h
│   │       ├── DIBDisplay.ncb
│   │       ├── DIBDisplay.opt
│   │       ├── DIBDisplay.plg
│   │       ├── DIBDisplay.rc
│   │       ├── DIBDisplayDoc.cpp
│   │       ├── DIBDisplayDoc.h
│   │       ├── DIBDisplayView.cpp
│   │       ├── DIBDisplayView.h
│   │       ├── DIBPrcs.cpp
│   │       ├── DibImage.cpp
│   │       ├── DibImage.h
│   │       ├── GlobalApi.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── cdib.cpp
│   │       ├── cdib.h
│   │       └── res
│   │           ├── DIBDisplay.ico
│   │           ├── DIBDisplay.rc2
│   │           ├── DIBDisplayDoc.ico
│   │           └── Toolbar.bmp
│   ├── 02
│   │   └── IMGCaputre
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── ColorTable.h
│   │       ├── DIBPrcs.cpp
│   │       ├── Default.SUP
│   │       ├── DibShow.cpp
│   │       ├── GlobalApi.h
│   │       ├── IMGCapture.dsw
│   │       ├── IMGCapture.ncb
│   │       ├── IMGCapture.opt
│   │       ├── ImageProcessing.aps
│   │       ├── ImageProcessing.clw
│   │       ├── ImageProcessing.cpp
│   │       ├── ImageProcessing.dsp
│   │       ├── ImageProcessing.dsp.bak
│   │       ├── ImageProcessing.h
│   │       ├── ImageProcessing.ncb
│   │       ├── ImageProcessing.opt
│   │       ├── ImageProcessing.plg
│   │       ├── ImageProcessing.rc
│   │       ├── ImageProcessingDoc.cpp
│   │       ├── ImageProcessingDoc.h
│   │       ├── ImageProcessingView.cpp
│   │       ├── ImageProcessingView.h
│   │       ├── ImageView.cpp
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── cdib.cpp
│   │       ├── cdib.h
│   │       ├── res
│   │       │   ├── ImageProcessing.ico
│   │       │   ├── ImageProcessing.rc2
│   │       │   ├── ImageProcessingDoc.ico
│   │       │   └── Toolbar.bmp
│   │       ├── resource.h
│   │       └── ~VC265.tmp
│   ├── 03
│   │   └── LineTrans
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── DibImage.cpp
│   │       ├── DibImage.h
│   │       ├── IntensityDlg.cpp
│   │       ├── IntensityDlg.h
│   │       ├── LineTrans.aps
│   │       ├── LineTrans.clw
│   │       ├── LineTrans.cpp
│   │       ├── LineTrans.dsp
│   │       ├── LineTrans.dsw
│   │       ├── LineTrans.h
│   │       ├── LineTrans.ncb
│   │       ├── LineTrans.opt
│   │       ├── LineTrans.plg
│   │       ├── LineTrans.rc
│   │       ├── LineTransDoc.cpp
│   │       ├── LineTransDoc.h
│   │       ├── LineTransView.cpp
│   │       ├── LineTransView.h
│   │       ├── LinerParaDlg.cpp
│   │       ├── LinerParaDlg.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── PointStreDlg.cpp
│   │       ├── PointStreDlg.h
│   │       ├── PointThreDlg.cpp
│   │       ├── PointThreDlg.h
│   │       ├── PointWinDlg.cpp
│   │       ├── PointWinDlg.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       └── res
│   │           ├── LineTrans.ico
│   │           ├── LineTrans.rc2
│   │           ├── LineTransDoc.ico
│   │           └── Toolbar.bmp
│   ├── 04
│   │   └── GeoTrans
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── DibImage.cpp
│   │       ├── DibImage.h
│   │       ├── GeoRotaDlg.cpp
│   │       ├── GeoRotaDlg.h
│   │       ├── GeoTrans.aps
│   │       ├── GeoTrans.clw
│   │       ├── GeoTrans.cpp
│   │       ├── GeoTrans.dsp
│   │       ├── GeoTrans.dsw
│   │       ├── GeoTrans.h
│   │       ├── GeoTrans.ncb
│   │       ├── GeoTrans.opt
│   │       ├── GeoTrans.plg
│   │       ├── GeoTrans.rc
│   │       ├── GeoTransDlg.cpp
│   │       ├── GeoTransDlg.h
│   │       ├── GeoTransDoc.cpp
│   │       ├── GeoTransDoc.h
│   │       ├── GeoTransView.cpp
│   │       ├── GeoTransView.h
│   │       ├── GeoZoomDlg.cpp
│   │       ├── GeoZoomDlg.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       └── res
│   │           ├── GeoTrans.ico
│   │           ├── GeoTrans.rc2
│   │           ├── GeoTransDoc.ico
│   │           └── Toolbar.bmp
│   ├── 05
│   │   └── FreTrans
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── DibImage.cpp
│   │       ├── DibImage.h
│   │       ├── FreTrans.aps
│   │       ├── FreTrans.clw
│   │       ├── FreTrans.cpp
│   │       ├── FreTrans.dsp
│   │       ├── FreTrans.dsw
│   │       ├── FreTrans.h
│   │       ├── FreTrans.ncb
│   │       ├── FreTrans.opt
│   │       ├── FreTrans.plg
│   │       ├── FreTrans.rc
│   │       ├── FreTransDoc.cpp
│   │       ├── FreTransDoc.h
│   │       ├── FreTransView.cpp
│   │       ├── FreTransView.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       └── res
│   │           ├── FreTrans.ico
│   │           ├── FreTrans.rc2
│   │           ├── FreTransDoc.ico
│   │           └── Toolbar.bmp
│   ├── 06
│   │   └── TemplateTrans
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── ColorDlg.cpp
│   │       ├── ColorDlg.h
│   │       ├── ColorTable.h
│   │       ├── DibImage.cpp
│   │       ├── DibImage.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── MidFilterDlg.cpp
│   │       ├── MidFilterDlg.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── SharpThreDlg.cpp
│   │       ├── SharpThreDlg.h
│   │       ├── SmoothDlg.cpp
│   │       ├── SmoothDlg.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── TemplateTrans.aps
│   │       ├── TemplateTrans.clw
│   │       ├── TemplateTrans.cpp
│   │       ├── TemplateTrans.dsp
│   │       ├── TemplateTrans.dsw
│   │       ├── TemplateTrans.h
│   │       ├── TemplateTrans.ncb
│   │       ├── TemplateTrans.opt
│   │       ├── TemplateTrans.plg
│   │       ├── TemplateTrans.rc
│   │       ├── TemplateTransDoc.cpp
│   │       ├── TemplateTransDoc.h
│   │       ├── TemplateTransView.cpp
│   │       ├── TemplateTransView.h
│   │       └── res
│   │           ├── TemplateTrans.ico
│   │           ├── TemplateTrans.rc2
│   │           ├── TemplateTransDoc.ico
│   │           └── Toolbar.bmp
│   ├── 07
│   │   └── Morph
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── DibImage.cpp
│   │       ├── DibImage.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── Morph.aps
│   │       ├── Morph.clw
│   │       ├── Morph.cpp
│   │       ├── Morph.dsp
│   │       ├── Morph.dsw
│   │       ├── Morph.h
│   │       ├── Morph.ncb
│   │       ├── Morph.opt
│   │       ├── Morph.plg
│   │       ├── Morph.rc
│   │       ├── MorphCloseDlg.cpp
│   │       ├── MorphCloseDlg.h
│   │       ├── MorphDilationDlg.cpp
│   │       ├── MorphDilationDlg.h
│   │       ├── MorphDoc.cpp
│   │       ├── MorphDoc.h
│   │       ├── MorphErosionDlg.cpp
│   │       ├── MorphErosionDlg.h
│   │       ├── MorphOpenDlg.cpp
│   │       ├── MorphOpenDlg.h
│   │       ├── MorphView.cpp
│   │       ├── MorphView.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       └── res
│   │           ├── Morph.ico
│   │           ├── Morph.rc2
│   │           ├── MorphDoc.ico
│   │           └── Toolbar.bmp
│   ├── 08
│   │   └── EdgeContour
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── DibImage.cpp
│   │       ├── DibImage.h
│   │       ├── EdgeContour.aps
│   │       ├── EdgeContour.cpp
│   │       ├── EdgeContour.dsp
│   │       ├── EdgeContour.dsw
│   │       ├── EdgeContour.h
│   │       ├── EdgeContour.ncb
│   │       ├── EdgeContour.opt
│   │       ├── EdgeContour.plg
│   │       ├── EdgeContour.rc
│   │       ├── EdgeContourDoc.cpp
│   │       ├── EdgeContourDoc.h
│   │       ├── EdgeContourView.cpp
│   │       ├── EdgeContourView.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       └── res
│   │           ├── EdgeContour.ico
│   │           ├── EdgeContour.rc2
│   │           ├── EdgeContourDoc.ico
│   │           └── Toolbar.bmp
│   ├── 09
│   │   └── Direct
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── DibImage.cpp
│   │       ├── DibImage.h
│   │       ├── Direct.aps
│   │       ├── Direct.clw
│   │       ├── Direct.cpp
│   │       ├── Direct.dsp
│   │       ├── Direct.dsw
│   │       ├── Direct.h
│   │       ├── Direct.ncb
│   │       ├── Direct.opt
│   │       ├── Direct.plg
│   │       ├── Direct.rc
│   │       ├── DirectDoc.cpp
│   │       ├── DirectDoc.h
│   │       ├── DirectView.cpp
│   │       ├── DirectView.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       └── res
│   │           ├── Direct.ico
│   │           ├── Direct.rc2
│   │           ├── DirectDoc.ico
│   │           └── Toolbar.bmp
│   ├── 10
│   │   └── IMGReg
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── ColorTable.h
│   │       ├── DIBPrcs.cpp
│   │       ├── Default.SUP
│   │       ├── DibShow.cpp
│   │       ├── DlgAftReg.cpp
│   │       ├── DlgAftReg.h
│   │       ├── DlgRecMatch.cpp
│   │       ├── DlgRecMatch.h
│   │       ├── DlgReg.cpp
│   │       ├── DlgReg.h
│   │       ├── GlobalApi.h
│   │       ├── IMGReg.aps
│   │       ├── IMGReg.clw
│   │       ├── IMGReg.cpp
│   │       ├── IMGReg.dsp
│   │       ├── IMGReg.dsw
│   │       ├── IMGReg.h
│   │       ├── IMGReg.ncb
│   │       ├── IMGReg.opt
│   │       ├── IMGReg.plg
│   │       ├── IMGReg.rc
│   │       ├── IMGRegDoc.cpp
│   │       ├── IMGRegDoc.h
│   │       ├── IMGRegView.cpp
│   │       ├── IMGRegView.h
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── Resource.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── cdib.cpp
│   │       ├── cdib.h
│   │       ├── res
│   │       │   ├── IMGReg.ico
│   │       │   ├── IMGReg.rc2
│   │       │   ├── IMGRegDoc.ico
│   │       │   ├── ImageProcessing.ico
│   │       │   └── Toolbar.bmp
│   │       └── ~VC265.tmp
│   ├── 11
│   │   └── IMGRestore
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── ColorTable.h
│   │       ├── DIBPrcs.cpp
│   │       ├── Default.SUP
│   │       ├── FreTrans.cpp
│   │       ├── GlobalApi.h
│   │       ├── IMBRestore.dsp
│   │       ├── IMBRestore.dsw
│   │       ├── IMBRestore.ncb
│   │       ├── IMBRestore.opt
│   │       ├── IMBRestore.plg
│   │       ├── IMGRestore.dsw
│   │       ├── IMGRestore.ncb
│   │       ├── IMGRestore.opt
│   │       ├── ImageProcessing.aps
│   │       ├── ImageProcessing.clw
│   │       ├── ImageProcessing.cpp
│   │       ├── ImageProcessing.h
│   │       ├── ImageProcessing.ncb
│   │       ├── ImageProcessing.opt
│   │       ├── ImageProcessing.plg
│   │       ├── ImageProcessing.rc
│   │       ├── ImageProcessingDoc.cpp
│   │       ├── ImageProcessingDoc.h
│   │       ├── ImageProcessingView.cpp
│   │       ├── ImageProcessingView.h
│   │       ├── ImageView.cpp
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── ReadMe.txt
│   │       ├── SegApi.cpp
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── cdib.cpp
│   │       ├── cdib.h
│   │       ├── res
│   │       │   ├── ImageProcessing.ico
│   │       │   ├── ImageProcessing.rc2
│   │       │   ├── ImageProcessingDoc.ico
│   │       │   └── Toolbar.bmp
│   │       ├── resource.h
│   │       ├── restore.cpp
│   │       └── ~VC265.tmp
│   ├── 12
│   │   └── ImageCoding
│   │       ├── ChildFrm.cpp
│   │       ├── ChildFrm.h
│   │       ├── ColorTable.h
│   │       ├── DIBPrcs.cpp
│   │       ├── DWT.CPP
│   │       ├── Default.SUP
│   │       ├── DibShow.cpp
│   │       ├── DlgArith.cpp
│   │       ├── DlgBitPlane.cpp
│   │       ├── DlgCoding.h
│   │       ├── DlgCodingHuffman.cpp
│   │       ├── DlgHuffman.cpp
│   │       ├── DlgShannon.cpp
│   │       ├── GlobalApi.h
│   │       ├── ImageCoding.cpp
│   │       ├── ImageCoding.dsp
│   │       ├── ImageCoding.dsw
│   │       ├── ImageCoding.ncb
│   │       ├── ImageCoding.opt
│   │       ├── ImageCoding.plg
│   │       ├── ImageProcessing.aps
│   │       ├── ImageProcessing.clw
│   │       ├── ImageProcessing.cpp
│   │       ├── ImageProcessing.h
│   │       ├── ImageProcessing.ncb
│   │       ├── ImageProcessing.opt
│   │       ├── ImageProcessing.plg
│   │       ├── ImageProcessing.rc
│   │       ├── ImageProcessingDoc.cpp
│   │       ├── ImageProcessingDoc.h
│   │       ├── ImageProcessingView.cpp
│   │       ├── ImageProcessingView.h
│   │       ├── ImageView.cpp
│   │       ├── MainFrm.cpp
│   │       ├── MainFrm.h
│   │       ├── StdAfx.cpp
│   │       ├── StdAfx.h
│   │       ├── cdib.cpp
│   │       ├── cdib.h
│   │       ├── res
│   │       │   ├── ImageProcessing.ico
│   │       │   ├── ImageProcessing.rc2
│   │       │   ├── ImageProcessingDoc.ico
│   │       │   └── Toolbar.bmp
│   │       ├── resource.h
│   │       └── ~VC265.tmp
│   └── 说明.txt
└── 好例子网_精通VC 数字图像处理典型算法及实现.rar

37 directories, 430 files