W2D1. HSV colour model Source: Primary colours Red Green Blue Secondary Cyan Magenta.

Slides:



Advertisements
Similar presentations
CGA 115 Professor Mary A. Malinconico. Questions from Last Week ????????
Advertisements

DIGITAL IMAGE PROCESSING CMSC 150: Lecture 14. Conventional Cameras  Entirely chemical and mechanical processes  Film: records a chemical record of.
Fundamentals of Digital Imaging
W14D1. Multimedia Representation of colour (photos, videos) Representation of sound. Comp.Sci. questions: what is colour? how can computers capture &
Informationsteknologi Monday, October 29, 2007Computer Graphics - Class 21 Today’s class Graphics programming Color.
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Color Imaging.
Color.
1 Perception. 2 “The consciousness or awareness of objects or other data through the medium of the senses.”
Colors – part 3 K1066BI – Graphical Design Teppo Räisänen
SNC2D. Primary LIGHT colours are red, green, and blue SECONDARY light colours are created by combining only two of the three primary colours of light.
1 Internet Graphics. 2 Representing Images  Raster Image: Images consist of “dots” of color, not lines  Pixel: Picture element-tiny rectangle  Resolution:
Colour Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman
Digital Multimedia, 2nd edition Nigel Chapman & Jenny Chapman Chapter 6 This presentation © 2004, MacAvon Media Productions Colour.
Digital Images The digital representation of visual information.
Version 1.0, 30 June 2004 APPLICATIONS OF METEOSAT SECOND GENERATION (MSG) RGB IMAGES: PART 02 INTRODUCTION TO RGB COLOURS Author:Jochen Kerkmann (EUMETSAT)
Product Design Sketching Chromatic Theories. Color Spectrum The range of colors seen by human eye is the “visible color spectrum”
Quiz Review - Drawing Kickback - line type most specific to designers that is drawn with an emphasis at the beginning and at the end. Feathering - a vague-looking.
Digital Images Chapter 8, Exploring the Digital Domain.
CS 101 – Sept. 16 Finish color representation –RGB √ –CMY –HSB –Indexed color Chapter 4 – how computers think –Begin with basic building blocks.
Digital Terminology. Bitmap A representation consisting of rows and columns of dots of a graphic image stored in computer memory. To display a bitmap.
Colours and Computer Jimmy Lam The Hong Kong Polytechnic University.
Colour Wheel How to mix the colours you want!. Additive color refers to the mixing of colors of light. This example shows how the light from red, green.
Photographic Composition Basic elements of composition help strengthen all types of photographs and digital images Quality and eye catching images are.
Color and Resolution Introduction to Digital Imaging.
Image Representation. Digital Cameras Scanned Film & Photographs Digitized TV Signals Computer Graphics Radar & Sonar Medical Imaging Devices (X-Ray,
Digital Image Processing Part 1 Introduction. The eye.
3461 Output Model A picture is worth a thousand words.
# Red Green Blue Digital Color RGB to HEX.
Ch 6 Color Image processing CS446 Instructor: Nada ALZaben.
DIGITAL IMAGE. Basic Image Concepts An image is a spatial representation of an object An image can be thought of as a function with resulting values of.
Digital Image Processing In The Name Of God Digital Image Processing Lecture6: Color Image Processing M. Ghelich Oghli By: M. Ghelich Oghli
PRIMARY COLOURS Primary Colours: The 3 primary colours are red, yellow and blue. They are three colours that can't be made by mixing any other colours,
Tutorial # 9 – Q#6.16 from textbook Nov. 21,
Color & Light Benjamin Hammel image by refeia
Elements of Design 1.02 Investigate Design Principles and Elements.
Colour Display Techniques
HSB to RGB to HEX.
Color.
Colour Theory.
Computer Graphics: Achromatic and Coloured Light.
Graphic Systems. Basic Graphics System Input devices Output device Image formed in FB [Edward Angel, Interactive computer Graphics, 2009]
RED, YELLOW, and BLUE These colors cannot be made Used to make all other colors.
1 of 32 Computer Graphics Color. 2 of 32 Basics Of Color elements of color:
Colour CPSC Colour ● Models ● RGB ● CMY(K) ● HSB (or HSV) ● RYB ● Harmonies ● Monochrome ● Complementary ● Analogous ● Triadic.
DIGITAL MEDIA FOUNDATIONS
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
Sampling, Quantization, Color Models & Indexed Color
Design Concepts: Module A: The Science of Color
Color Image Processing
Color Image Processing
The Colour of Light: Additive colour theory.
Subtractive colour theory
Images In Matlab.
Color on Remotely Sensed Imagery
Color Image Processing
DIP 9 65 Original 210 Eye Zoomed.
COMS 161 Introduction to Computing
Images Presentation Name Course Name Unit # – Lesson #.# – Lesson Name
Color Image Processing
Colour Theories.
Slides taken from Scott Schaefer
Image Processing Results
Two ways to discuss color 1) Addition 2) Subtraction
Nuts and Bolts of Digital Imaging
Images Presentation Name Course Name Unit # – Lesson #.# – Lesson Name
Color Image Processing
Basic Concepts of Digital Imaging
METEOSAT SECOND GENERATION (MSG) INTRODUCTION TO RGB COLOURS
Colour Theory.
Presentation transcript:

W2D1

HSV colour model Source: Primary colours Red Green Blue Secondary Cyan Magenta Yellow Secondary=White-Primary (create colors for print)

W2D1 HSV colour model, tertiary colours Add the colours between primary and secondary

W2D1 HSV colour model Colour specified by 3 parameters: -hue (angle on disc) - saturation (how dominant is the hue relative to the other colours) -value (overall intensity of the light)

W2D1 HSV colour model

W2D1 Colour = sensation. It is determined by: -Light -Physiology -Psychology Experiment

W2D1 Read the colors of the words in col 1, then col 3, then col 2:

W2D1 Experiments with optical illusions:

W2D1 9 Capturing images (with digital camera…) Charge motion Serial (horizontal) register Parallel (vertical) registers Pixel Image area (exposed to light) Output amplifier masked area (not exposed to light) (slides by Claudio Cumani, European Southern Observatory)

W2D1 Representing the intensity of a primary color (eg. Red) left: 3 bits per color (numbers 0 to 7) right: 8 bits per color (numbers 0 to 255)

W2D1 Lossless compression original x by y pixels stored: the color of every pixel, row by row

W2D1 Lossless compression original x by y pixels stored: the color of every pixel, row by row A lot of black pixels! (R,G,B=0,0,0) Replace sequence of black pixels by 2 numbers: “0, n” n - nr repetitions.

W2D1 Image from a digital camera (10MB) stored as 128kB

W2D1 8x8 blocks of pixelsJPEG compression

W2D1 <- 1 block.

W2D1 We can store the average value for every block

W2D1 What if we stored the average for 4x4 blocks?