




已阅读5页,还剩21页未读, 继续免费阅读
版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领
文档简介
计算机视觉 Computer Vision,Sept.17, 2010,Outline,课程目标,资料来源,授课方式 教材与参考书、作业、课程设计、考核方式 Web sites FTP sources Tools (Intel OpenCV, IPL,) Demo 相关学科与相关课程的联系 Overview Introduction recommended:Forsyths introduction to CV, other related,Sept.17, 2010,课程目标,资料,授课方式,目标 全面了解计算机视觉研究领域,掌握基本原理,具有一定的实践能力。 资料 使用网上公开的资料,挑选、推荐各种资料(ppt,pdf,codes,etc.),并直接使用我认为合适的讲稿进行讲解。 授课方式 课堂上全面介绍基本原理,引导资料阅读;课后需要学生阅读相关文献,消化理解。如有时间,建议课前预习。,学习方法的建议,根据自己学习本门课程的目的考虑投入时间 一般了解、掌握、精通 根据自己研究方向有所侧重 有选择地专研部分内容 将精读与一般了解相协调 将建立基础知识与把握当前研究热点相结合 结合自己的研究课题加深相关基础知识 了解本方向的研究情况,研究趋势等。,Sept.17, 2010,实践:课程设计、专题研究,实践非常重要,CV是实验学科,脱离实践,很难有所收获。 课程设计(程序作业) 可以使用OpenCV工具, 可以使用Mathlab工具, 充分利用其他网上资源 专题研究 结合自己的课题,挑选论文精读, 实现论文中的方法, 分析存在的问题,如何解决,如何改进,,Sept.17, 2010,Sept.17, 2010,教材,英文原版:Szeliski, Richard, Computer Vision: Algorithms and Applications, Springer, Oct., 2010 中文翻译版:艾海舟,兴军亮 等, 计算机视觉:算法与应用,2011年 x月(预计2011年内出版);清华大学出版社 英文影印版:DA Forsyth and J. Ponce, Computer Vision: A Modern Approach, Prentice Hall. 1st edition (August 14, 2002) ; 清华大学出版社 中文翻译版:林学言,王宏 等, 计算机视觉:一种现代的方法,2004年6月;电子工业出版社,Sept.17, 2010,参考书,马颂德,张正友,计算机视觉,科学出版社,北京,1998。 R. Jain, R. Kasturi and B. G. Schunck, Machine Vision, McGraw-Hill companies, Inc. 机械工业出版社, 2003.8。 L.G. Shapiro and G.C. Stockman, Computer Vision, Prentice Hall Inc, 2001. M. Sonka, V. Hlavac, and R. Boyle, Image processing, analysis, and machine vision , Chapman & Hall Computing, London, 3rd Edition, THOMSON Learning, 2008. M. Sonka, V. Hlavac, and R. Boyle, (艾海舟、苏延超 等译), 图像处理、分析与机器视觉(第3版),清华大学出版社, 2011.1。 章毓晋,图象工程 (第2版),清华大学出版社, 2007.5,Sept.17, 2010,参考书(模式识别与机器学习),Christopher M. Bishop, Pattern Recognition and Machine Learning, Springer, 2006.8 R.O. Duda,P.E. Hart and D.G. Stork, Pattern Classification,机械工业出版社,2003.6。 R.O. Duda, P.E. Hart and D.G. Stork (李宏东,姚天翔等译) , 模式分类,机械工业出版社,2003.9。 S. Theodoridis and K. Koutroumbas, Pattern Recognition, 机械工业出版社,2003.9。 边肇祺,张学工 等,模式识别,清华大学出版社,2000.,Sept.17, 2010,参考书(图像处理),R.C. Gonzalez, R.E. Woods,Digital Image Processing, 第三版 (影印) 电子工业出版社& Pearson Education, 2010. R.C. Gonzalez, R.E. Woods, (阮秋琦、阮宇智等译),数字图像处理,第二版,电子工业出版社& Prentice Hall, 2003. 章毓晋,图象工程 (第2版),清华大学出版社, 2007.5 郎锐,数字图像处理学Visual C+实现,北京希望电子出版社,2002.12 周长发,精通Visual C+图像编程,电子工业出版社,2000.1,Sept.17, 2010,作业、课程设计、考核方式,书面作业 课程设计 考核方式 书面作业 10% 课程设计 60% 期末考试 30%,Sept.17, 2010,Web sites (1) -Search Engine,CVPapers - Computer Vision Resource Google search computer vision Computer vision homepage Computer vision online Computer vision source codes Computer vision test data Computer vision . Paper search ,Sept.17, 2010,Web sites (2) -Courses,计算机视觉 Slides and lectures of Szeliskis books supplementary material UW455: Undergraduate Computer Vision, /education/courses/455/. UW576: Graduate Computer Vision, /education/courses/576/. Stanford CS233B: Introduction to Computer Vision, /teaching/cs223b/. MIT 6.869: Advances in Computer Vision, /torralba/courses/6869/putervision.htm. Berkeley CS 280: Computer Vision, /trevor/CS280.html. UNC COMP 776: Computer Vision, /lazebnik/spring09/. Middlebury CS 453: Computer Vision, /schar/courses/cs453-s10/.,Sept.17, 2010,Web sites (3) -Course Ware,计算机视觉”课程的网上课件入口 Computer Vision Education Digital Library Collection / Computer Vision /education/courses/576/CurrentQtr/ Introduction to Computer Vision /cg486/ Learning and Inference in Vision courses6.899,Sept.17, 2010,Web sites (4) - Codes, tutorial,etc.,KLT: An Implementation of the Kanade-Lucas-Tomasi Feature Tracker /stb/klt/installation.html Epipolar geometry, essential matrix, etc: online tutorial http:/homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/EPSRC_SSAZ/node18.html RANSAC http:/homepages.inf.ed.ac.uk/rbf/CVonline/LOCAL_COPIES/FISHER/RANSAC/ .,Sept.17, 2010,Tools (1),Intel OpenCV (Open source Computer Vision library) This library allows high level functions for computer vision and image processing. OpenCV offers many high-level data types such as sets, trees, graphs, matrices. . . OpenCV is open source to run on many computer platforms. High level functions such as Camera calibration (Zhang Zhengyous method) Face detection (a variation of Viola-Joness detector) Motion analysis and object tracking Optical flow Lucas-Kanade algorithm Estimators Kalman Condensation,Sept.17, 2010,Tools (2),Intel IPP (Integrated Performance Primitives) It is a signal processing, image processing and matrix calculation library developed by Intel Corporation. IPP offers to programmers a wide range of low-level functions which are optimized when used on an Intel processor (from Pentium to Itanium). It is really a good library for signal, image, video and sound processing with very good performances due to optimized instructions. IPP is not a free library, it comes under an Intel licensing policy which is explained at Intel website,Sept.17, 2010,demo,Face detection Object contour tracking Motion object detection and tracking ASM/AAM shape modeling Perceptual interface: smart room Visual surveillance Robotics vision 3D modeling, face animation ,Sept.17, 2010,相关学科与相关课程的联系,数字图象处理,计算机视觉,模式识别,机器视觉,计算机图形学,线性代数,集合论,高级语言程序设计,数据结构,先后顺序,重叠量反应相关程度,基础知识,计算机视觉专题(图象与视觉计算),高等代数,最优化方法,。,信号与系统,计算几何,Sept.17, 2010,Overview (1),计算机视觉的几何学基础 摄像机模型 单摄像机(pinhole model/perspective transformation) 双摄像机 (epipolar geometry: fundamental matrix/essential matrix) 三摄像机及更多(multi-view geometry) 运动估计 对应点问题(correspondence problem) 光流计算方法 刚体运动参数估计(minimal projective reconstruction) 2-view, 7 points in correspondence; (Faugeras) 3-view, 6 points in correspondence; (Quan Long) 3-view, 8 points with one missing in one of the three view. (Quan Long) 几何重构(Geometry reconstruction) 立体视觉(stereo vision) Shape from X (shading/motion/texture/contour/focus/de-focus/.),Sept.17, 2010,Overview (2),计算机视觉的物理学基础 摄像机及其成像过程 视点、光源、空间中光线、表面处的光线. 明暗 shading、阴影 shadow 光学/色彩 light/color 辐射学,辐照率radiometry, 物体表面特性 漫反射表面(各向同性)Lambertian surface BDRF (bi-directional reflectance distribution fucntion),Sept.17, 2010,Overview (3),计算机视觉的图像模型基础 摄像机模型及其校准 内参数、外参数 图像特征 边缘、角点、轮廓、纹理、形状 图像序列特征 (运动) 对应点、光流,Sept.17, 2010,Overview (4),计算机视觉的信号处理层次 低层视觉处理 单图像:滤波/边缘检测/纹理 多图像:几何/立体/从运动恢复仿射或透视结构 affine/perspective structure from motion 中层视觉处理 聚类分割/拟合线条、曲线、轮廓 clustering for segmentation, fitting line 基于概率方法的聚类分割/拟合 跟踪 tracking 高层视觉处理 匹配 模式分类/关联模型识别 pattern classification/aspect graph recognition 应用 距离数据(range data)/图像数据检索/基于图像的绘制,Sept.17, 2010,Overview (5),计算机视觉的数学基础 摄影几何、微分几何 概率统计与随机过程 数值计算与优化方法 机器学习 计算机
温馨提示
- 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
- 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
- 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
- 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
- 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
- 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
- 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。
最新文档
- 骨科四肢创伤术后护理
- 物业经理年终总结
- 网络广告投放合同(样式三)7篇
- 运营类工作汇报
- 腰椎结核病历汇报
- 缺氧性脑病的护理查房
- 全职助理合同5篇
- 公司环卫安全培训课件
- 黑龙江省2025年全国成人高等学校招生统一考试数学(文)复习题库及答案
- 黑龙江省2025年全国成人高等学校招生统一考试英语(高起点)综合练习题及答案
- T∕CACM 1096-2018 中医治未病技术操作规范 熏蒸
- 2024年浦东新区社区工作者招聘笔试真题
- 花艺沙龙合同协议
- 糖尿病酮症酸中毒课件
- 集团内部资金管理制度
- 电力系统安全风险评估报告
- 股权投资意向协议书范本7篇
- 加油站卫生管理制度
- 软件测试师面试题及答案
- (完整版)人教版小学英语单词表(带音标)
- 幕墙深化设计合同范本
评论
0/150
提交评论