C021TV-I1-S2.

Slides:



Advertisements
Similar presentations
Introduction What are we going to learn? Module outline. Some details. Assessment.
Advertisements

Chapter 4: Representation of data in computer systems: Sound OCR Computing for GCSE © Hodder Education 2011.
SWE 423: Multimedia Systems Chapter 3: Audio Technology (2)
Bits are Not just for Numbers or Characters Computers store characters as bits or binary digits. Characters from the English-language keyboard can be represented.
WMES3103 : INFORMATION RETRIEVAL
Image Representation CS105. Data Representation Text representation – ASCII character set – Unicode – Data compression Images!
1 A Balanced Introduction to Computer Science, 2/E David Reed, Creighton University ©2008 Pearson Prentice Hall ISBN Chapter 12 Data.
Input Devices Image Capture Devices, Sound Capture Devices, Remote Controls PREPARED & PRESENTED BY: FAHAD AHMAD KHAN.
Fundamentals Rawesak Tanawongsuwan
©Brooks/Cole, 2003 Chapter 2 Data Representation.
Chapter 2 Data Representation. Define data types. Visualize how data are stored inside a computer. Understand the differences between text, numbers, images,
1 Bitmap Graphics It is represented by a dot pattern in which each dot is called a pixel. Each pixel can be in any one of the colors available and the.
Computer Concepts – Illustrated 8th edition
CSCI-235 Micro-Computers in Science Hardware Part II.
Chapter 8: Digital Media1 Digital Media Chapter 8.
Computers and Scientific Thinking David Reed, Creighton University Data Representation 1.
Representing Nonnumeric Data Everything is really a number.
Chapter 3 Representation. Key Concepts Digital vs Analog How many bits? Some standard representations Compression Methods 3-2.
Multimedia Elements: Sound, Animation, and Video.
Types of Data. Numbers Text Pictures Sound Video.
Image Representation. Objectives  Bitmaps: resolution, colour depth and simple bitmap file calculations.  Vector graphics: drawing list – objects and.
Specialized Input and Output. Inputting Sound ● The microphone is the most basic device for inputting sounds into a computer ● Microphones capture sounds.
Introduction to Digital Media. What is it? Digital media is what computers use to; Store, transmit, receive and manipulate data Raw data are numbers,
Multimedia def. Many forms. Multimedia Text Hyperlinks Images Audio Animation Video Text Hyperlinks Images Audio Animation Video.
Quiz # 1 Chapters 1,2, & 3.
Lecture 7: Intro to Computer Graphics. Remember…… DIGITAL - Digital means discrete. DIGITAL - Digital means discrete. Digital representation is comprised.
DATA REPRESENTATION CHAPTER DATA TYPES Different types of data (Fig. 2.1) The computer industry uses the term “MULTIMEDIA” to define information.
Digital Imaging Fundamentals Ms. Hema C.R. School of Mechatronic Engineering.
Marwan Al-Namari 1 Digital Representations. Bits and Bytes Devices can only be in one of two states 0 or 1, yes or no, on or off, … Bit: a unit of data.
CSCI-100 Introduction to Computing Hardware Part II.
Bitmap Graphics Graphics. Graphics L2 Bitmap Graphics Learning Objectives Understand how a bitmap graphic is made up of individual pixels Understand that.
Software Design and Development Storing Data Part 2 Text, sound and video Computing Science.
Introduction to Digital Media 1. What is digital media? Digital media is a form of electronic media where data is stored in digital (as opposed to analog)
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging 1 GGC -- ITEC Digital Media.
Fundamentals of Data Representation Yusung Kim
1 Multimedia Literacy Taxonomy of Multimedia Objects.
Data Representation: Sound
Chapter 8 Digital Media.
Image and Sound Representation
Storing Graphics Nat 5 Data Representation Lesson 4a: Storing Graphics
Introduction to Computational Art
Presenter Name: Mahmood A.Moneim Supervised By: Prof. Hesham A.Hefny
Everything is a number Everything in a computer memory and on storages is a number. Number  Number Characters  Number by ASCII code Sounds  Number.
Binary Notation and Intro to Computer Graphics
3.3 Fundamentals of data representation
Vector vs. Bitmap.
Presenter Name: Mahmood A.Moneim Supervised By: Prof. Hesham A.Hefny
CS Principles U2L3 Encoding B&W Images.
Representing Nonnumeric Data
Chapter I Digital Imaging Fundamentals
Representing Images 2.6 – Data Representation.
Summer Term Year 10 Slides
Introduction to Computer
Introduction to Computer
Lesson 3 & 4: Encoding Images
Chapter 2 Data Representation.
AN INTRODUCTION TO COMPUTER GRAPHICS Subject: Computer Graphics Lecture No: 01 Batch: 16BS(Information Technology)
Plan Attendance Files Posted on Campus Cruiser Homework Reminder
How Computers Store Data
Introduction to Computer
C021TV-I1-S5.
C021TV-I1-S3.
C021TV-I4-S3.
Ms Jennifer - Senior 4 - Data Representation Introduction
(c) V/2-Com (Verhaart) Multimedia Elements & standards 4/15/2019 (c) V/2-Com (Verhaart)
Lesson 3 & 4: Encoding Images
C021TV-I4-S4 Nom abrégé de cours - Enseignant.
C021TV-I1-S1.
WJEC GCSE Computer Science
C021TV-I4-S2.
Presentation transcript:

C021TV-I1-S2

ICN : 1. Binary coding 1. Representation of information in the form of bits 2. To store images or sounds 3. Compression 4. Data organization 5. Data bases Introduction de la semaine 2/2 Présentation du sommaire global de la semaine : apparition progressive des éléments de la liste, puis mise en évidence de la portion concernée par la vidéo. Mise en évidence = police noire + gras Nom abrégé de cours - Enseignant

Pixels Video games, digital television, virtual reality, … Which technology for the display? Pixels (Picture Element) Composed of 3 colors Also used for manipulation, printing, etc.

Pixels coding Sequence of bits coding each pixel 1 bit per black and white pixel 8 bits for 256 levels of gray 24 bits for colors (8 bits for each component) How can we know if a sequence of bits corresponds to 24 black and white or only 1 pixel in color? How can we know if the image is rectangular or square? A header is needed to specifiy the pixels coding and the image dimension

Bitmap or vector images? The computer doesn’t know the content of an image In order to know there is a disc, a pattern recognition algorithm is required How to better code such images? It would be easier to describe the disc And a lot more succinct! Good for technical drawings, but not for pictures! A vector image is a set of mathematical shapes with their colors

Sound coding Signal composed of an infinity of intermediate values We can’t code them all! Some approximate values Close enough so that human ear can’t hear the difference A set of bits for each value With a header to specify the frequency Sampling Nom abrégé de cours - Enseignant

"Vector" coding of sound A piece of music is also a score Easy to code in bits And instruments characteristics Type, timbre, … Similar coding to that of the vector images Fichiers MIDI Nom abrégé de cours - Enseignant

To remember Image and sound can be coded by sequences of numbers, of bits A program enables the computer to interpret this coding to display or to print an image, to play a sound, … … and to code data during an image scan, a sound recording, … Between both (storage on the disc, transfer on the Internet, pictures manipulation), the data can remain coded

Illustrations p.2 : Six Fingers © Inria - J.C. Moschetti