Overview Accomplishments Automatic Queen selection Side by Side Tracks

Slides:



Advertisements
Similar presentations
Clustering Overview Algorithm Begin with all sequences in one cluster While splitting some cluster improves the objective function: { Split each cluster.
Advertisements

Puzzle Image Processing Sam Bair (Group Leader) Nick Halliday Nathan Malkin Joe Wang.
Image Congealing (batch/multiple) image (alignment/registration) Advanced Topics in Computer Vision (048921) Boris Kimelman.
Facial feature localization Presented by: Harvest Jang Spring 2002.
Efficient Clustering of High Dimensional Data Sets with Application to Reference Matching ANSHUL VARMA FAISAL QURESHI.
HMM-BASED PATTERN DETECTION. Outline  Markov Process  Hidden Markov Models Elements Basic Problems Evaluation Optimization Training Implementation 2-D.
Region Segmentation. Find sets of pixels, such that All pixels in region i satisfy some constraint of similarity.
Segmentation and Clustering. Segmentation: Divide image into regions of similar contentsSegmentation: Divide image into regions of similar contents Clustering:
Mimicking human texture classification Eva M. van Rikxoort Egon L. van den Broek Theo E. Schouten.
Scaling Content Based Image Retrieval Systems Christine Lo, Sushant Shankar, Arun Vijayvergiya CS 267.
Face Recognition Using Embedded Hidden Markov Model.
Precise Omnidirectional Camera Calibration Dennis Strelow, Jeffrey Mishler, David Koes, and Sanjiv Singh.
Segmentation. Methods Region Growing Split and Merge Clustering.
M-HinTS: Mimicking Humans in Texture Sorting Egon L. van den Broek Eva M. van Rikxoort.
BPC: Art and Computation – Spring 2007 Overview of Spring Semester Tools and Technologies Glenn Bresnahan
Smart Traveller with Visual Translator for OCR and Face Recognition LYU0203 FYP.
APPLICATION OF K-MEANS CLUSTERING The Matlab function “kmeans()” was used for clustering The parameters to the function were : 1. The matrix of entire.
Chapter 6 Color Image Processing Chapter 6 Color Image Processing.
Computer Vision - A Modern Approach Set: Segmentation Slides by D.A. Forsyth Segmentation and Grouping Motivation: not information is evidence Obtain a.
ICS 61 - Graphics. Light Color Wheel Color Perception.
Presented By Wanchen Lu 2/25/2013
CSE 473/573 Computer Vision and Image Processing (CVIP) Ifeoma Nwogu Lecture 35 – Review for midterm.
An Example of Course Project Face Identification.
Creating With Code.
Chapter 14: SEGMENTATION BY CLUSTERING 1. 2 Outline Introduction Human Vision & Gestalt Properties Applications – Background Subtraction – Shot Boundary.
CVPR Workshop on RTV4HCI 7/2/2004, Washington D.C. Gesture Recognition Using 3D Appearance and Motion Features Guangqi Ye, Jason J. Corso, Gregory D. Hager.
Overview of Machine Learning RPI Robotics Lab Spring 2011 Kane Hadley.
Tracking People by Learning Their Appearance Deva Ramanan David A. Forsuth Andrew Zisserman.
Soccer Video Analysis EE 368: Spring 2012 Kevin Cheng.
MACHINE LEARNING 8. Clustering. Motivation Based on E ALPAYDIN 2004 Introduction to Machine Learning © The MIT Press (V1.1) 2  Classification problem:
Ensemble Color Segmentation Spring 2009 Ben-Gurion University of the Negev.
Kylie Gorman WEEK 1-2 REVIEW. CONVERTING AN IMAGE FROM RGB TO HSV AND DISPLAY CHANNELS.
Segmentation of Vehicles in Traffic Video Tun-Yu Chiang Wilson Lau.
3D reconstruction from uncalibrated images
An Improved Approach For Image Matching Using Principle Component Analysis(PCA An Improved Approach For Image Matching Using Principle Component Analysis(PCA.
Comparison of Image Registration Methods David Grimm Joseph Handfield Mahnaz Mohammadi Yushan Zhu March 18, 2004.
Laboratory of Image Processing Pier Luigi Mazzeo July 25, 2014.
SUMMERY 1. VOLUMETRIC FEATURES FOR EVENT DETECTION IN VIDEO correlate spatio-temporal shapes to video clips that have been automatically segmented we.
Given a set of data points as input Randomly assign each point to one of the k clusters Repeat until convergence – Calculate model of each of the k clusters.
Image Mosaicing with Motion Segmentation from Video Augusto Roman, Taly Gilat EE392J Final Project 03/20/01.
Course Project Lists for ITCS6157 Jianping Fan. Project Implementation Lists Automatic Image Clustering You can download 1,000,000 images from You can.
EE368 Final Project Spring 2003
EE368 Face Detection Project Angi Chau, Ezinne Oji, Jeff Walters 28 May, 2003.
S.R.Subramanya1 Outline of Vector Quantization of Images.
SeqMonk tools for methylation analysis
Zigzag Persistent Homology Survey
Data Mining, Neural Network and Genetic Programming
short introduction and overview
Data Driven Attributes for Action Detection
A Forest of Sensors: Tracking
Linear Algebra Lecture 15.
Car License Plate Recognition
Using Flow Textures to Visualize Unsteady Vector Fields
A segmentation and tracking algorithm
Unsupervised-learning Methods for Image Clustering
Saliency, Scale and Image Description (by T. Kadir and M
Detecting Artifacts and Textures in Wavelet Coded Images
Fall 2012 Longin Jan Latecki
Binocular Stereo Vision
VMorph: Motion and Feature-Based Video Metamorphosis
Primary key Introduction Introduction: A primary key, also called a primary keyword, is a key in a relational database that is unique for each record.
ECE 477 Digital Systems Senior Design Project  Spring 2006
Color Image Processing
Unsupervised Learning and Clustering
EE 492 ENGINEERING PROJECT
The Image The pixels in the image The mask The resulting image 255 X
Generating Sequences © T Madas.
The connected word recognition problem Problem definition: Given a fluently spoken sequence of words, how can we determine the optimum match in terms.
Find the limit {image} ,024 2,160 -1,
Week 7 REU Nolan Warner.
Presentation transcript:

Overview Accomplishments Automatic Queen selection Side by Side Tracks Future work

Accomplishments Made code more general Automatically select queens Accounts for image size, number of people, template size, etc. Automatically select queens Display tracks side by side

Automatic Queen Selection Algorithm Concatenate pixels’ color values of all templates Makes (n * n * # of people) x 3 feature matrix n=length of square template side (e.g. 17*17) Feature vector = [R G B] Do kmeans clustering Find 5 templates with largest # of pixels in small clusters These people have unique colors and become the queens

Sequence 1 Queens

Sequence 2 Queens

Sequence 3 Queens

Sequence 4 Queens

Sequence 5 Queens

Sequence 6 Queens

Sequence 7 Queens

Side by side tracks Seq 1 Our Method X Correlation

Side by side tracks Seq 3 Our Method X Corelation Seq 4 Our Method X Correlation

Side by side tracks Seq 5 Our Method X Correlation

Side by side tracks Seq 7 Our Method X Correlation

Future Work Implement colored tracking Implement springs Find more complex sequences More sophisticated Queen selection New name for Queens (Queen Bees)