实例介绍
VC图像处理代码之—数字图像工程案例,是《数字图像工程案例》光盘代码! 很珍贵啊
【实例截图】
【核心代码】
数字图像工程案例
└── 数字图像工程案例
├── chap1
│ ├── Hough变换.txt
│ ├── 图像增强技术.txt
│ ├── 图像平移.txt
│ ├── 图像旋转.txt
│ ├── 图像的3D灰度显示.txt
│ ├── 图像的反色.txt
│ ├── 图像缩放.txt
│ ├── 图像转置.txt
│ ├── 图像镜像.txt
│ ├── 拉普拉斯高斯边缘检测.txt
│ ├── 显示浮雕文字效果.txt
│ ├── 显示渐变色彩效果.txt
│ ├── 浮雕技术.txt
│ ├── 灰度均衡.txt
│ ├── 灰度拉伸.txt
│ ├── 维纳滤波处理.txt
│ ├── 逆滤波处理.txt
│ ├── 阈值变换.txt
│ └── 雕刻技术.txt
├── chap2
│ └── 细胞识别统计系统
│ ├── Blood.bmp
│ ├── Cell.aps
│ ├── cell.bmp
│ ├── Cell.clw
│ ├── Cell.cpp
│ ├── Cell_debug.exe
│ ├── CellDoc.cpp
│ ├── CellDoc.h
│ ├── Cell.dsp
│ ├── Cell.dsw
│ ├── Cell.exe
│ ├── Cell.h
│ ├── Cell.ncb
│ ├── Cell.opt
│ ├── Cell.plg
│ ├── Cell.rc
│ ├── CellView.cpp
│ ├── CellView.h
│ ├── HistogramDlg.cpp
│ ├── HistogramDlg.h
│ ├── HSI.cpp
│ ├── HSIDlg.cpp
│ ├── HSIDlg.h
│ ├── HSI.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── CellDoc.ico
│ │ ├── Cell.ico
│ │ ├── Cell.rc2
│ │ ├── cursor1.cur
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── Set.cpp
│ ├── Set.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ └── 血液图片
│ ├── Blood.bmp
│ └── cell.bmp
├── chap3
│ └── 基于图像处理的相机自动调焦系统
│ ├── CDib.cpp
│ ├── CDib.h
│ ├── Definition.cpp
│ ├── Definition.h
│ ├── DialogIm.cpp
│ ├── DialogIm.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── Pro2.aps
│ ├── Pro2.clw
│ ├── Pro2.cpp
│ ├── Pro2Doc.cpp
│ ├── Pro2Doc.h
│ ├── Pro2.dsp
│ ├── Pro2.dsw
│ ├── Pro2.h
│ ├── Pro2.ncb
│ ├── Pro2.opt
│ ├── Pro2.plg
│ ├── Pro2.rc
│ ├── Pro2View.cpp
│ ├── Pro2View.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Pro2Doc.ico
│ │ ├── Pro2.ico
│ │ ├── Pro2.rc2
│ │ └── Toolbar.bmp
│ ├── resource.h
│ ├── StatChart.cpp
│ ├── StatChart.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap4
│ └── 运动检测系统
│ ├── Debug
│ │ ├── DIB.obj
│ │ ├── DIB.sbr
│ │ ├── MainFrm.obj
│ │ ├── MainFrm.sbr
│ │ ├── StdAfx.obj
│ │ ├── StdAfx.sbr
│ │ ├── Track.obj
│ │ ├── Track.sbr
│ │ ├── vc60.idb
│ │ ├── vc60.pdb
│ │ ├── ydpdDoc.obj
│ │ ├── ydpdDoc.sbr
│ │ ├── ydpd.exe
│ │ ├── ydpd.ilk
│ │ ├── ydpd.obj
│ │ ├── ydpd.pch
│ │ ├── ydpd.pdb
│ │ ├── ydpd.res
│ │ ├── ydpd.sbr
│ │ ├── ydpdView.obj
│ │ └── ydpdView.sbr
│ ├── DIB.cpp
│ ├── DIB.h
│ ├── filename.txt
│ ├── imgs
│ │ ├── ball.bmp
│ │ ├── filename.txt
│ │ ├── test_1.bmp
│ │ ├── test_2.bmp
│ │ ├── test_3.bmp
│ │ ├── test_4.bmp
│ │ ├── test_5.bmp
│ │ ├── test_6.bmp
│ │ ├── test_7.bmp
│ │ ├── test_8.bmp
│ │ ├── test_9.bmp
│ │ ├── test_bk1.bmp
│ │ └── test_bk2.bmp
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── Toolbar.bmp
│ │ ├── ydpdDoc.ico
│ │ ├── ydpd.ico
│ │ └── ydpd.rc2
│ ├── Resource.h
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── test_1.bmp
│ ├── test_2.bmp
│ ├── test_3.bmp
│ ├── test_4.bmp
│ ├── test_5.bmp
│ ├── test_6.bmp
│ ├── test_7.bmp
│ ├── test_8.bmp
│ ├── test_9.bmp
│ ├── test_bk1.bmp
│ ├── test.bmp
│ ├── Track.cpp
│ ├── Track.h
│ ├── ydgj.h
│ ├── ydpd.aps
│ ├── ydpd.clw
│ ├── ydpd.cpp
│ ├── ydpdDoc.cpp
│ ├── ydpdDoc.h
│ ├── ydpd.dsp
│ ├── ydpd.dsw
│ ├── ydpd.h
│ ├── ydpd.ncb
│ ├── ydpd.opt
│ ├── ydpd.plg
│ ├── ydpd.rc
│ ├── ydpdView.cpp
│ └── ydpdView.h
├── chap5
│ └── 基于卫星通信的牌照自动识别监控系统
│ └── reame.txt
├── chap6
│ └── 图案设计系统
│ ├── 11.zuz
│ ├── add.cpp
│ ├── arrowcop.cur
│ ├── BASEPARA.cpp
│ ├── BASEPARA.h
│ ├── BaseTexture.cpp
│ ├── BaseTexture.h
│ ├── ColorComboEx.cpp
│ ├── ColorComboEx.h
│ ├── DAOHANGQI.cpp
│ ├── DAOHANGQI.h
│ ├── DeleteScatter.cpp
│ ├── DeleteScatter.h
│ ├── Designer.aps
│ ├── Designer.clw
│ ├── Designer.cpp
│ ├── DesignerDoc.cpp
│ ├── DesignerDoc.h
│ ├── Designer.dsp
│ ├── Designer.dsw
│ ├── Designer.h
│ ├── Designer.ncb
│ ├── Designer.opt
│ ├── Designer.plg
│ ├── Designer.rc
│ ├── DesignerView.cpp
│ ├── DesignerView.h
│ ├── DIBAPI.CPP
│ ├── DIBAPI.H
│ ├── DIB.cpp
│ ├── DIB.h
│ ├── DrawPicture.cpp
│ ├── DrawPicture.h
│ ├── EDGESELECT.cpp
│ ├── EDGESELECT.h
│ ├── EXCHANGECOLOR.cpp
│ ├── EXCHANGECOLOR.h
│ ├── GLOBALAPI.CPP
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── mssccprj.scc
│ ├── olorExchange.cpp
│ ├── olorExchange.h
│ ├── ontrol.cpp
│ ├── ontrol.h
│ ├── PENWUQI.cpp
│ ├── PENWUQI.h
│ ├── ReadMe.txt
│ ├── REDUCECOLOR.cpp
│ ├── REDUCECOLOR.h
│ ├── res
│ │ ├── cur00001.cur
│ │ ├── cur00002.cur
│ │ ├── cur00003.cur
│ │ ├── cur00004.cur
│ │ ├── cur00005.cur
│ │ ├── cur00006.cur
│ │ ├── cur00007.cur
│ │ ├── cur00008.cur
│ │ ├── cursor1.cur
│ │ ├── DesignerDoc.ico
│ │ ├── Designer.ico
│ │ ├── Designer.rc2
│ │ ├── pointer_.cur
│ │ ├── toolbar1.bmp
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── resource.hm
│ ├── sdi.ico
│ ├── StdAfx.cpp
│ ├── StdAfx.h
│ ├── TEXTRUE.cpp
│ ├── TEXTRUE.h
│ ├── TextureJW.cpp
│ ├── TextureJW.h
│ ├── ~VC10C.tmp
│ ├── vssver.scc
│ ├── WANGGCZ.cpp
│ └── WANGGCZ.h
├── chap7
│ └── 人脸检测系统
│ ├── Debug
│ │ ├── DIB.obj
│ │ ├── DIB.sbr
│ │ ├── faceDoc.obj
│ │ ├── faceDoc.sbr
│ │ ├── face.exe
│ │ ├── face.ilk
│ │ ├── face.obj
│ │ ├── face.pch
│ │ ├── face.pdb
│ │ ├── face.res
│ │ ├── face.sbr
│ │ ├── faceView.obj
│ │ ├── faceView.sbr
│ │ ├── MainFrm.obj
│ │ ├── MainFrm.sbr
│ │ ├── StdAfx.obj
│ │ ├── StdAfx.sbr
│ │ ├── vc60.idb
│ │ └── vc60.pdb
│ ├── DIB.cpp
│ ├── DIB.h
│ ├── face.aps
│ ├── face.clw
│ ├── face.cpp
│ ├── faceDoc.cpp
│ ├── faceDoc.h
│ ├── face.dsp
│ ├── face.dsw
│ ├── face.h
│ ├── facemodel
│ │ └── facemodel.bmp
│ ├── face.ncb
│ ├── face.opt
│ ├── face.plg
│ ├── face.rc
│ ├── faceView.cpp
│ ├── faceView.h
│ ├── MainFrm.cpp
│ ├── MainFrm.h
│ ├── ReadMe.txt
│ ├── res
│ │ ├── faceDoc.ico
│ │ ├── face.ico
│ │ ├── face.rc2
│ │ └── Toolbar.bmp
│ ├── Resource.h
│ ├── StdAfx.cpp
│ └── StdAfx.h
├── chap8
│ └── 基于图像处理的计算机集成数控技术
│ ├── example
│ │ ├── e1.bmp
│ │ ├── e1.nc
│ │ ├── e2.bmp
│ │ ├── e2.nc
│ │ ├── e3.bmp
│ │ ├── e3.nc
│ │ ├── e4.bmp
│ │ └── e4.nc
│ ├── imageCAM
│ │ ├── 33.nc
│ │ ├── AddToolDia.cpp
│ │ ├── AddToolDia.h
│ │ ├── AdjustColorDlg.cpp
│ │ ├── AdjustColorDlg.h
│ │ ├── BCDlg.cpp
│ │ ├── BCDlg.h
│ │ ├── CanvasSize.cpp
│ │ ├── CanvasSize.h
│ │ ├── ChildFrm.cpp
│ │ ├── ChildFrm.h
│ │ ├── ColorBitsDlg.cpp
│ │ ├── ColorBitsDlg.h
│ │ ├── ColorGrid.cpp
│ │ ├── ColorGrid.h
│ │ ├── CONFIG.CFG
│ │ ├── ConvoluteDlg.cpp
│ │ ├── ConvoluteDlg.h
│ │ ├── CqOctree.cpp
│ │ ├── Debug
│ │ │ └── imageCAM.exe
│ │ ├── DIBAPI.CPP
│ │ ├── DIBAPI.H
│ │ ├── Dib.cpp
│ │ ├── Dib.h
│ │ ├── DIBSTATIC.CPP
│ │ ├── DIBSTATIC.H
│ │ ├── DOCMANAGER.CPP
│ │ ├── DOCMANAGER.H
│ │ ├── FloatDibWnd.cpp
│ │ ├── FloatDibWnd.h
│ │ ├── FollowingDlg.cpp
│ │ ├── FollowingDlg.h
│ │ ├── GrayDlg.cpp
│ │ ├── GrayDlg.h
│ │ ├── HLP
│ │ │ ├── AfxCore.rtf
│ │ │ ├── AfxPrint.rtf
│ │ │ ├── AppExit.bmp
│ │ │ ├── Bullet.bmp
│ │ │ ├── CurArw2.bmp
│ │ │ ├── CurArw4.bmp
│ │ │ ├── CurHelp.bmp
│ │ │ ├── EditCopy.bmp
│ │ │ ├── EditCut.bmp
│ │ │ ├── EditPast.bmp
│ │ │ ├── EditUndo.bmp
│ │ │ ├── FileNew.bmp
│ │ │ ├── FileOpen.bmp
│ │ │ ├── FilePrnt.bmp
│ │ │ ├── FileSave.bmp
│ │ │ ├── HlpSBar.bmp
│ │ │ ├── HlpTBar.bmp
│ │ │ ├── imageCAM.cnt
│ │ │ ├── imageCAM.HLP
│ │ │ ├── imageCAM.hm
│ │ │ ├── imageCAM.hpj
│ │ │ ├── imageCAM.LOG
│ │ │ ├── imageCAM.ph
│ │ │ ├── IMAGENC.GID
│ │ │ ├── imageNC.LOG
│ │ │ ├── RecFirst.bmp
│ │ │ ├── RecLast.bmp
│ │ │ ├── RecNext.bmp
│ │ │ ├── RecPrev.bmp
│ │ │ ├── Scmax.bmp
│ │ │ ├── ScMenu.bmp
│ │ │ └── Scmin.bmp
│ │ ├── HTMLHELP.H
│ │ ├── HTMLHELP.LIB
│ │ ├── imageCAM.aps
│ │ ├── imageCAM.clw
│ │ ├── imageCAM.cpp
│ │ ├── imageCAMDoc.cpp
│ │ ├── imageCAMDoc.h
│ │ ├── imageCAM.dsp
│ │ ├── imageCAM.dsw
│ │ ├── imageCAM.h
│ │ ├── imageCAM.ncb
│ │ ├── imageCAM.odl
│ │ ├── imageCAM.opt
│ │ ├── imageCAM.plg
│ │ ├── imageCAM.positions
│ │ ├── imageCAM.rc
│ │ ├── imageCAM.reg
│ │ ├── imageCAMView.cpp
│ │ ├── imageCAMView.h
│ │ ├── IP.CPP
│ │ ├── MainFrm.cpp
│ │ ├── MainFrm.h
│ │ ├── OutputDialog.cpp
│ │ ├── OutputDialog.h
│ │ ├── PaintParambar.cpp
│ │ ├── PaintParambar.h
│ │ ├── PaintToolbar.cpp
│ │ ├── PaintToolbar.h
│ │ ├── PenParamsList.cpp
│ │ ├── PenParamsList.h
│ │ ├── PenWidth.cpp
│ │ ├── PenWidth.h
│ │ ├── PREVIEWFILEDLG.CPP
│ │ ├── PREVIEWFILEDLG.H
│ │ ├── ReadMe.txt
│ │ ├── RES
│ │ │ ├── 4WAY01.CUR
│ │ │ ├── BITMAP1.BMP
│ │ │ ├── BMP00001.BMP
│ │ │ ├── BMP00002.BMP
│ │ │ ├── BMP00003.BMP
│ │ │ ├── BMP00004.BMP
│ │ │ ├── Cross02.cur
│ │ │ ├── Cross03.cur
│ │ │ ├── CUR00001.CUR
│ │ │ ├── CUR00002.CUR
│ │ │ ├── CUR00003.CUR
│ │ │ ├── CURSOR1.CUR
│ │ │ ├── CURSORFR.CUR
│ │ │ ├── H_MOVE.CUR
│ │ │ ├── imageCAMDoc.ico
│ │ │ ├── imageCAM.ico
│ │ │ ├── imageCAM.rc2
│ │ │ ├── Pencil.cur
│ │ │ ├── PICK.CUR
│ │ │ ├── TOOLBAR1.BMP
│ │ │ ├── Toolbar.bmp
│ │ │ ├── toolbase1.BMP
│ │ │ ├── toolbase2.BMP
│ │ │ └── 未命名.BMP
│ │ ├── resource.h
│ │ ├── Scale.cpp
│ │ ├── Scale.h
│ │ ├── SelectparDlg.cpp
│ │ ├── SelectparDlg.h
│ │ ├── SelectPaste.cpp
│ │ ├── SelectPaste.h
│ │ ├── StdAfx.cpp
│ │ ├── StdAfx.h
│ │ └── TOOLBASE.H
│ ├── 数控代码仿真器.exe
│ ├── 数控代码仿真器使用说明.doc
│ └── 简单数控代码说明.doc
└── 光盘说明.txt
31 directories, 437 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论