Week 1 Emily Hand UNR.

Slides:



Advertisements
Similar presentations
Boundary Detection - Edges Boundaries of objects –Usually different materials/orientations, intensity changes.
Advertisements

Car Model Recognition with Neural Network CS679 Term Project by Sungwon Jung Computer Science Department KAIST.
David Wild Supervisor: James Connan Rhodes University Computer Science Department Gaze Tracking Using A Webcamera.
Large-Scale, Real-World Face Recognition in Movie Trailers Week 2-3 Alan Wright (Facial Recog. pictures taken from Enrique Gortez)
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.
EE663 Image Processing Edge Detection 1
Neural Network-based Face Recognition, using ARENA Algorithm. Gregory Tambasis Supervisor: Dr T. Windeatt.
Face Recognition and Biometric Filters By Fred_the_token Identity Confirmed: Osama bin Laden.
1 An Implementation Sanun Srisuk of EdgeFlow.
Schneiderman, H. and Kanade, T. Object Detection Using the Statistics of Parts, Viola, P. and Jones Robust Real-time Object Detection,Object Detection.
Machine Learning Damon Waring 22 April of 15 Agenda Problem, Solution, Benefits Problem, Solution, Benefits Machine Learning Overview/Basics Machine.
TESTING DIFFERENT CLASSIFICATION APPROACHES BASED ON FACE RECOGNITION APPLICATION AHMED HELMI ABULILA.
Kalman Tracking for Image Processing Applications Student : Julius Oyeleke Supervisor : Dr Martin Glavin Co-Supervisor : Dr Fearghal Morgan.
Project 2 SIFT Matching by Hierarchical K-means Quantization
Edge Detection Hao Huy Tran Computer Graphics and Image Processing CIS 581 – Fall 2002 Professor: Dr. Longin Jan Latecki.
Multimedia Specification Design and Production 2013 / Semester 2 / week 8 Lecturer: Dr. Nikos Gazepidis
Creating With Code.
Update September 14, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout.
Raspdrones Using pattern recognition to make homes a little safer.
DEVELOPMENT OF ALGORITHM FOR PANORAMA GENERATION, AND IMAGE SEGMENTATION FROM STILLS OF UNDERVEHICLE INSPECTION Balaji Ramadoss December,06,2002.
UCF REU: Weeks 1 & 2. Gradient Code Gradient Direction of the Gradient: Calculating theta.
RoshamRobo Alexander Ciccone – EEL4665 Spring 2014 Oral Report 2 – Special Sensor Image Credit – Author: Enzoklop URL:
Week 2 REU Nolan Warner. Overview This weeks progress/projects Things learned Tentative research topics.
KRISTIN LAM REU WEEKS 1 & 2. MATERIAL COVERED MATLAB basics Edge Detection Harris Corner Detector Adaboost Face Detection Optical Flow Lucas-Kanade Method.
Update September 21, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout.
Weekly Presentation Fabricio Teles Dutra Goncalves 05/22/2015.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
WEEK 1-2 ALEJANDRO TORROELLA. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAYING THE SEPARATE CHANNELS.
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
PRESENTATION REU IN COMPUTER VISION 2014 AMARI LEWIS CRCV UNIVERSITY OF CENTRAL FLORIDA.
IEEE International Conference on Multimedia and Expo.
SIFT DESCRIPTOR K Wasif Mrityunjay
Quiz Week 8 Topical. Topical Quiz (Section 2) What is the difference between Computer Vision and Computer Graphics What is the difference between Computer.
Week 4 Emily Hand UNR. Basic Tracking Framework Template Tracking – Manually Select Template – Correlation tracking Densely scan frame and compute histograms.
Canny Edge Detection Using an NVIDIA GPU and CUDA Alex Wade CAP6938 Final Project.
Canny Edge Detection. 5 STEPS 5 STEPS Apply Gaussian filter to smooth the image in order to remove the noise Apply Gaussian filter to smooth the image.
Laboratory of Image Processing Pier Luigi Mazzeo
Project 3 SIFT Matching by Binary SIFT
REU Week 1 Presented by Christina Peterson. Edge Detection Sobel ◦ Convolve image with derivative masks:  x:  y: ◦ Calculate gradient magnitude ◦ Apply.
Optical Flow walk through Aidean Sharghi Spring 14.
1 - CPRE 583 (Reconfigurable Computing): Streaming Applications Iowa State University (Ames) CPRE 583 Reconfigurable Computing Lecture 10: Fri 11/13/2009.
Detection, Tracking and Recognition in Video Sequences Supervised By: Dr. Ofer Hadar Mr. Uri Perets Project By: Sonia KanOra Gendler Ben-Gurion University.
Week 3 Emily Hand UNR. Online Multiple Instance Learning The goal of MIL is to classify unseen bags, instances, by using the labeled bags as training.
Week 5 Emily Hand UNR. AdaBoost For our previous detector, we used SVM.  Color Histogram We decided to try AdaBoost  Mean Blocks.
OpenCV C++ Image Processing
Zachary Starr Dept. of Computer Science, University of Missouri, Columbia, MO 65211, USA Digital Image Processing Final Project Dec 11 th /16 th, 2014.
Automatic License Plate Recognition for Electronic Payment system Chiu Wing Cheung d.
Laboratory of Image Processing Pier Luigi Mazzeo
Automating Scoliosis Analysis
Human Action Recognition Week 10
Horn-Schunk Optical Flow
Week 3 (June 6 – June10 , 2016) Summary :
Submitted by: Ala Berawi Sujod Makhlof Samah Hanani Supervisor:
CSE 577 Image and Video Analysis
Report 1: Optical Flow and Sift
Levi Smith REU Week 1.
What I learned in the first 2 weeks
REU Week 1 Ivette Carreras UCF.
Week 7 Nicholas Baker.
First Homework One week
Week 6 Nicholas Baker.
Neil Gealy Outline What I Learned this Week Research Interests
Week 1 Alan Wright - UCF.
MAV Optical Navigation
Face Detection Gender Recognition 1 1 (19) 1 (1)
Lucas-Kanade Registration Algorithm
Research Institute for Future Media Computing
Lab # 5 Detecting and reading barcodes
دکتر سید مجید اسما عیل زاده
Predicting Search Targets -Week 2
Presentation transcript:

Week 1 Emily Hand UNR

Optical Flow - Lucas Kanade Matlab Implementation   Input Images:

Optical Flow - Matlab Cont. Output:

Optical Flow OpenCV I downloaded and installed OpenCV on my laptop.   I downloaded and installed OpenCV on my laptop. Using the calcOpticalFlowLKPyr function in OpenCV, the following is produced.

Optical Flow - OpenCV Input:

Optical Flow - OpenCV Output:

Edge Detection - Canny I implemented the code Dr. Lobo provided in C++. Input:

Edge Detection - Canny Magnitude Image: Sigma = 1

Edge Detection - Canny Peak Image: Sigma = 1

Edge Detection - Canny Output Image: Sigma = 1

Edge Detection - Canny Magnitude Image: Sigma = 3

Edge Detection - Canny Peak Image: Sigma = 3

Edge Detection - Canny Output Image: Sigma = 3

Project Interests/ Further Research Bag of Words Model Classification of Faces Human Action Recognition     Movements/Gestures