CPSC 425: Computer Vision

Size: px
Start display at page:

Download "CPSC 425: Computer Vision"

Transcription

1 1 / 41 CPSC 425: Computer Vision Instructor: Fred Tung ftung@cs.ubc.ca Department of Computer Science University of British Columbia Lecture Notes 2015/2016 Term 2

2 2 / 41 Welcome to CPSC 425 Who has heard of Google s self-driving car or Tesla Autopilot? Image credit: Google; Technology Review, 2015.

3 3 / 41 Welcome to CPSC 425 For an autonomous car to navigate safely, it must sense its environment. detect lane markings, obstacles detect and predict the movement of other cars, cyclists, and pedestrians interpret road signs, gestures from cyclists

4 4 / 41 Welcome to CPSC 425 Image credit: CBC, 2015.

5 5 / 41 Welcome to CPSC 425 How can we design computers (or robots, self-driving cars,...) that make sense of a complex visual world? That is the question that computer vision tries to answer.

6 6 / 41 Menu January 5, 2016 Topics: Introduction Course Mechanics Course Topics Some Introductory Examples Reading: Next: Forsyth & Ponce (2nd ed.) Handouts: Assignment 1: Introduction to Python for Computer Vision Reminders: Complete Assignment 1 by Tuesday, January 12 www: piazza:

7 7 / 41 Who is Fred? Fred Tung University of Waterloo graduate (2008) PhD candidate in Computer Science Supervisor: Jim Little My areas of research are... Scene parsing of images Scene parsing of video Large-scale visual search

8 Scene Parsing building car fence mountain person road sidewalk sky unlabelled (ground truth only) / 41

9 9 / 41 Course Origins CPSC 425 was originally developed by Bob Woodham and has evolved over the years. Much of the material this year is adapted from material prepared by Bob. I will also share with you some exciting recent work in computer vision to solve real-world problems such as autonomous navigation object recognition, and large-scale image search

10 10 / 41 Framework for Class Discussion Come to each class prepared to discuss that day s material at four levels: Problem: What is the problem addressed? Key Idea(s): What is the key idea (or ideas) behind the approach taken? What assumptions are made? Are there alternative approaches? Technical Detail(s): What theory underlies the approach taken? What are important practical aspects of implementation, experimentation and application? Gotchas: Are there unexpected features of the approach likely to trip up the inexperienced?

11 11 / 41 Course Expectations Students in this class have varying backgrounds, skills, and expectations. Please respect, help and encourage each other. I will expect you to read assigned textbook sections in advance read any additional assigned reading in advance ask questions (both in and outside class) engage fully in all course activities: lectures, assignments, discussion, and office hours complete all assignments on time behave ethically

12 12 / 41 Course Mechanics There will be 7 assignments (6 marked) There is: we will use Python 2 and four packages: Python Imaging Library (PIL) NumPy Matplotlib SciPy one (in-class) midterm exam, tentatively February 11 (class before reading break) a 150 minute final exam, scheduled by the Registrar s office

13 13 / 41 Course Mechanics My office hour: Fridays 10:30-11:30, ICCS 187 (or me for an appointment) TA office hours TBA Course website: Course Piazza group: There will be no extension to assignment due dates

14 14 / 41 Course Mechanics (cont d) Marks for the course are calculated as follows: In class (clicker questions) 10 % Assignments 25 % Midterm exam 25 % Final exam 40 %

15 15 / 41 Course Outline I. Physics of Imaging Image formation Cameras and lenses Colour II. Early Vision Image filtering, correlation/convolution Image characterisation Edge and corner detection Texture analysis

16 16 / 41 Course Outline III. Mid-Level Vision Feature detection Model fitting Stereo Motion and optical flow IV. High-Level Vision Clustering and classification Image classification Object detection Deep learning in computer vision Examples and applications

17 Questions? 17 / 41

18 18 / 41 Example 1: Dione and Titan (Moons of Saturn) Image credit: NASA/JPL-Caltech/Space Science Institute

19 19 / 41 Example 1 (cont d): Dione and Titan Image credit: NASA/JPL-Caltech/Space Science Institute

20 Example 2: A Full (Earth) Moon 20 / 41

21 Example 3: Eggs? 21 / 41

22 Example 3 (cont d): 22 / 41

23 Example 3 (cont d): 23 / 41

24 24 / 41 Example 4: The dress Lighting conditions also affect the perception of colour.

25 25 / 41 Example 5: Rotating Mask Example Video: rotating mask Given a rotating mask, we have difficulty seeing the hollow side Our everyday experience tells us that the nose is pointing outwards and not inwards The associated text for this example read, in part, In solving the ill-posed problem from[sic] recovering 3D form from 2D images our brain makes a priori assumptions about the world. Assumption 1: Faces are convex (Original) credit:

26 26 / 41 Example 6: Handwritten Text Read this!

27 27 / 41 Example 7: The FedEx Logo Lindon Leader of Creative Leader designed the FedEx logo See interview with him at

28 28 / 41 Example 8: First-Down Line image courtesy SporTVision

29 Example 9: Kinect for Xbox 360 How does it work? image from January/February 2011 issue of Technology Review 29 / 41

30 30 / 41 Example 9: Kinect for Xbox 360 The Kinect uses depth information to recognize the pose of the players. Image from J. Shotton et al. (2011)

31 31 / 41 Example 10: Word Lens (Google Translate) Real-time translation on your mobile device using optical character recognition + augmented reality Image credit: Google

32 32 / 41 Example 11: Reverse image search Search using an image instead of text Image credit: Google; Tineye.

33 33 / 41 Example 12: Interactive image search Pinterest recently introduced a feature that lets you to look up product information by drawing boxes in images

34 34 / 41 Example 13: Amazon delivery drones Delivering the product you ordered, by unmanned aerial vehicle Image credit: Amazon

35 35 / 41 Example 14: Smart traffic systems Adjusting a network of traffic lights in real time, based on current traffic conditions Image credit: Miovision

36 36 / 41 Example 15: Sports video analytics at UBC Here is a sample video sequence processed based on the combined thesis work of three LCI graduate students: Video: 1000 frame broadcast hockey sequence Credit: Kenji Okuma, Wei-Lwun Lu, Ankur Gupta

37 37 / 41 Example 15 (cont d): Puck Location and Possession Andrew Duan s M.Sc thesis (August, 2011) integrates the determination of puck location and possession into our sports video analysis system Here s what Andrew s system does with the same hockey video sequence we saw before: Video: 1000 frame broadcast hockey sequence Credit: Xin Duan (Andrew)

38 38 / 41 Example 16: Basketball Wei-Lwun Lu s Ph.D thesis (October, 2011) tracks multiple players while preserving player identity. Here are a couple of examples from Wei-Lwun s thesis using a basketball video sequence: Video: Homography estimation Video: Player identification Credit: Wei-Lwun Lu

39 Example 17: Automating camera operation More recently, Jianhui Chen (one of your TAs this term) is working on automatic broadcast camera control. Image credit: J. Chen and P. Carr, / 41

40 40 / 41 Example 17: Automating camera operation Image credit: IEEE Spectrum

41 Reminders: Complete Assignment 1 by Tuesday, January 12 www: piazza: 41 / 41

CS 1699: Intro to Computer Vision. Introduction. Prof. Adriana Kovashka University of Pittsburgh September 1, 2015

CS 1699: Intro to Computer Vision. Introduction. Prof. Adriana Kovashka University of Pittsburgh September 1, 2015 CS 1699: Intro to Computer Vision Introduction Prof. Adriana Kovashka University of Pittsburgh September 1, 2015 Course Info Course website: http://people.cs.pitt.edu/~kovashka/cs1699 Instructor: Adriana

More information

Smart Traffic Control System Using Image Processing

Smart Traffic Control System Using Image Processing Smart Traffic Control System Using Image Processing Prashant Jadhav 1, Pratiksha Kelkar 2, Kunal Patil 3, Snehal Thorat 4 1234Bachelor of IT, Department of IT, Theem College Of Engineering, Maharashtra,

More information

Just a T.A.D. (Traffic Analysis Drone)

Just a T.A.D. (Traffic Analysis Drone) Just a T.A.D. (Traffic Analysis Drone) Senior Design Project 2017: Cumulative Design Review 1 Meet the Team Cyril Caparanga (CSE) Alex Dunyak (CSE) Christopher Barbeau (CSE) Matthew Shin (CSE) 2 System

More information

Panasonic Highlights 100th Anniversary, Future Vision at CES 2018

Panasonic Highlights 100th Anniversary, Future Vision at CES 2018 Jan 9, 2018 Panasonic Highlights 100th Anniversary, Future Vision at CES 2018 Panasonic Corporation showcases its latest technologies at CES 2018 in Las Vegas, Nevada Osaka, Japan - 2018 marks the 100th

More information

ECS 189G: Intro to Computer Vision March 31 st, Yong Jae Lee Assistant Professor CS, UC Davis

ECS 189G: Intro to Computer Vision March 31 st, Yong Jae Lee Assistant Professor CS, UC Davis ECS 189G: Intro to Computer Vision March 31 st, 2015 Yong Jae Lee Assistant Professor CS, UC Davis Plan for today Topic overview Introductions Course overview: Logistics and requirements 2 What is Computer

More information

Concept of ELFi Educational program. Android + LEGO

Concept of ELFi Educational program. Android + LEGO Concept of ELFi Educational program. Android + LEGO ELFi Robotics 2015 Authors: Oleksiy Drobnych, PhD, Java Coach, Assistant Professor at Uzhhorod National University, CTO at ELFi Robotics Mark Drobnych,

More information

DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL 2015 MU2550 A2 MUSIC THEORY III MW 10:00-11:20AM, L228

DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL 2015 MU2550 A2 MUSIC THEORY III MW 10:00-11:20AM, L228 DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL 2015 MU2550 A2 MUSIC THEORY III MW 10:00-11:20AM, L228 INSTRUCTOR: Mathew Walton OFFICE: L117 PHONE: 780-539-2837 (email preferred) E-MAIL: mwalton@gprc.ab.ca

More information

Digital Signal Processing

Digital Signal Processing COMP ENG 4TL4: Digital Signal Processing Notes for Lecture #1 Friday, September 5, 2003 Dr. Ian C. Bruce Room CRL-229, Ext. 26984 ibruce@mail.ece.mcmaster.ca Office Hours: TBA Instructor: Teaching Assistants:

More information

HIST 425/525 Economic History of Modern Europe European Industrialization

HIST 425/525 Economic History of Modern Europe European Industrialization HIST 425/525 Economic History of Modern Europe European Industrialization Winter Term 2015 CRN 25948 (HIST 425) 4:00 5:20 pm Tues/Thurs CRN 25949 (HIST 525) 301 Gerlinger Hall Professor George Sheridan

More information

The modern and intelligent CCTV (written by Vlado Damjanovski, CEO - ViDi Labs,

The modern and intelligent CCTV (written by Vlado Damjanovski, CEO - ViDi Labs, The modern and intelligent CCTV (written by Vlado Damjanovski, CEO - ViDi Labs, www.vidilabs.com) The digital (r)evolution of the last twenty years changed almost everything. Analogue vinyl records morphed

More information

Learning Outcomes After you have finished the course you should:

Learning Outcomes After you have finished the course you should: ARTH103 Global Art History Survey: From Pre-History to the 14 th Century Summer Session I 2019 3 Credits Monday-Friday 8.30-10.20am Professor Jonathan Shirland Contact Information: Jonathan.Shirland@bridgew.edu

More information

HIST 521/611WR: COLONIAL AMERICA

HIST 521/611WR: COLONIAL AMERICA UNIVERSITY OF LOUISVILLE Daniel Krebs, Ph.D. Department of History Gottschalk Hall 102C Louisville, KY 40292 Email: daniel.krebs@louisville.edu HIST 521/611WR: COLONIAL AMERICA 1. COURSE DESCRIPTION In

More information

CS 2770: Computer Vision. Introduction. Prof. Adriana Kovashka University of Pittsburgh January 5, 2017

CS 2770: Computer Vision. Introduction. Prof. Adriana Kovashka University of Pittsburgh January 5, 2017 CS 2770: Computer Vision Introduction Prof. Adriana Kovashka University of Pittsburgh January 5, 2017 About the Instructor Born 1985 in Sofia, Bulgaria Got BA in 2008 at Pomona College, CA (Computer Science

More information

Session Booklet The Internet of Things

Session Booklet The Internet of Things Session Booklet The Internet of Things The Internet is a global computer network providing a variety of information and communication. This interconnected network allows us to find out all kinds of information

More information

DEPARTMENT OF FINE ARTS COURSE OUTLINE WINTER 2016 TR 14:30-15:50, L123

DEPARTMENT OF FINE ARTS COURSE OUTLINE WINTER 2016 TR 14:30-15:50, L123 DEPARTMENT OF FINE ARTS COURSE OUTLINE WINTER 2016 TR 14:30-15:50, L123 MU1010 A3: INTRODUCTION TO MUSIC 3 (3-0-0) UT 45 Hours INSTRUCTOR: Mathew Walton OFFICE: L117 PHONE: 780-539-2837 (email preferred)

More information

Interactive Technology, Lighting, Perception, and the Actor

Interactive Technology, Lighting, Perception, and the Actor Interactive Technology, Lighting, Perception, and the Actor Origins This project, like many other advances in lighting technology, began with a discovery but without the proper knowledge of implementation.

More information

Sight Singing and Ear Training II (MUSI 1171) Professor: Andrew Davis ( )

Sight Singing and Ear Training II (MUSI 1171) Professor: Andrew Davis ( ) Page 1 of 11 Sight Singing and Ear Training II (MUSI 1171) Professor: Andrew Davis (email) Home page and syllabus Daily schedule Daily schedule Shortcut to the current week (assuming I remember to keep

More information

HIST 336 History of France Fall Term 2012

HIST 336 History of France Fall Term 2012 HIST 336 History of France Fall Term 2012 CRN 16722, Tuesday, Thursday 10:00 11:20 am 176 Lokey Education Bldg Professor George Sheridan gjs@uoregon.edu 541 346-4832 359 McKenzie Hall Office Hours: Tuesday

More information

CAMIO UNIVERSE PRODUCT INFORMATION SHEET

CAMIO UNIVERSE PRODUCT INFORMATION SHEET Redefining Graphics Production Workflows News Producer-Driven, Template-Based Workflow A Unified End-To-End News Content Creation, Production, and Playout Solution CAMIO UNIVERSE PRODUCT INFORMATION SHEET

More information

Aural Skills I (MUSI 1170), Fall 2006 Professor: Andrew Davis ( )

Aural Skills I (MUSI 1170), Fall 2006 Professor: Andrew Davis ( ) Page 1 of 8 Aural Skills I (MUSI 1170), Fall 2006 Professor: Andrew Davis (email) Home page and syllabus Daily schedule Daily schedule Shortcut to the current week (assuming I remember to keep the link

More information

ELEC 310 Digital Signal Processing

ELEC 310 Digital Signal Processing ELEC 310 Digital Signal Processing Alexandra Branzan Albu 1 Instructor: Alexandra Branzan Albu email: aalbu@uvic.ca Course information Schedule: Tuesday, Wednesday, Friday 10:30-11:20 ECS 125 Office Hours:

More information

1 Feb Grading WB PM Low power Wireless RF Transmitter for Photodiode Temperature Measurements

1 Feb Grading WB PM Low power Wireless RF Transmitter for Photodiode Temperature Measurements 1 Jan 21 2015341 Practice WB119 6 9PM Low power Wireless RF Transmitter for Photodiode Temperature Measurements 1 Jan 21 2015377 Practice WB119 6 9PM Gloovy 1 Jan 21 2015405 Practice WB119 6 9PM Machine

More information

IoT Challenges in H2020. Mirko Presser, MSci, MSc, BSS/BTECH/MBIT Lab

IoT Challenges in H2020. Mirko Presser, MSci, MSc, BSS/BTECH/MBIT Lab IoT Challenges in H2020 Mirko Presser, MSci, MSc, PhD @mirkopresser mirko.presser@btech.au.dk BSS/BTECH/MBIT Lab iotcomicbook.org 2 IoT will turn the world into data. - Kevin Ashton 3 4 2009 5 Applied

More information

ECE302H1S Probability and Applications (Updated January 10, 2017)

ECE302H1S Probability and Applications (Updated January 10, 2017) ECE302H1S 2017 - Probability and Applications (Updated January 10, 2017) Description: Engineers and scientists deal with systems, devices, and environments that contain unavoidable elements of randomness.

More information

ANALYSIS OF SOUND DATA STREAMED OVER THE NETWORK

ANALYSIS OF SOUND DATA STREAMED OVER THE NETWORK ACTA UNIVERSITATIS AGRICULTURAE ET SILVICULTURAE MENDELIANAE BRUNENSIS Volume LXI 233 Number 7, 2013 http://dx.doi.org/10.11118/actaun201361072105 ANALYSIS OF SOUND DATA STREAMED OVER THE NETWORK Jiří

More information

Class Syllabus MUSIC IN SOCIETY, SCIENCE AND PSYCHE (HONORS, FALL 2012)

Class Syllabus MUSIC IN SOCIETY, SCIENCE AND PSYCHE (HONORS, FALL 2012) Class Syllabus MUSIC IN SOCIETY, SCIENCE AND PSYCHE (HONORS, FALL 2012) Dr. Mark Henderson / Office Hours: 2:30PM MWF (Room 355 VBC) 801-626-6448 email: mhenderson@weber.edu. I have not yet agreed to be

More information

CS 1674: Intro to Computer Vision. Intro to Recognition. Prof. Adriana Kovashka University of Pittsburgh October 24, 2016

CS 1674: Intro to Computer Vision. Intro to Recognition. Prof. Adriana Kovashka University of Pittsburgh October 24, 2016 CS 1674: Intro to Computer Vision Intro to Recognition Prof. Adriana Kovashka University of Pittsburgh October 24, 2016 Plan for today Examples of visual recognition problems What should we recognize?

More information

InSync White Paper : Achieving optimal conversions in UHDTV workflows April 2015

InSync White Paper : Achieving optimal conversions in UHDTV workflows April 2015 InSync White Paper : Achieving optimal conversions in UHDTV workflows April 2015 Abstract - UHDTV 120Hz workflows require careful management of content at existing formats and frame rates, into and out

More information

Simple LCD Transmitter Camera Receiver Data Link

Simple LCD Transmitter Camera Receiver Data Link Simple LCD Transmitter Camera Receiver Data Link Grace Woo, Ankit Mohan, Ramesh Raskar, Dina Katabi LCD Display to demonstrate visible light data transfer systems using classic temporal techniques. QR

More information

Computer Coordination With Popular Music: A New Research Agenda 1

Computer Coordination With Popular Music: A New Research Agenda 1 Computer Coordination With Popular Music: A New Research Agenda 1 Roger B. Dannenberg roger.dannenberg@cs.cmu.edu http://www.cs.cmu.edu/~rbd School of Computer Science Carnegie Mellon University Pittsburgh,

More information

LSC 606 Cataloging and Classification Summer 2007

LSC 606 Cataloging and Classification Summer 2007 Catholic University of America, School of Library and Information Science LSC 606 Cataloging and Classification Summer 2007 Time: Tuesday 1:00-4:30 pm Make mistakes. Get messy. Take chances. Miss Frizzle

More information

White Paper : Achieving synthetic slow-motion in UHDTV. InSync Technology Ltd, UK

White Paper : Achieving synthetic slow-motion in UHDTV. InSync Technology Ltd, UK White Paper : Achieving synthetic slow-motion in UHDTV InSync Technology Ltd, UK ABSTRACT High speed cameras used for slow motion playback are ubiquitous in sports productions, but their high cost, and

More information

Introduction to Cinema

Introduction to Cinema Introduction to Cinema Comm 274-002 Fall 2017 Dr. Leslie Abramson Tuesdays 7:00-10:00 p.m. Cuneo Hall, Room 109 Office Hours: After class or by appointment E-mail: labramson@luc.edu Course Objective In

More information

Last Edit: 19 Feb 2018

Last Edit: 19 Feb 2018 Last Edit: 19 Feb 2018 MOBILE IoT INITIATIVE ECOSYSTEM Over 2100 GSMA Mobile IoT Innovator Company Members 47 IoT Labs In 21 countries INDUSTRY-WIDE SUPPORT Support for Mobile IoT from 98 MNOs And vendors

More information

General information. Objectives of the Course. Text and materials. Grades for the work in this course

General information. Objectives of the Course. Text and materials. Grades for the work in this course Introduction to Conducting (Music 113A) Spring 2016 (Mondays, Wednesdays, and Thursdays, 1:00-1:50pm Slosberg 227) Robert Duff, instructor (office: 781.736.3324; e-mail: rduff@brandeis.edu) General information

More information

Why Music Theory Through Improvisation is Needed

Why Music Theory Through Improvisation is Needed Music Theory Through Improvisation is a hands-on, creativity-based approach to music theory and improvisation training designed for classical musicians with little or no background in improvisation. It

More information

Michele Schreiber Department of Film and Media Studies Emory University Introduction to Film Through the Lens of Sustainability 6/17/11

Michele Schreiber Department of Film and Media Studies Emory University Introduction to Film Through the Lens of Sustainability 6/17/11 Michele Schreiber Department of Film and Media Studies Emory University Introduction to Film Through the Lens of Sustainability 6/17/11 In the Fall semester of 2010, I co-taught a graduate seminar with

More information

Aural Skills II (MUSI 1171), Spring 2007 Professor: Andrew Davis ( )

Aural Skills II (MUSI 1171), Spring 2007 Professor: Andrew Davis ( ) Page 1 of 10 Aural Skills II (MUSI 1171), Spring 2007 Professor: Andrew Davis (email) Home page and syllabus Daily schedule Daily schedule Shortcut to the current week (assuming I remember to keep the

More information

CprE 281: Digital Logic

CprE 281: Digital Logic CprE 28: Digital Logic Instructor: Alexander Stoytchev http://www.ece.iastate.edu/~alexs/classes/ T Flip-Flops & JK Flip-Flops CprE 28: Digital Logic Iowa State University, Ames, IA Copyright Alexander

More information

Eastern Illinois University ART 3340G, Multicultural Aesthetics

Eastern Illinois University ART 3340G, Multicultural Aesthetics Eastern Illinois University ART 3340G, Multicultural Aesthetics 1. Catalog Description a. Course level: ART 3340G b. Title: Multicultural Aesthetics c. Credit: 1-4-3 d. Term to be offered: F, S e. Short

More information

Audio-Based Video Editing with Two-Channel Microphone

Audio-Based Video Editing with Two-Channel Microphone Audio-Based Video Editing with Two-Channel Microphone Tetsuya Takiguchi Organization of Advanced Science and Technology Kobe University, Japan takigu@kobe-u.ac.jp Yasuo Ariki Organization of Advanced Science

More information

Music Similarity and Cover Song Identification: The Case of Jazz

Music Similarity and Cover Song Identification: The Case of Jazz Music Similarity and Cover Song Identification: The Case of Jazz Simon Dixon and Peter Foster s.e.dixon@qmul.ac.uk Centre for Digital Music School of Electronic Engineering and Computer Science Queen Mary

More information

SMART VEHICLE SCREENING SYSTEM USING ARTIFICIAL INTELLIGENCE METHODS

SMART VEHICLE SCREENING SYSTEM USING ARTIFICIAL INTELLIGENCE METHODS 1 TERNOPIL ACADEMY OF NATIONAL ECONOMY INSTITUTE OF COMPUTER INFORMATION TECHNOLOGIES SMART VEHICLE SCREENING SYSTEM USING ARTIFICIAL INTELLIGENCE METHODS Presenters: Volodymyr Turchenko Vasyl Koval The

More information

Speech and Speaker Recognition for the Command of an Industrial Robot

Speech and Speaker Recognition for the Command of an Industrial Robot Speech and Speaker Recognition for the Command of an Industrial Robot CLAUDIA MOISA*, HELGA SILAGHI*, ANDREI SILAGHI** *Dept. of Electric Drives and Automation University of Oradea University Street, nr.

More information

UCSC Summer Session MUSIC 11D Introduction to World Music. Class Times: TTH 1:00 4:30 pm Class Location: Music Center 138 (DARC 340 July10 21)

UCSC Summer Session MUSIC 11D Introduction to World Music. Class Times: TTH 1:00 4:30 pm Class Location: Music Center 138 (DARC 340 July10 21) UCSC Summer Session 2017 MUSIC 11D Introduction to World Music Class Times: TTH 1:00 4:30 pm Class Location: Music Center 138 (DARC 340 July10 21) Instructor: Jay M. Arms Office Location: TBD Office Hours:

More information

Automatic Music Clustering using Audio Attributes

Automatic Music Clustering using Audio Attributes Automatic Music Clustering using Audio Attributes Abhishek Sen BTech (Electronics) Veermata Jijabai Technological Institute (VJTI), Mumbai, India abhishekpsen@gmail.com Abstract Music brings people together,

More information

Distortion Analysis Of Tamil Language Characters Recognition

Distortion Analysis Of Tamil Language Characters Recognition www.ijcsi.org 390 Distortion Analysis Of Tamil Language Characters Recognition Gowri.N 1, R. Bhaskaran 2, 1. T.B.A.K. College for Women, Kilakarai, 2. School Of Mathematics, Madurai Kamaraj University,

More information

Knoxville External Video Survey: Background & Status Report

Knoxville External Video Survey: Background & Status Report Knoxville External Video Survey: Background & Status Report Tennessee Model Users Group Meeting October 24, 2007 Why conduct the survey? Background: Why conduct the survey? Why a video camera license plate

More information

FILM 201 Introduction to Cinema Fall To Shoot a Film is to Organize an Entire Universe -Ingmar Bergman

FILM 201 Introduction to Cinema Fall To Shoot a Film is to Organize an Entire Universe -Ingmar Bergman FILM 201 Introduction to Cinema Fall 2016 To Shoot a Film is to Organize an Entire Universe -Ingmar Bergman Professor Ted Hovet OFFICE: CH 110C 745-5782 Office Hours: MW 10:30-11:30; W 3:30-5:00; and by

More information

DEPARTMENT OF GEOGRAPHY GEOG3811 POLITICAL GEOGRAPHY FALL 2016

DEPARTMENT OF GEOGRAPHY GEOG3811 POLITICAL GEOGRAPHY FALL 2016 DEPARTMENT OF GEOGRAPHY GEOG3811 POLITICAL GEOGRAPHY FALL 2016 CONTACT INFORMATION Instructor: Name W. R. Horne, PhD Email rhorne@lakeheadu.ca Office Location OA3008 Office Hours: make appointment after

More information

Syllabus Snapshot. by Amazing Brains. Exam Body: CCEA Level: GCSE Subject: Moving Image Arts

Syllabus Snapshot. by Amazing Brains. Exam Body: CCEA Level: GCSE Subject: Moving Image Arts Syllabus Snapshot by Amazing Brains Exam Body: CCEA Level: GCSE Subject: Moving Image Arts 2 Specification at a Glance The table below summarises the structure of this GCSE course: Assessment Weighting

More information

DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL DR 1010 (A2): INTRODUCTION TO THEATRE ART (3-0-0) 45 Hours for 15 Weeks

DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL DR 1010 (A2): INTRODUCTION TO THEATRE ART (3-0-0) 45 Hours for 15 Weeks DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL 2017 DR 1010 (A2): INTRODUCTION TO THEATRE ART (3-0-0) 45 Hours for 15 Weeks INSTRUCTOR: Michelle Rios PHONE: (780) 539-2029 OFFICE: L222 E-MAIL: mrios@gprc.ab.ca

More information

An Introduction To Scientific Research E Bright Wilson

An Introduction To Scientific Research E Bright Wilson We have made it easy for you to find a PDF Ebooks without any digging. And by having access to our ebooks online or by storing it on your computer, you have convenient answers with an introduction to scientific

More information

REVIEW OF THE MANDATORY DAYTIME PROTECTION RULES IN THE OFCOM BROADCASTING CODE

REVIEW OF THE MANDATORY DAYTIME PROTECTION RULES IN THE OFCOM BROADCASTING CODE OFCOM CONSULTATION REVIEW OF THE MANDATORY DAYTIME PROTECTION RULES IN THE OFCOM BROADCASTING CODE Introduction In principle, BT and EE welcome the proposed changes to the rules as they will allow for

More information

University of Florida School of Music Woodwind Skills 1 - Clarinet Section Course Syllabus

University of Florida School of Music Woodwind Skills 1 - Clarinet Section Course Syllabus University of Florida School of Music Woodwind Skills 1 - Clarinet Section Course Syllabus Supervising Instructor: Prof. Mitchell Estrin Office: MUB 305 Office Phone: (352) 273-3177 Email: mestrin@ufl.edu

More information

Speech Recognition and Signal Processing for Broadcast News Transcription

Speech Recognition and Signal Processing for Broadcast News Transcription 2.2.1 Speech Recognition and Signal Processing for Broadcast News Transcription Continued research and development of a broadcast news speech transcription system has been promoted. Universities and researchers

More information

EVALUATION METHODS AND GRADING CRITERIA:

EVALUATION METHODS AND GRADING CRITERIA: MUSIC 411 Instructor: Professor Janise White Office: Fine Arts Complex Room 300 Office Hours: M/W 11-12 noon; Classroom: FA 103 Textbooks: The First Book of Broadway Solos by Joan Frey Boytim Estelle Liebling

More information

Sarcasm Detection in Text: Design Document

Sarcasm Detection in Text: Design Document CSC 59866 Senior Design Project Specification Professor Jie Wei Wednesday, November 23, 2016 Sarcasm Detection in Text: Design Document Jesse Feinman, James Kasakyan, Jeff Stolzenberg 1 Table of contents

More information

MicroVision Investor Presentation September Don t just think outside the box. See outside the box.

MicroVision Investor Presentation September Don t just think outside the box. See outside the box. MicroVision Investor Presentation September 2016 Don t just think outside the box. See outside the box. Safe Harbor Statement The statements and graphics in this presentation that are not historical facts,

More information

$0.10 for KS fees (ten percent) $0.20 for deliverable rewards (twenty percent) $0.70 for producing what you raised funds for (seventy percent)

$0.10 for KS fees (ten percent) $0.20 for deliverable rewards (twenty percent) $0.70 for producing what you raised funds for (seventy percent) Kickstarter budget plan for Dream Out Loud. Project Scope: To produce a broadcast quality film about U2 s fans, exploring their connection to the music, the band and each other. The film is to be shot

More information

MUS 326: Music In The Classroom

MUS 326: Music In The Classroom Central Washington University Department of Music Spring 2011 MUS 326: Music In The Classroom Location: Time: Instructor: Email: Music Building Office: COURSE DESCRIPTION MUS 326 (Music in the Classroom)

More information

A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles

A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles A Novel Study on Data Rate by the Video Transmission for Teleoperated Road Vehicles Tito Tang, Frederic Chucholowski, Min Yan and Prof. Dr. Markus Lienkamp 9th International Conference on Intelligent Unmanned

More information

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP

New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP New Technologies: 4G/LTE, IOTs & OTTS WORKSHOP EACO Title: LTE, IOTs & OTTS Date: 13 th -17 th May 2019 Duration: 5 days Location: Kampala, Uganda Course Description: This Course is designed to: Give an

More information

The Media School Indiana University Syllabus - Fall 2016 v1.0

The Media School Indiana University Syllabus - Fall 2016 v1.0 P356 Television Studio Production The Media School Indiana University Syllabus - Fall 2016 v1.0 Instructor: Jim Krause jarkraus [at] indiana.edu (812) 332-1005 http://www.indiana.edu/~jkmedia Office Hours:

More information

IoT Software Platforms

IoT Software Platforms Politecnico di Milano Advanced Network Technologies Laboratory IoT Software Platforms in the cloud 1 Why the cloud? o IoT is about DATA sensed and transmitted from OBJECTS o How much data? n IPV6 covers

More information

VIDEO PRODUCT DEVELOPMENT

VIDEO PRODUCT DEVELOPMENT VIDEO PRODUCT DEVELOPMENT PURPOSE To evaluate each contestant s preparation for employment and to recognize outstanding students for excellence and professionalism in the field of television/video production.

More information

Transfer Model Curriculum

Transfer Model Curriculum Transfer Model Curriculum CCC Major or Area of Emphasis: Film, Television, and Electronic Media CSU Major or Majors: Radio-Television-Film, Television-Film, Television, Video, Film, and Electronic Arts

More information

School of Arts & Sciences

School of Arts & Sciences School of Arts & Sciences EN203: World Literature, Renaissance through Enlightenment Tuesday, Friday 02:45PM - 04:00PM, Ballston, Room 205 Fall 2011 Office: Gailhac 2011 Office Hours: TBA Phone: 703-284-5762

More information

Grande Prairie Regional College. EN 3650 A3 Credit 3 (3-0-0) UT 45 Hours Early Twentieth Century British Novel

Grande Prairie Regional College. EN 3650 A3 Credit 3 (3-0-0) UT 45 Hours Early Twentieth Century British Novel 1 Grande Prairie Regional College EN 3650 A3 Credit 3 (3-0-0) UT 45 Hours Early Twentieth Century British Novel Monday & Wednesday 2:30-3:50 p. m. Winter Term (January-April 2011) Instructor: George Hanna

More information

Course Description: Required Texts:

Course Description: Required Texts: Social Evolution: Anthropology 204 Spring 2012 Amy S. Jacobson Ph.D. Monday/Wednesday 2:15-3:35 Room 138 Hickman Hall, Douglass Campus Office Hours: Wednesday 12:00 1:45 Office Location: Room 208E Biological

More information

Sightsinging and Ear Training I (MUSI 1170) Professor: Andrew Davis

Sightsinging and Ear Training I (MUSI 1170) Professor: Andrew Davis Page 1 of 7 Sightsinging and Ear Training I (MUSI 1170) Professor: Andrew Davis Home page and syllabus Daily schedule Daily schedule Shortcut to the current week (assuming I remember to keep the link updated).

More information

3READY. Android STB + Multiscreen Solution

3READY. Android STB + Multiscreen Solution 3READY Android STB + Multiscreen Solution Company Overview - Founded in 2009 - Core competence in SI & Development of STB + Multiscreen Solutions - 200+ experts in TV & VOD - 170+ software engineers -

More information

Why Connecting to the Internet of Things Project List

Why Connecting to the Internet of Things Project List Why Connecting to the Internet of Things Should Top Your Project List Your things have a story to tell Are you listening? The Internet of Things (IoT) is made up of billions of smart devices, like sensors

More information

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS TECHNICAL VIDEO PRODUCTION II VPT 1300

PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS TECHNICAL VIDEO PRODUCTION II VPT 1300 PELLISSIPPI STATE TECHNICAL COMMUNITY COLLEGE MASTER SYLLABUS TECHNICAL VIDEO PRODUCTION II VPT 1300 Class Hours: 0.0 Credit Hours: 3.0 Laboratory Hours: 4.0 Date Revised: Fall 2001 Catalog Course Description:

More information

Task-based Activity Cover Sheet

Task-based Activity Cover Sheet Task-based Activity Cover Sheet Task Title: Carpenter Using Construction Design Software Learner Name: Date Started: Date Completed: Successful Completion: Yes No Goal Path: Employment Apprenticeship Secondary

More information

Evaluation of the VTEXT Electronic Textbook Framework

Evaluation of the VTEXT Electronic Textbook Framework Paper ID #7034 Evaluation of the VTEXT Electronic Textbook Framework John Oliver Cristy, Virginia Tech Prof. Joseph G. Tront, Virginia Tech c American Society for Engineering Education, 2013 Evaluation

More information

Incandescent Diffusers Deflectors Photo boxes

Incandescent Diffusers Deflectors Photo boxes High School Photography II Curriculum Guide Unit 1: Lighting and Lighting equipment Timeline: 5 Weeks Inquiry Questions: 1. What different types of lighting are available to a photographer? 2. How does

More information

Digital Media. Program Learning Outcomes

Digital Media. Program Learning Outcomes 169 Definition The program is directed toward providing individual artistic development with an emphasis on the students ability to use computer technology to create graphic and photographic images. Staff

More information

Syllabus Snapshot. by Amazing Brains. Exam Body: CCEA Level: GCSE Subject: Moving Image Arts

Syllabus Snapshot. by Amazing Brains. Exam Body: CCEA Level: GCSE Subject: Moving Image Arts Syllabus Snapshot by Amazing Brains Exam Body: CCEA Level: GCSE Subject: Moving Image Arts 3 Subject We have divided the course into three components. The content of these components, and their respective

More information

Introduction to Music Theory (HUMA 2104) Division of Humanities The Hong Kong University of Science and Technology Spring 2016

Introduction to Music Theory (HUMA 2104) Division of Humanities The Hong Kong University of Science and Technology Spring 2016 Introduction to Music Theory (HUMA 2104) Division of Humanities The Hong Kong University of Science and Technology Spring 2016 Instructor: Ilari Kaila Email: kaila@ust.hk Office hours: TBA and by appointment

More information

AHS 105 INTRODUCTION TO ART HISTORY: PREHISTORY-MEDIEVAL

AHS 105 INTRODUCTION TO ART HISTORY: PREHISTORY-MEDIEVAL ! 1 INTRODUCTION TO ART HISTORY: PREHISTORY-MEDIEVAL Mieke Paulsen mbahmer@rutgers.edu Office: Voorhees Hall 008-D Office Hours: Wednesdays 5:00 pm or by appointment ! 2 Course Description This course

More information

Smart Communities Using GIS

Smart Communities Using GIS Smart Communities Using GIS Building a Smarter City with the Internet of Things Ashley Riggs, GISP Assistant Director of IT ariggs@auburnwa.gov City of Auburn, Washington 30 square miles 450 full-time

More information

P356 TV Studio Production

P356 TV Studio Production P356 TV Studio Production The Media School - Indiana University Fall 2015 - Syllabus ver1.0 Instructor: Jim Krause jarkraus [at] indiana.edu (812) 332-1005 http://www.indiana.edu/~telecom/people/faculty/krause.shtml

More information

LIT : Children s Literature

LIT : Children s Literature LIT 4331-1804: Children s Literature Turlington 2333 Hours: Monday, periods 9-11 (4.05-7pm) Dr. Anastasia Ulanowicz aulanow@ufl.edu Turlington 4362 Office Hours: Mondays and Tuesdays, 2-3 p.m. Course Overview

More information

ALIQUID CRYSTAL display (LCD) has been gradually

ALIQUID CRYSTAL display (LCD) has been gradually 178 JOURNAL OF DISPLAY TECHNOLOGY, VOL. 6, NO. 5, MAY 2010 Local Blinking HDR LCD Systems for Fast MPRT With High Brightness LCDs Lin-Yao Liao, Chih-Wei Chen, and Yi-Pai Huang Abstract A new impulse-type

More information

AMERICAN LITERATURE English BC 3180y Spring 2015 MW 2:40-3:55 Barnard 302

AMERICAN LITERATURE English BC 3180y Spring 2015 MW 2:40-3:55 Barnard 302 AMERICAN LITERATURE 1800-1870 English BC 3180y Spring 2015 MW 2:40-3:55 Barnard 302 Professor Lisa Gordis Office: Barnard Hall 408D Office phone: 854-2114 lgordis@barnard.edu http://blogs.cuit.columbia.edu/lmg21/

More information

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking

1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Proceedings of the 2(X)0 IEEE International Conference on Robotics & Automation San Francisco, CA April 2000 1ms Column Parallel Vision System and It's Application of High Speed Target Tracking Y. Nakabo,

More information

Eastern Kentucky University Department of Music Syllabus for MUS , Musicianship I, CRN T/TH 11:00-11:50 1 Credit Hour Fall 2012

Eastern Kentucky University Department of Music Syllabus for MUS , Musicianship I, CRN T/TH 11:00-11:50 1 Credit Hour Fall 2012 Eastern Kentucky University Department of Music Syllabus for MUS 161-002, Musicianship I, CRN 14053 T/TH 11:00-11:50 1 Credit Hour Fall 2012 Professor: Dr. Richard Byrd Office: Foster Building 202 office

More information

E-MANUAL. Thank you for purchasing this Samsung product. To receive more complete service, please register your product at.

E-MANUAL. Thank you for purchasing this Samsung product. To receive more complete service, please register your product at. E-MANUAL Thank you for purchasing this Samsung product. To receive more complete service, please register your product at www.samsung.com/register Model Serial No. Contents Quick Guides Connecting the

More information

Aural Skills IV (MUSI 2171), Spring 2008 Professor: Andrew Davis ( )

Aural Skills IV (MUSI 2171), Spring 2008 Professor: Andrew Davis ( ) Page 1 of 9 Aural Skills IV (MUSI 2171), Spring 2008 Professor: Andrew Davis (email) Home page and syllabus Daily schedule Daily schedule Shortcut to the current week (assuming I remember to keep the link

More information

DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL DR 1010 (A2): INTRODUCTION TO THEATRE ART 3(3-0-0) 45 Hours for 15 Weeks

DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL DR 1010 (A2): INTRODUCTION TO THEATRE ART 3(3-0-0) 45 Hours for 15 Weeks DEPARTMENT OF FINE ARTS COURSE OUTLINE FALL 2018 DR 1010 (A2): INTRODUCTION TO THEATRE ART 3(3-0-0) 45 Hours for 15 Weeks INSTRUCTOR: Misha Albert PHONE: (780) 539-2836 OFFICE: L222 E-MAIL: malbert@gprc.ab.ca

More information

Plug & Play Mobile Frontend For Your IoT Solution

Plug & Play Mobile Frontend For Your IoT Solution Plug & Play Mobile Frontend For Your IoT Solution IoT2cell Data Sheet: 20181018 Table of Contents Introduction...3 IoT2cell Mobility Platform...5 Not Just Predict, Act...6 Its So Easy...7 Public Facing

More information

Exhibits. Open House. NHK STRL Open House Entrance. Smart Production. Open House 2018 Exhibits

Exhibits. Open House. NHK STRL Open House Entrance. Smart Production. Open House 2018 Exhibits 2018 Exhibits NHK STRL 2018 Exhibits Entrance E1 NHK STRL3-Year R&D Plan (FY 2018-2020) The NHK STRL 3-Year R&D Plan for creating new broadcasting technologies and services with goals for 2020, and beyond

More information

High School Photography 1 Curriculum Essentials Document

High School Photography 1 Curriculum Essentials Document High School Photography 1 Curriculum Essentials Document Boulder Valley School District Department of Curriculum and Instruction February 2012 Introduction The Boulder Valley Elementary Visual Arts Curriculum

More information

MUS122: Ear Training and Sight Singing II Spring 2017 M/W/F 11:00 11:50 am / 2:00 2:50 pm Fine Arts Center C100

MUS122: Ear Training and Sight Singing II Spring 2017 M/W/F 11:00 11:50 am / 2:00 2:50 pm Fine Arts Center C100 MUS122: Ear Training and Sight Singing II Spring 2017 M/W/F 11:00 11:50 am / 2:00 2:50 pm Fine Arts Center C100 Instructor: Dr. Kirsten Volness Email: kvolness@uri.edu Graduate Assistant: Becca Jackson

More information

TEXTS TEXTS REQUIRED:

TEXTS TEXTS REQUIRED: Item # s 0744TAS, 0745TAC SUM 08 Art History 203* (Telecourse) Romanticism to Modern (1750-Present) Instructor: Ron Tanzi Summer Quarter 2008 Office: C250A Review Sessions: B-104 or B204 Phone: 206-287-5526

More information

WHITEPAPER. Customer Insights: A European Pay-TV Operator s Transition to Test Automation

WHITEPAPER. Customer Insights: A European Pay-TV Operator s Transition to Test Automation WHITEPAPER Customer Insights: A European Pay-TV Operator s Transition to Test Automation Contents 1. Customer Overview...3 2. Case Study Details...4 3. Impact of Automations...7 2 1. Customer Overview

More information

A SMART, SAFE AND SMOOTH FUTURE TELESTE FOR CITY TRANSPORT. Video security and passenger information solution for city transport

A SMART, SAFE AND SMOOTH FUTURE TELESTE FOR CITY TRANSPORT. Video security and passenger information solution for city transport A SMART, SAFE AND SMOOTH FUTURE TELESTE FOR CITY TRANSPORT Video security and passenger information solution for city transport CREATE A SMOOTH PASSENGER EXPERIENCE Urban mobility is rapidly changing.

More information

cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain

cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain cs281: Introduction to Computer Systems Lab07 - Sequential Circuits II: Ant Brain 1 Problem Statement Obtain the file ant.tar from the class webpage. After you untar this file in an empty directory, you

More information

Introductions to Music Information Retrieval

Introductions to Music Information Retrieval Introductions to Music Information Retrieval ECE 272/472 Audio Signal Processing Bochen Li University of Rochester Wish List For music learners/performers While I play the piano, turn the page for me Tell

More information