首页 > 其他分享 >CS 131 Computer Vision: Foundations and Applications Fall 2014-2015

CS 131 Computer Vision: Foundations and Applications Fall 2014-2015

时间:2023-06-25 12:34:23浏览次数:35  
标签:pptx slides October notes Lecture Applications pdf 2015 2014


 CS 131 Computer Vision: Foundations and Applications  Fall 2014-2015

Event Type

Date

Description

Course Materials

Lecture 1

Tuesday 

September 26

Course introduction 

Computer vision overview 

Course logistics 

Introduction slides [pptx] [pdf] 

Logistics slides [pptx] [pdf] 

Lecture 1 notes [pdf] 

Lecture 2

Thursday 

September 28

Color + Math basics 

Physics of light 

Human encoding of color 

Color Spaces 

White Balancing 

Vectors and Matrices

Color spaces slides [pptx] [pdf] 

Lecture 2 notes [pdf] 

python/numpy tutorial [pdf]

HW0 Due

Monday 

October 2, 11:59pm

Homework #0 due 

Basics

[Homework #0]

Lecture 3

Tuesday 

October 3

Linear algrebra 

Transformation matrixes 

Eigenvalues and eigenvectors 

Matrix calculus and hessian

Linear algebra slides [pptx] [pdf] 

Lecture 3 notes [pdf] 

Lecture 4

Thursday 

October 5

Pixels and filters 

Pixels and image representation 

Linear systems 

Convolutions and cross-correlations

Pixels and filters slides [pptx] [pdf] 

Lecture 4 notes [pdf] 

HW1 Due

Monday 

October 10, 11:59pm

Homework #1 due 

Filters - Instagram

[Homework #1]

Lecture 5

Tuesday 

October 10

Edge detection 

Derivative of gaussians 

Sobel filters 

Canny edge detector

Edge detection slides [pptx] [pdf] 

Lecture 5 notes [pdf] 

Lecture 6

Thursday 

October 12

Features and fitting 

RANSAC 

Local features 

Harris corner detection

Features and fitting slides [pptx] [pdf] 

Lecture 6 notes [pdf] 

Lecture 7

Tuesday 

October 17

Feature descriptors 

Difference of gaussians 

Scale invariant feature transform

Image stitching

Feature descriptors slides [pptx] [pdf] 

Lecture 7 notes [pdf] 

HW2 Due

Wednesday 

October 18, 11:59pm

Homework #2 due 

Edges - Smart car lane detection

[Homework #2]

Lecture 8

Thursday 

October 19

Resizing 

Energy function 

Seam carving

Resizing slides [pptx] [pdf] 

Lecture 8 notes [pdf] 

Lecture 9

Tuesday 

October 24

Semantic segmentation 

Gestalt theory of perceptual grouping 

Aggomerative clustering

Superpixels and oversegmentation

Semantic segmentation slides [pptx] [pdf] 

Lecture 9 notes [pdf] 

HW3 Due

Wednesday 

October 25, 11:59pm

Homework #3 due 

Panorama - Image stitching

[Homework #3]

Lecture 10

Thursday 

October 26

Clustering 

K-means 

Mean shift

Clustering slides [pptx] [pdf] 

Lecture 10 notes [pdf] 

Lecture 11

Tuesday 

October 31

Object recognition 

Nearest neighbors 

Classification pipeline

Object recognition slides [pptx] [pdf] 

Lecture 11 notes [pdf] 

HW4 Due

Wednesday 

November 1, 11:59pm

Homework #4 due 

Resizing - Seam carving

[Homework #4]

Lecture 12

Thursday 

November 2

Dimensionality reduction

Singular value decomposition

Principal component analysis

Dimensionality reduction slides [pptx] [pdf] 

Lecture 12 notes [pdf] 

Lecture 13

Tuesday 

November 7

Face identification 

Eigenfaces and fisherfaces 

Linear Discriminant Analysis

Face identification slides [pptx] [pdf] 

Lecture 13 notes [pdf] 

HW5 Due

Wednesday 

November 8, 11:59pm

Homework #5 due 

Segmentation - Clustering

[Homework #5]

Lecture 14

Thursday 

November 9

Visual Bag of Words 

Texture features 

Visual bag of words 

Image pyramids

Visual bag of words slides [pptx] [pdf] 

Lecture 14 notes [pdf] 

Lecture 15

Tuesday 

November 14

Detecting objects by parts 

Deformable parts model

Object detection

Deformable parts slides [pptx] [pdf] 

Lecture 15 notes [pdf] 

HW6 Due

Wednesday 

November 15, 11:59pm

Homework #6 due 

Recognition - Classification

[Homework #6]

Lecture 16

Thursday 

November 16

Image classification 

Imagenet 

Semantic hierarchy 

Fine grained classes

Detection slides [pptx] [pdf] 

Lecture 16 notes [pdf] 

Lecture 17

Tuesday 

November 28

Motion 

Optical Flow

Lucas-Kanade method

Horn-Schunk Method

Pyramids for large motion

Common Fate

Motion [pptx] [pdf] 

Lecture 17 notes [pdf] 

HW7 Due

Wednesday 

November 29, 11:59pm

Homework #7 due 

Object detection - constellation models

[Homework #7]

Lecture 18

Thursday 

November 30

Tracking

Feature Tracking

Lucas Kanade Tomasi (KLT) tracker

Tracking slides [pptx] [pdf] 

Lecture 18 notes [pdf] 

Lecture 19

Tuesday 

December 5

Introduction to deep learning

Convolutional neural networks

Backpropagation

Deep learning slides [pptx] [pdf] 

Lecture 19 notes [pdf] 

HW8 Due

Wednesday 

December 6, 11:59pm

Homework #8 due 

Tracking - Optical flow

[Homework #8]

Lecture 20

Thursday

December 7

Final Review

Summary of class

Final review talk [pptx] [pdf]

Final

Monday

December 11,12:15 to 3:15pm

Location: 320-105

Practice final [pdf]

标签:pptx,slides,October,notes,Lecture,Applications,pdf,2015,2014
From: https://blog.51cto.com/u_12667998/6544796

相关文章

  • P8026 [ONTAK2015] Bajtocja 做题笔记
    题目链接一道好题,本来是做几道启发式合并玩玩,没想到是个哈希。这一道题需要维护连通性,显然想到使用并查集。如果两个点在某个图内的父亲相同,显然这两个点就连通了。但是如果每链接一对点我们就遍历所有点对然后判断父亲,显然爆炸。于是考虑借鉴一下CSP2022T3的思路,对于每......
  • NC20139 [JLOI2014]松鼠的新家
    题目链接题目题目描述松鼠的新家是一棵树,前几天刚刚装修了新家,新家有n个房间,并且有n-1根树枝连接,每个房间都可以相互到达,且俩个房间之间的路线都是唯一的。天哪,他居然真的住在“树”上。松鼠想邀请维尼小熊前来参观,并且还指定一份参观指南,他希望维尼能够按照他的指南顺序,先去a......
  • 题解 P4108【[HEOI2015]公约数数列】
    看到这种奇怪的操作,首先想到分块。以下记值域为\(w\),块长为\(B\)。前缀\(\gcd\)显然单调不增,而且后一个必须是前一个的因数,如果变化至少要减半。因此,我们知道,共有\(\mathcalO(\logw)\)个不同的前缀\(\gcd\)。我们可以接受对这些块暴力,只需要对前缀\(\gcd\)都相同的块......
  • BUUCTF:[RCTF2015]EasySQL
    BUUCTF:[RCTF2015]EasyS先注册一个用户在注册的时候,fuzz测试发现在username和email中过滤了以下字符:@orandspace(空格)substrmidleftrighthandle没有源码慢慢测试.......登录,发现还有个改密码在注册时用户名加些测试字符进去,'mochu7"\然后登录,在修改密码的时候,发现报错了......
  • Luogu3168 [CQOI2015] 任务查询系统 - 主席树 - 二分 -
    题目链接:https://www.luogu.com.cn/problem/P3168题解:主席树可以解决一类j静态区间第\(k\)小的问题,我们先来看看这是怎么工作的主席树的本质就是有很多棵线段树,然后发现这些线段树绝大多数都是重叠的,因此可以优化到空间复杂度\(O(n\logn)\)在这里,我们将序列的每一个位置......
  • Ubuntu - Add a Flameshot Icon for taking screenshot directly to Applications men
    Allapplications'desktopentriescanbefoundin/usr/share/applications.Youcancreateadesktopentryunder~/.local/share/applicationstomakeyourownicon.zzh@ZZHPC:/usr/share/applications$sudocporg.flameshot.Flameshot.desktop~/.local/sh......
  • P3312 [SDOI2014]数表
    [SDOI2014]数表题目描述有一张\(n\timesm\)的数表,其第\(i\)行第\(j\)列(\(1\lei\len\),\(1\lej\lem\))的数值为能同时整除\(i\)和\(j\)的所有自然数之和。给定\(a\),计算数表中不大于\(a\)的数之和。\(1\len,m\le10^5\),\(1\leQ\le2\times10^4\)。思路点拨......
  • 【题解】[JLOI2014]镜面通道
    题目描述:在一个二维平面上,有一个镜面通道,由镜面\(AC,BD\)组成,\(AC,BD\)长度相等,且都平行于\(x\)轴,\(B\)位于\((0,0)\)。通道中有\(n\)个外表面为镜面的光学元件,光学元件\(\alpha\)为圆形,光学元件\(\beta\)为矩形(这些元件可以与其他元件和通道有交集,具体看下图)。......
  • 2015年11月Xcode7.1(7B91b)打包发布苹果iOS应用指南
    2015年11月Xcode7.1(7B91b)打包发布苹果iOS应用指南 第1步:配置项目的开发授权证书(图1)如图1,选择TARGETS下的项目名称。(图2)如图2,选择BuildSettings,然后找到ProvisioningProfile. (图3)如图3,选择distribution的开发授权证书。这个distribution的开发授权证书来自苹果开发者后台配置......
  • Looksery Cup 2015-H. Degenerate Matrix(浮点数二分)
    原题链接H.DegenerateMatrixtimelimitpertestmemorylimitpertestinputoutputdeterminant ofamatrix 2 × 2degeneratenorm ||A|| ofamatrix AYouaregivenamatrix .Consideranydegeneratemat......