MAV Optical Navigation

Slides:



Advertisements
Similar presentations
Interactive Space – An application of OpenCV
Advertisements

Automatic Color Gamut Calibration Cristobal Alvarez-Russell Michael Novitzky Phillip Marks.
The fundamental matrix F
Lecture 11: Two-view geometry
CSE473/573 – Stereo and Multiple View Geometry
Presented by Xinyu Chang
RGB-D object recognition and localization with clutter and occlusions Federico Tombari, Samuele Salti, Luigi Di Stefano Computer Vision Lab – University.
For Internal Use Only. © CT T IN EM. All rights reserved. 3D Reconstruction Using Aerial Images A Dense Structure from Motion pipeline Ramakrishna Vedantam.
MASKS © 2004 Invitation to 3D vision Lecture 7 Step-by-Step Model Buidling.
Face Recognition Method of OpenCV
July 27, 2002 Image Processing for K.R. Precision1 Image Processing Training Lecture 1 by Suthep Madarasmi, Ph.D. Assistant Professor Department of Computer.
Pose Estimation TUE. Kim Kyungkoo Active Grasp.
Bohr Robot Group OpenCV ECE479 John Chhokar J.C. Arada Richard Dixon.
October 28, 2011 Adrian Fletcher (CECS), Jacob Schreiver (ECE), Justin Clark (CECS), & Nathan Armentrout (ECE) Sponsor: Dr. Adrian Lauf 1.
Active Calibration of Cameras: Theory and Implementation Anup Basu Sung Huh CPSC 643 Individual Presentation II March 4 th,
RECOGNIZING FACIAL EXPRESSIONS THROUGH TRACKING Salih Burak Gokturk.
Scale Invariant Feature Transform
Distinctive Image Feature from Scale-Invariant KeyPoints
Highlights Lecture on the image part (10) Automatic Perception 16
Simultaneous Localization and Map Building System for Prototype Mars Rover CECS 398 Capstone Design I October 24, 2001.
Viewpoint Tracking for 3D Display Systems A look at the system proposed by Yusuf Bediz, Gözde Bozdağı Akar.
Visualization- Determining Depth From Stereo Saurav Basu BITS Pilani 2002.
Real-Time Face Detection and Tracking Using Multiple Cameras RIT Computer Engineering Senior Design Project John RuppertJustin HnatowJared Holsopple This.
(Fri) Young Ki Baik Computer Vision Lab.
Computer vision: models, learning and inference
CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu Lecture 35 – Review for midterm.
Final Exam Review CS485/685 Computer Vision Prof. Bebis.
Learning Visual Similarity Measures for Comparing Never Seen Objects By: Eric Nowark, Frederic Juric Presented by: Khoa Tran.
Prakash Chockalingam Clemson University Non-Rigid Multi-Modal Object Tracking Using Gaussian Mixture Models Committee Members Dr Stan Birchfield (chair)
Update September 14, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout.
Computer Vision: Summary and Discussion Computer Vision ECE 5554 Virginia Tech Devi Parikh 11/21/
Computer Vision 776 Jan-Michael Frahm 12/05/2011 Many slides from Derek Hoiem, James Hays.
Introduction Use machine learning and various classifying techniques to be able to create an algorithm that can decipher between spam and ham s. .
Lec 22: Stereo CS4670 / 5670: Computer Vision Kavita Bala.
Week 2 REU Nolan Warner. Overview This weeks progress/projects Things learned Tentative research topics.
Update September 21, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout.
Efficient Visual Object Tracking with Online Nearest Neighbor Classifier Many slides adapt from Steve Gu.
Final Presentation for EE7700 DVP Shenghua Wan and Kang zhang May, D View Simulation Based on Face Tracking.
Sean M. Ficht.  Problem Definition  Previous Work  Methods & Theory  Results.
Delivering Business Value through IT Face feature detection using Java and OpenCV 1.
Face Image-Based Gender Recognition Using Complex-Valued Neural Network Instructor :Dr. Dong-Chul Kim Indrani Gorripati.
A Tutorial on using SIFT Presented by Jimmy Huff (Slightly modified by Josiah Yoder for Winter )
Team Members Ming-Chun Chang Lungisa Matshoba Steven Preston Supervisors Dr James Gain Dr Patrick Marais.
Visual Odometry David Nister, CVPR 2004
RECOGNIZING FACIAL EXPRESSIONS THROUGH TRACKING Salih Burak Gokturk.
Stereoscopic Imaging for Slow-Moving Autonomous Vehicle By: Alex Norton Advisor: Dr. Huggins February 28, 2012 Senior Project Progress Report Bradley University.
Frank Bergschneider February 21, 2014 Presented to National Instruments.
1 Review and Summary We have covered a LOT of material, spending more time and more detail on 2D image segmentation and analysis, but hopefully giving.
Recognizing specific objects Matching with SIFT Original suggestion Lowe, 1999,2004.
MAV Optical Navigation Software System April 30, 2012 Tom Fritz, Pamela Warman, Richard Woodham Jr, Justin Clark, Andre DeRoux Sponsor: Dr. Adrian Lauf.
Vision-based Android Application for GPS Assistance in Tunnels
Face Detection and Notification System Conclusion and Reference
Machine Vision Burr Detection
CS4670 / 5670: Computer Vision Kavita Bala Lec 27: Stereo.
Geometry 3: Stereo Reconstruction
R-CNN region By Ilia Iofedov 11/11/2018 BGU, DNN course 2016.
MAV Optical Navigation
Rob Fergus Computer Vision
Find It VR Project (234329) Students: Yosef Albo, Bar Albo
AHED Automatic Human Emotion Detection
Course 6 Stereo.
MAV Optical Navigation
AHED Automatic Human Emotion Detection
Filtering An image as a function Digital vs. continuous images
MAV Optical Navigation
-Intelligence Transport System PHHung Media IC & System Lab
MAV Optical Navigation
MAV Optical Navigation
THE ASSISTIVE SYSTEM SHIFALI KUMAR BISHWO GURUNG JAMES CHOU
Sign Language Recognition With Unsupervised Feature Learning
Presentation transcript:

MAV Optical Navigation Update October 21, 2011 Adrian Fletcher, Jacob Schreiver, Justin Clark, & Nathan Armentrout

Agenda Progress Demonstrations Changes to Plan Goals Questions

Progress CamShift Tracker working; needs tweaking Code has been modularized Experimenting with uncalibrated stereo rectification and 3D Mapping Working on producing disparity-to-depth mapping matrix Camera calibration and test rig 90% complete Waiting on a stepper motor driver Documentation SyRS was revised further to improve clarity

Demonstrations Lucas-Kanade Tracker CamShift Tracker Pros: Good at tracking Cons: Scaling isn’t accurate, Needs low-pass filter CamShift Tracker Pros: Good at tracking and recognizing distinctly colored objects Cons: Expands bounding box to include similar colors from histogram SURF Object Recognition Pros: Good at recognizing object with similar pose Cons: Small adjustments cause loss of recognition

Camera Calibration Rig Allows precise movement of a camera Translational and rotational

Changes to Plan (1) SURF Descriptors are too complicated to efficiently use with Machine Learning Algorithms for real-time training SURF Descriptors can only be compared using nearest neighbor, thus direct comparison for decision trees used We are switching to using Local Binary Patterns (similar to Haar-Like Features) OpenTLD utilizes 2 Bit Binary Patterns No usable OpenCV implementation available More research needs to be done

Changes to Plan (2) OpenTLD source is uncommented Code extraction would be time consuming Machine Learning for long-term tracking will need to be full custom This may cause delays in the project schedule Extent is yet to be determined

Goals Continue to refine trackers Research issues with object classifiers and machine learning algorithms Get 3D projection demos working Finish camera calibration rig for testing 3D vision Documentation: Start SDS Baseline

Questions Can Dr. Lauf attend the midterm presentation for ECE capstone projects on 10/21/11 @ 11:00am-11:50am? We present at 11:25am.