在好例子网,分享、交流、成长!
您当前所在位置:首页C/C++ 开发实例C/C++语言基础 → 精通VC++数字图像处理典型算法及实现

精通VC++数字图像处理典型算法及实现

C/C++语言基础

下载此实例
  • 开发语言:C/C++
  • 实例大小:1.41M
  • 下载次数:2
  • 浏览次数:14
  • 发布时间:2023-11-21
  • 实例类别:C/C++语言基础
  • 发 布 人:chenxiaolan
  • 文件格式:.rar
  • 所需积分:2

实例介绍

【实例简介】精通VC 数字图像处理典型算法及实现
比较经典的VC 数字图像处理教材配套光盘文件,其中的各种图像处理算法精简实用,是VC 图像处理的必修课程

【实例截图】

from clipboard

【核心代码】

.
├── 精通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


实例下载地址

精通VC++数字图像处理典型算法及实现

不能下载?内容有错? 点击这里报错 + 投诉 + 提问

好例子网口号:伸出你的我的手 — 分享

网友评论

发表评论

(您的评论需要经过审核才能显示)

查看所有0条评论>>

小贴士

感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。

  • 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
  • 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
  • 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
  • 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。

关于好例子网

本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明

;
报警