zoukankan      html  css  js  c++  java
  • 学习笔记 | Udacity

    Introduction to Computer Vision

    Required Course Readings

    The occasional text for this course is “Computer Vision: A Modern Approach (2nd edition)” by Forsythe and Ponce. I say occasional because the lectures (and the slides that drive them) are a pretty good set of source material. Occasionally you may need to look at the text to help you decipher the occasional unintelligible lecture.

    Post Course Study

    Syllabus

    A brief outline of units is given below, grouped into 10 parts:

    1 Introduction [Lecture Note]
    - 1A Introduction

    2 Image Processing for Computer Vision [Lecure Note]
    - 2A Linear image processing
    - 2B Model fitting
    - 2C Frequency domain analysis

    3 Camera Models and Views [Lecture Note]
    - 3A Camera models
    - 3B Stereo geometry
    - 3C Camera calibration
    - 3D Multiple views

    4 Image Features
    - 4A Feature detection
    - 4B Feature descriptors
    - 4C Model fitting

    5 Lighting
    - 5A Photometry
    - 5B Lightness
    - 5C Shape from shading

    6 Image Motion
    - 6A Overview
    - 6B Optical flow

    7 Tracking
    - 7A Introduction to tracking
    - 7B Parametric models
    - 7C Non-parametric models
    - 7D Tracking considerations

    8 Classification and Recognition
    - 8A Introduction to recognition
    - 8B Classification: Generative models
    - 8C Classification: Discriminative models
    - 8D Action recognition

    9 Useful Methods
    - 9A Color spaces and segmentation
    - 9B Binary morphology
    - 9C 3D perception

    10 Human Visual System
    - 10A The retina
    - 10B Vision in the brain

    Tracking

    进度表
    Chapter Lesson Schedule
    1  Introduction

    Week 1 

    Day 1 (1/12/2017)

    2

    A  L1 - L6

    B  L1 - L3

    C  L1 - L3

    Week 2

    Day 2: A L1 (1/16/2017)

    Day 3: A L2, L3 (1/17/2017)

    Day 4: A L4, L5 (1/18/2017)

    Week 3

    Day 5: A L6, B L1, L2, L3 (1/23/2017)

    Day 6: C L1 (1/24/2017)

    Day 7: C L2 (1/25/2017)

    Day 8: C L3 (1/26/2017)

    3

    A  L1 - L2

    B  L1 - L3

    C  L1 - L3

    D  L1 - L5

     Week 4

    Day 9: A L1 (1/30/2017)

    Day 10: A L2 (2/1/2017)

    Day 11: B L1 (2/2/2017) Other reading: Book Chapter 7 ...

    Day 12: B L2, L3 (2/3/2017 Fri)

    Day 13: C L1 (2/22/2017)

    Day 14: C L1 (2/23/2017)

    4

    A  L1 - L3

    B  L1 - L2

    C  L1 - L2

     
    5

    A  L1 

    B  L1 

    C  L1

     
    6

    A  L1 

    B  L1 - L4

     
    7

    A  L1

    B  L1 - L2

    C  L1 - L4

    D  L1

     

    A  L1

    B  L1 - L3

    C  L1 - L4

    D  L1 - L3

     
    9

    A  L1 - L4

    B  L1

    C  L1

     
    10

    A  L1

    B  L1

     
    End    
  • 相关阅读:
    机器学习(Machine Learning)&深入学习(Deep Learning)资料
    漫谈 机器学习
    Android 屏幕滑动事件
    Andriod中绘(画)图----Canvas的使用详解
    android studio上代码编译调试中遇到的一些异常记录
    Android签名详解(debug和release)
    如何用AndroidStudio导入github项目
    java synchronized详解
    视频编解码学习之一:理论基础
    Android 环境下编译FFmpeg
  • 原文地址:https://www.cnblogs.com/casperwin/p/6280517.html
Copyright © 2011-2022 走看看