在好例子网,分享、交流、成长!
您当前所在位置:首页Others 开发实例一般编程问题 → Visual C 数字图像处理谢凤英源代码

Visual C 数字图像处理谢凤英源代码

一般编程问题

下载此实例
  • 开发语言:Others
  • 实例大小:33.62M
  • 下载次数:7
  • 浏览次数:95
  • 发布时间:2021-02-02
  • 实例类别:一般编程问题
  • 发 布 人:好学IT男
  • 文件格式:.rar
  • 所需积分:2
 

实例介绍

【实例简介】
Visual C 数字图像处理 谢凤英编。各章源代码
【实例截图】
【核心代码】
69d84c1a-5b31-44a5-9ede-102db6ef881f
└── 源代码
├── chap1-1
│   ├── bmpReadWrite.cpp
│   ├── chap1.dsp
│   ├── chap1.dsw
│   ├── chap1.ncb
│   ├── chap1.opt
│   ├── chap1.plg
│   ├── dog.bmp
│   └── dogcpy.BMP
├── chap1_2
│   ├── chap1_2.aps
│   ├── chap1_2.clw
│   ├── chap1_2.cpp
│   ├── chap1_2Doc.cpp
│   ├── chap1_2Doc.h
│   ├── chap1_2.dsp
│   ├── chap1_2.dsw
│   ├── chap1_2.h
│   ├── chap1_2.ncb
│   ├── chap1_2.opt
│   ├── chap1_2.plg
│   ├── chap1_2.rc
│   ├── chap1_2.sdf
│   ├── chap1_2.sln
│   ├── chap1_2.suo
│   ├── chap1_2.vcxproj
│   ├── chap1_2.vcxproj.filters
│   ├── chap1_2.vcxproj.user
│   ├── chap1_2View.cpp
│   ├── chap1_2View.h
│   ├── Debug
│   │   ├── chap1_2Doc.obj
│   │   ├── chap1_2.exe
│   │   ├── chap1_2.exe.embed.manifest
│   │   ├── chap1_2.exe.embed.manifest.res
│   │   ├── chap1_2.exe.intermediate.manifest
│   │   ├── chap1_2.ilk
│   │   ├── chap1_2.lastbuildstate
│   │   ├── chap1_2.log
│   │   ├── chap1_2_manifest.rc
│   │   ├── chap1_2.obj
│   │   ├── chap1_2.pch
│   │   ├── chap1_2.pdb
│   │   ├── chap1_2.res
│   │   ├── chap1_2.vcxprojResolveAssemblyReference.cache
│   │   ├── chap1_2View.obj
│   │   ├── chap1_2.write.1.tlog
│   │   ├── cl.command.1.tlog
│   │   ├── CL.read.1.tlog
│   │   ├── CL.write.1.tlog
│   │   ├── link.command.1.tlog
│   │   ├── link-cvtres.read.1.tlog
│   │   ├── link-cvtres.write.1.tlog
│   │   ├── link.read.1.tlog
│   │   ├── link.write.1.tlog
│   │   ├── MainFrm.obj
│   │   ├── mt.command.1.tlog
│   │   ├── mt.read.1.tlog
│   │   ├── mt.write.1.tlog
│   │   ├── rc.command.1.tlog
│   │   ├── rc.read.1.tlog
│   │   ├── rc.write.1.tlog
│   │   ├── StdAfx.obj
│   │   ├── vc100.idb
│   │   └── vc100.pdb
│   ├── ipch
│   │   └── chap1_2-e9b82a8c
│   │   └── chap1_2-f5e83c34.ipch
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── building.bmp
│   │   ├── chap1_2Doc.ico
│   │   ├── chap1_2.ico
│   │   ├── chap1_2.rc2
│   │   ├── face.bmp
│   │   ├── lena.bmp
│   │   ├── Thumbs.db
│   │   └── Toolbar.bmp
│   ├── resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── chap1_3
│   ├── chap1_3.aps
│   ├── chap1_3.clw
│   ├── chap1_3.cpp
│   ├── chap1_3Doc.cpp
│   ├── chap1_3Doc.h
│   ├── chap1_3.dsp
│   ├── chap1_3.dsw
│   ├── chap1_3.h
│   ├── chap1_3.ncb
│   ├── chap1_3.opt
│   ├── chap1_3.plg
│   ├── chap1_3.rc
│   ├── chap1_3View.cpp
│   ├── chap1_3View.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── building.bmp
│   │   ├── chap1_3Doc.ico
│   │   ├── chap1_3.ico
│   │   ├── chap1_3.rc2
│   │   ├── face.bmp
│   │   ├── lena.bmp
│   │   ├── Thumbs.db
│   │   ├── Toolbar.bmp
│   │   └── 楼阁.bmp
│   ├── resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── chap1_4
│   ├── chap1_4.aps
│   ├── chap1_4.clw
│   ├── chap1_4.cpp
│   ├── chap1_4Doc.cpp
│   ├── chap1_4Doc.h
│   ├── chap1_4.dsp
│   ├── chap1_4.dsw
│   ├── chap1_4.h
│   ├── chap1_4.ncb
│   ├── chap1_4.opt
│   ├── chap1_4.plg
│   ├── chap1_4.rc
│   ├── chap1_4View.cpp
│   ├── chap1_4View.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── chap1_4Doc.ico
│   │   ├── chap1_4.ico
│   │   ├── chap1_4.rc2
│   │   └── Toolbar.bmp
│   ├── resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── chap1_5
│   ├── chap1_5.aps
│   ├── chap1_5.clw
│   ├── chap1_5.cpp
│   ├── chap1_5Doc.cpp
│   ├── chap1_5Doc.h
│   ├── chap1_5.dsp
│   ├── chap1_5.dsw
│   ├── chap1_5.h
│   ├── chap1_5.ncb
│   ├── chap1_5.opt
│   ├── chap1_5.plg
│   ├── chap1_5.rc
│   ├── chap1_5View.cpp
│   ├── chap1_5View.h
│   ├── ChildFrm.cpp
│   ├── ChildFrm.h
│   ├── ImageCenterDib.h
│   ├── ImgCenterDib.cpp
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── chap1_5Doc.ico
│   │   ├── chap1_5.ico
│   │   ├── chap1_5.rc2
│   │   └── Toolbar.bmp
│   ├── Resource.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── chap1_6
│   ├── chap1_6.aps
│   ├── chap1_6.clw
│   ├── chap1_6.cpp
│   ├── chap1_6Doc.cpp
│   ├── chap1_6Doc.h
│   ├── chap1_6.dsp
│   ├── chap1_6.dsw
│   ├── chap1_6.h
│   ├── chap1_6.ncb
│   ├── chap1_6.opt
│   ├── chap1_6.plg
│   ├── chap1_6.rc
│   ├── chap1_6View.cpp
│   ├── chap1_6View.h
│   ├── ChildFrm.cpp
│   ├── ChildFrm.h
│   ├── ImageCenterDib.h
│   ├── ImgCenterDib.cpp
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── chap1_6Doc.ico
│   │   ├── chap1_6.ico
│   │   ├── chap1_6.rc2
│   │   └── Toolbar.bmp
│   ├── resource.h
│   ├── SpecialEffectShow.cpp
│   ├── SpecialEffectShow.h
│   ├── StdAfx.cpp
│   └── StdAfx.h
├── 主要程序框架
│   ├── demo
│   │   ├── AvgDialog.cpp
│   │   ├── AvgDialog.h
│   │   ├── AVIHandler.cpp
│   │   ├── AVIHandler.h
│   │   ├── ChildFrm.cpp
│   │   ├── ChildFrm.h
│   │   ├── data.txt
│   │   ├── demo.aps
│   │   ├── demo.clw
│   │   ├── demo.cpp
│   │   ├── demoDoc.cpp
│   │   ├── demoDoc.h
│   │   ├── demo.dsp
│   │   ├── demo.dsw
│   │   ├── demo.h
│   │   ├── demo.ncb
│   │   ├── demo.opt
│   │   ├── demo.plg
│   │   ├── demo.rc
│   │   ├── demoView.cpp
│   │   ├── demoView.h
│   │   ├── DIBapi.cpp
│   │   ├── DIBapi.h
│   │   ├── FFT.CPP
│   │   ├── FFT.H
│   │   ├── FilterApi.h
│   │   ├── FourierTransform.h
│   │   ├── FourierTransformLib8.dll
│   │   ├── FourierTransformLib8.lib
│   │   ├── GeometryMoveDlg.cpp
│   │   ├── GeometryMoveDlg.h
│   │   ├── GeometryTrans.cpp
│   │   ├── GeometryTrans.h
│   │   ├── GrayTrans.cpp
│   │   ├── GrayTrans.h
│   │   ├── histogram.cpp
│   │   ├── HistogramDrawDlg.cpp
│   │   ├── HistogramDrawDlg.h
│   │   ├── histogram.h
│   │   ├── ImageCenterDib.h
│   │   ├── ImageRestore.cpp
│   │   ├── ImageRestoreExt.cpp
│   │   ├── ImageRestoreExt.h
│   │   ├── ImageRestore.h
│   │   ├── ImageRestoreLib8.dll
│   │   ├── ImageRestoreLib8.lib
│   │   ├── ImgCenterDib.cpp
│   │   ├── ImgEnhance.cpp
│   │   ├── ImgEnhance.h
│   │   ├── InverseFilterDlg.cpp
│   │   ├── InverseFilterDlg.h
│   │   ├── linearStretchParamDlg.cpp
│   │   ├── linearStretchParamDlg.h
│   │   ├── MainFrm.cpp
│   │   ├── MainFrm.h
│   │   ├── makefile
│   │   ├── MaskDefineDlg.cpp
│   │   ├── MaskDefineDlg.h
│   │   ├── Match.cpp
│   │   ├── Match.h
│   │   ├── MedianDialog.cpp
│   │   ├── MedianDialog.h
│   │   ├── MediaSource.h
│   │   ├── Morphology.cpp
│   │   ├── Morphology.h
│   │   ├── NonlinearStretchDlg.cpp
│   │   ├── NonlinearStretchDlg.h
│   │   ├── PhaseCorre.cpp
│   │   ├── PhaseCorre.h
│   │   ├── ProjectRestoreDlg.cpp
│   │   ├── ProjectRestoreDlg.h
│   │   ├── ReadMe.txt
│   │   ├── RegionGrowDlg.cpp
│   │   ├── RegionGrowDlg.h
│   │   ├── Register.cpp
│   │   ├── Register.h
│   │   ├── res
│   │   │   ├── demoDoc.ico
│   │   │   ├── demo.ico
│   │   │   ├── demo.rc2
│   │   │   ├── OK.bmp
│   │   │   ├── Thumbs.db
│   │   │   └── Toolbar.bmp
│   │   ├── resource.fd
│   │   ├── resource.h
│   │   ├── RotateSetDlg.cpp
│   │   ├── RotateSetDlg.h
│   │   ├── Segment.cpp
│   │   ├── Segment.h
│   │   ├── SpecialEffectShow.cpp
│   │   ├── SpecialEffectShow.h
│   │   ├── StaticDetect.cpp
│   │   ├── StaticDetect.h
│   │   ├── StdAfx.cpp
│   │   ├── StdAfx.h
│   │   ├── ThreshSegmentDlg.cpp
│   │   ├── ThreshSegmentDlg.h
│   │   ├── transeform.cpp
│   │   ├── transeform.h
│   │   ├── transform_DCT.cpp
│   │   ├── transform_DCT.h
│   │   ├── Watershed.cpp
│   │   ├── Watershed.h
│   │   ├── WatershedParaDlg.cpp
│   │   ├── WatershedParaDlg.h
│   │   ├── wavelet_3_8.dll
│   │   ├── wavelet_3_8.lib
│   │   ├── WaveletApi.h
│   │   ├── WienterFilterDlg.cpp
│   │   ├── WienterFilterDlg.h
│   │   ├── Zoomdlg.cpp
│   │   └── Zoomdlg.h
│   └── 运动图像分析菜单说明.doc
└── 第九章视频处理框架
├── Video Demo
│   ├── AVIHandler.cpp
│   ├── AVIHandler.h
│   ├── ChafenMul.cpp
│   ├── ChafenMul.h
│   ├── ColorTrans.cpp
│   ├── colortrans.h
│   ├── DataManager.cpp
│   ├── DataManager.h
│   ├── DBLinkedList.cpp
│   ├── DBLinkedList.h
│   ├── Global_Define.h
│   ├── GravityCenter.cpp
│   ├── GravityCenter.h
│   ├── GravityTrack.cpp
│   ├── GravityTrack.h
│   ├── MainFrm.cpp
│   ├── MainFrm.h
│   ├── MeanShiftSegger.cpp
│   ├── MeanShiftSegger.h
│   ├── MediaSource.h
│   ├── MotionDetectDiag.cpp
│   ├── MotionDetectDiag.h
│   ├── POSDiag.cpp
│   ├── POSDiag.h
│   ├── ReadMe.txt
│   ├── res
│   │   ├── Toolbar.bmp
│   │   ├── Video DemoDoc.ico
│   │   ├── Video Demo.ico
│   │   └── Video Demo.rc2
│   ├── resource.h
│   ├── StaticDetect.cpp
│   ├── StaticDetect.h
│   ├── StdAfx.cpp
│   ├── StdAfx.h
│   ├── StructDefine.h
│   ├── Video Demo.aps
│   ├── Video Demo.clw
│   ├── Video Demo.cpp
│   ├── Video DemoDoc.cpp
│   ├── Video DemoDoc.h
│   ├── Video Demo.dsp
│   ├── Video Demo.dsw
│   ├── Video Demo.h
│   ├── Video Demo.ncb
│   ├── Video Demo.opt
│   ├── Video Demo.plg
│   ├── Video Demo.rc
│   ├── Video DemoView.cpp
│   └── Video DemoView.h
└── 视频图像运动目标检测演示说明.doc

21 directories, 350 files

标签:

实例下载地址

Visual C 数字图像处理谢凤英源代码

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

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

网友评论

发表评论

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

查看所有0条评论>>

小贴士

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

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

关于好例子网

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

;
报警