CSE 577 Image and Video Analysis

Slides:



Advertisements
Similar presentations
Andrew Cosand ECE CVRR CSE
Advertisements

Ter Haar Romeny, EMBS Berder 2004 How can we find a dense optic flow field from a motion sequence in 2D and 3D? Many approaches are taken: - gradient based.
Motion.
Introduction To Tracking
Computer Vision REU Week 2 Adam Kavanaugh. Video Canny Put canny into a loop in order to process multiple frames of a video sequence Put canny into a.
Computer Vision Optical Flow
3D Computer Vision and Video Computing 3D Vision Topic 4 of Part II Visual Motion CSc I6716 Fall 2011 Cover Image/video credits: Rick Szeliski, MSR Zhigang.
Video: savior, or “more of the same”? : Learning-Based Methods in Vision A. Efros, CMU, Spring 2009 © A.A. Efros.
Optical Flow
Visual motion Many slides adapted from S. Seitz, R. Szeliski, M. Pollefeys.
Virtual Dart – An Augmented Reality Game on Mobile Device Supervised by Prof. Michael R. Lyu LYU0604Lai Chung Sum ( )Siu Ho Tung ( )
Stockman MSU Fall Computing Motion from Images Chapter 9 of S&S plus otherwork.
Detecting Patterns So far Specific patterns (eyes) Generally useful patterns (edges) Also (new) “Interesting” distinctive patterns ( No specific pattern:
Optical Flow Estimation using Variational Techniques Darya Frolova.
Visual motion Many slides adapted from S. Seitz, R. Szeliski, M. Pollefeys.
Motion Field and Optical Flow. Outline Motion Field and Optical Flow Definition, Example, Relation Optical Flow Constraint Equation Assumptions & Derivation,
1 Motion in 2D image sequences Definitely used in human vision Object detection and tracking Navigation and obstacle avoidance Analysis of actions or.
Introduction to Object Tracking Presented by Youyou Wang CS643 Texas A&M University.
3D Rigid/Nonrigid RegistrationRegistration 1)Known features, correspondences, transformation model – feature basedfeature based 2)Specific motion type,
LOCUS Demo Stefan Zickler. Two “different” classes Class “Car Side Views” Class “Car Rears”
Computer Vision. Computer vision is concerned with the theory and technology for building artificial Computer vision is concerned with the theory and.
3D Computer Vision and Video Computing 3D Vision Topic 8 of Part 2 Visual Motion (II) CSC I6716 Spring 2004 Zhigang Zhu, NAC 8/203A
Optical flow (motion vector) computation Course: Computer Graphics and Image Processing Semester:Fall 2002 Presenter:Nilesh Ghubade
Motion and optical flow Thursday, Nov 20 Many slides adapted from S. Seitz, R. Szeliski, M. Pollefeys, S. Lazebnik.
Introduction to ECE432 Instructor: Ying Wu Dept. Electrical & Computer Engr. Northwestern University Evanston, IL 60208
MASKS © 2004 Invitation to 3D vision Lecture 3 Image Primitives andCorrespondence.
CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu Lecture 35 – Review for midterm.
Exploiting video information for Meeting Structuring ….
Visual motion Many slides adapted from S. Seitz, R. Szeliski, M. Pollefeys.
UCF REU: Weeks 1 & 2. Gradient Code Gradient Direction of the Gradient: Calculating theta.
December 9, 2014Computer Vision Lecture 23: Motion Analysis 1 Now we will talk about… Motion Analysis.
KRISTIN LAM REU WEEKS 1 & 2. MATERIAL COVERED MATLAB basics Edge Detection Harris Corner Detector Adaboost Face Detection Optical Flow Lucas-Kanade Method.
Motion Analysis using Optical flow CIS750 Presentation Student: Wan Wang Prof: Longin Jan Latecki Spring 2003 CIS Dept of Temple.
3D Imaging Motion.
The Cyber-Physical Bike A Step Toward Safer Green Transportation.
True FOE Computed FOE Recovering the observer’s rotation Velocity component due to observer’s translation Velocity component due to observer’s rotation.
IEEE International Conference on Multimedia and Expo.
Vehicle Detection in Aerial Surveillance Using Dynamic Bayesian Networks Hsu-Yung Cheng, Member, IEEE, Chih-Chia Weng, and Yi-Ying Chen IEEE TRANSACTIONS.
Motion Features for Action Recognition YeHao 3/11/2014.
Edge Segmentation in Computer Images CSE350/ Sep 03.
Optical flow and keypoint tracking Many slides adapted from S. Seitz, R. Szeliski, M. Pollefeys.
Announcements Final is Thursday, March 18, 10:30-12:20 –MGH 287 Sample final out today.
MASKS © 2004 Invitation to 3D vision Lecture 3 Image Primitives andCorrespondence.
REU Week 1 Presented by Christina Peterson. Edge Detection Sobel ◦ Convolve image with derivative masks:  x:  y: ◦ Calculate gradient magnitude ◦ Apply.
SZTAKI DEVA in Remote Sensing, Pattern recognition and change detection In Remote sensing Distributed Events Analysis Research Group Computer.
Instantaneous Geo-location of Multiple Targets from Monocular Airborne Video.
Motion and optical flow
Visual motion Many slides adapted from S. Seitz, R. Szeliski, M. Pollefeys.
Estimating Parametric and Layered Motion
Announcements Final is Thursday, March 20, 10:30-12:20pm
Motion and Optical Flow
COMP 9517 Computer Vision Motion 7/21/2018 COMP 9517 S2, 2012.
Nonparametric Semantic Segmentation
Image Primitives and Correspondence
Wrap-up Computer Vision Spring 2018, Lecture 28
Range Imaging Through Triangulation
Optical Flow For Vision-Aided Navigation
What I learned in the first 2 weeks
Week 7 Nicholas Baker.
Filtering Things to take away from this lecture An image as a function
Week 6 Nicholas Baker.
KFC: Keypoints, Features and Correspondences
Announcements Questions on the project? New turn-in info online
Coupled Horn-Schunck and Lukas-Kanade for image processing
Lucas-Kanade Registration Algorithm
Optical flow Computer Vision Spring 2019, Lecture 21
Open Topics.
Filtering An image as a function Digital vs. continuous images
Optical flow and keypoint tracking
Report 2 Brandon Silva.
Presentation transcript:

CSE 577 Image and Video Analysis Motion Analysis Object Recognition Event Recognition

What is motion analysis? Objectives: Detecting moving objects Tracking objects Deriving 3D properties of objects Understanding changes in the scene

Different Approaches Optical-flow based methods Dense point-wise registration Feature-flow based methods Sparse point-wise registration Differential methods Region-wise registration plus subtraction Segmentation based methods Region-wise registration

Definition of basic terms Motion field (Velocity field) True motion of the scene projected on the 2D image plane. Optical flow (Apparent motion) Motion of light patterns in the 2D image plane. NOTE: Motion field != Optical flow

What’s Going on in Object Recognition? Recognizing specific instances is out. Recognizing classes of objects is in. Learning is big. Interest operators are big.

What’s Going on in Video Analysis? Finding and tracking humans Recognizing their activities Understanding (foreign) news shows Determining what’s happening in meetings Looking for events in videos from unmanned aerial vehicles

Getting Started Read the papers about 1. the Harris Corner Detector 2. the Lucas-Kanade Registration Alg. Write a summary of each (as bullets) Be ready to discuss next class (March 30)