Learn how to make your drawings come alive…  Lecture 1: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms,

Slides:



Advertisements
Similar presentations
A graphical user interface (GUI) is a human-computer interface (i.e., a way for humans to interact with computers) that uses windows, icons and menus.
Advertisements

STANDARD AND DIRECT. At the end of this session students will: List the typical input devices Identify the types of input devices List their characteristics.
Input Devices. What is input? Input refers to the process of entering data, programs, commands and user responses into memory Programs are sets of instructions.
Learn how to make your drawings come alive…  Lecture 3: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms,
Learn how to make your drawings come alive…  NEW COURSE: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms,
Learn how to make your drawings come alive…  NEW COURSE: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms,
Learn how to make your drawings come alive…  NEW COURSE: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms,
RAND’s vision (1954) From ImageShack web site // ; original source unknown.
Learn how to make your drawings come alive…  NEW COURSE: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms,
Learn how to make your drawings come alive…  Lecture 2: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms,
1 Angel: Interactive Computer Graphics 4E © Addison-Wesley 2005 What is Computer Graphics? Ed Angel Professor of Computer Science, Electrical and Computer.
Learn how to make your drawings come alive…  COURSE: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms, including.
“Doctoral Level Independent Study” Fall Semester 2006 Assess An Existing PhD Thesis Peng Michael Shao Yingdan Huang.
Input Devices Text Entry Devices, Positioning, Pointing and Drawing.
CP1610: Introduction to Computer Components
 Input devices are devices used to input data or information into a computer.
Computing ESSENTIALS     Copyright 2003 The McGraw-Hill Companies, Inc CHAPTER Input and Output computing ESSENTIALS    
Presented By Sandeep Reddy Baddam Roll no
Adapted from CTAE Resources Network PROFITT Curriculum Basic Computer Skills Module 1 Hardware.
Intermediate GNVQ ICT Input Devices and Methods Manual input devices are used by people to enter data by hand. Keyboard Pointing devices Joystick Digital.
Brendan Cooney CSC 152. What is Input? Any data or instructions entered into the memory of a computer Data- unprocessed information Instructions- steps.
GCSE Information Technology Input Devices and Methods 3 Manual input devices are used by people to enter data by hand. Keyboard Pointing devices Joystick.
1 Introduction to Computers Day 2. 2 Input Devices Input devices are used to feed data and instructions to the computer systems.They consist of a range.
CHAPTER 2 Input & Output Prepared by: Mrs.sara salih 1.
Standard Grade Computing COMPUTER STUDIES Standard Grade INPUT DEVICES Chapter 16.
GCSE Information Technology Input Devices and Methods Objectives:  To understand what input devices are.  Identify their individual uses  Be able to.
ICT IGCSE ch 1 & 11 Types of Computer.
Input devices are hardware components that enable users to interact with a computer. Without input devices, you would not be able to feed instructions.
Chapter 5 Input. What Is Input? What are the input devices? Input device is any hardware component used to enter data or instructions Data or instructions.
INPUT DEVICES. KEYBOARD Most common input device for a computer.
GCSE Information Technology Computer Systems. GCSE Information Technology The three stages of computing are input, processing and output. A computer works.
DC Chp 1 Jeopardy Review Section 1Section 2Section 3Section 4Section
 Optical Scanners Optical Scanners  Scanners Scanners  Electronic Tablet/Pen Electronic Tablet/Pen  Digital Camera Digital Camera  Webcam Webcam.
Examining Input Devices Computer Concepts Unit B.
Interactive Input Methods & Graphical User Input
Chapter 5 Input By: Matthew D McCoog What Is Input? Any data or instructions entered into the memory of a computer.
Computer Terminologies and Concepts COMPUTER HARDWARE TECHNOLOGY F 1020.
CGMB214: Introduction to Computer Graphics
ACS 367 Interface Design Introduction & Text Overview Galitz, Wilbert O. The Essential Guide to User Interface Design.
Microsoft Research Faculty Summit When Is The Pen Mightier Than The Keyboard? Andries van Dam Professor of Computer Science Brown University.
Types of computers Done by Habibalrahman Hassan-7B3.
Computer Graphics I, Fall : What is Computer Graphics?
History of HCI. Objectives By the end of the class, you will be able to… –Describe major milestones in the history of HCI and explain their impact in.
Ch 4, HCI Remixed Sutherland, Sketchpad: A Man-Machine Graphical Communication System Bederson, Hollan, Pad++: A Zooming Graphical Interface for Exploring.
Chapter 5: Input CSC 151 Beth Myers Kristy Heller Julia Zachok.
ACS 367 Interface Design History. Brief History n Early research –SRI in 1960s »The very system that I am using to access this information has its intellectual.
1 Perception and VR MONT 104S, Fall 2008 Lecture 21 More Graphics for VR.
What is Computer Graphics?. 2 Objectives In this lecture, we explore what computer graphics is about We will give a historical introduction.
Computer Graphics Researched via: Student Name: Envia R. Date: Dec
Win OS & Hardware. Input Getting data into the computer.
 Describe the general organization and architecture of computers.  Identify computers’ major components and study their functions.  Identify the various.
Identify input devices and their uses, e. g
Hardware By Ollie Coles Ollie Coles, Hardware. Graphics cards are the reason we are able to see anything on our computer screens A graphics card produces.
1 Interaction Devices CIS 375 Bruce R. Maxim UM-Dearborn.
1 CHAPTER 2 Hardware. 2 CPU : Central Processing Unit -Every PC system unit contains at least one chip called microprocessor (cpu) attached on motherboard.
Computer Studies Today Chapter 17 1 Chapter 17. Computer Studies Today Chapter 17 2 »Input devices and output devices (I/O devices) are known as peripherals.
INPUT DEVICES. Keyboard & Mouse  Keyboard: Enter text and commands  Mouse: Point, Select & enter Commands.
Input Devices.
Alternative Methods Of Input
Standard Methods of Input.
Methods of Computer Input and Output
TYPICAL INPUT DEVICES By Dajia Forbes 1c.
LECTURE Course Name: Computer Application
What is Computer Graphics?
What is Computer Graphics?
Computer Input Device: Graphic Tablets
Chapter 5 - Input.
What is Input "Any data or instruction that is entered into a computer is called input". This data or instruction can come directly from end user or.
What is Computer Graphics?
Presentation transcript:

Learn how to make your drawings come alive…  Lecture 1: SKETCH RECOGNITION Analysis, implementation, and comparison of sketch recognition algorithms, including feature-based, vision-based, geometry-based, and timing-based recognition algorithms; examination of methods to combine results from various algorithms to improve recognition using AI techniques, such as graphical models.

How old is sketch recognition?

1962 Sketchpad Ivan Sutherland 1963 MIT PhD thesis "Sketchpad: A Man-machine Graphical Communications System.", First Graphical User Interface Invented on the TX-2: included a nine inch CRT and a lightpen which first gave Sutherland his idea. He imagined that one should be able to draw on the computer. Sketchpad was able to do just this, creating highly precise drawings.

Ivan Sutherland

First Graphical User Interface Draw directly on computer’s monitor Pop-up menus, Ability to zoom in and out. Rubber-banding of lines Constraint based modeling – lines could be constraint to intersect at precise angle Object oriented programming –Memory structures to store objects – creation of master objects and ‘instances’, which were memory efficient copies of the masters –Inheritance – changes in instance were inherited in duplicates –Polymorphism Ivan Sutherland is considered by many to be the creator of Computer Graphics.

In the classroom

Light pen

Pressed buttons for corners

Ivan Sutherland

Sutherland Video

RAND Tablet 1964 $18,000 (like $100,000 today) Too expensive, why the mouse made it, not the pen. Called Grafacon (for Graphic Converter) Employed a grid of wires under the surface of the pad that encoded horizontal and vertical coordinates in a small magnetic signal. The stylus would receive the magnetic signal, which could then be decoded back as coordinate information.grid coordinatesmagneticsignal

Apple Newton First tablet PC, PDA ("personal digital assistant“) coined late by Apple's then-CEO John Sculley, the driving force behind the project.personal digital assistantJohn Sculley Intended to be a complete reinvention of personal computing. For most of its design lifecycle Newton had a large-format screen, more internal memory, and a rich object-oriented graphics kernel. One of the original motivating scenarios for the design was known as the "Architect Scenario," in which Newton's designers imagined a residential architect working quickly with a client to sketch, clean up, and interactively modify a simple two-dimensional home plan.

Tablet Convertible

Tablet Slate

Tablet Input

Cintiq Monitor

Smart Board

Wacom Tablet

Passive vs. Active Digitizer Passive: Finger touch (palm issue) –SmartBoards Active: Special pen (battery/lost pen) –Tablets / Cintiqs

Syllabus courses/SR/2007http:// courses/SR/2007