Stamp Colors. Towards a Stamp-Oriented Color Guide: Objectifying Classification by Color. John M. Cibulskis, Ph.D. November 18-19, 2015

Similar documents
Color Image Processing

Color. Used heavily in human vision. Color is a pixel property, making some recognition problems easy

Unit 8: Color Image Processing

Color. Used heavily in human vision. Color is a pixel property, making some recognition problems easy

Chapter 2 Fundamentals of Digital Imaging

Introduction. The Spectral Basis for Color

Introduction to computer vision. Image Color Conversion. CIE Chromaticity Diagram and Color Gamut. Color Models

Images and Colour COSC342. Lecture 2 2 March 2015

Color Theory: Defining Brown

12 Color Models and Color Applications. Chapter 12. Color Models and Color Applications. Department of Computer Science and Engineering 12-1

Computers and Imaging

To discuss. Color Science Color Models in image. Computer Graphics 2

Color: Readings: Ch 6: color spaces color histograms color segmentation

Chapter 3 Part 2 Color image processing

Color and More. Color basics

Digital Image Processing. Lecture # 8 Color Processing

Understanding Color Theory Excerpt from Fundamental Photoshop by Adele Droblas Greenberg and Seth Greenberg

VIDEO AND IMAGE PROCESSING USING DSP AND PFGA. Chapter 1: Introduction to Image Processing. Contents

Picture Style Editor Ver Instruction Manual

Color images C1 C2 C3

Sistemas de Representação Digital em Design

COLOR and the human response to light

Picture Style Editor Ver Instruction Manual

Gernot Hoffmann. Sky Blue

Image and video processing (EBU723U) Colour Images. Dr. Yi-Zhe Song

Figure 1: Energy Distributions for light

Digital Image Processing (DIP)

Performance Analysis of Color Components in Histogram-Based Image Retrieval

COLOR AS A DESIGN ELEMENT

COLOR. and the human response to light

EECS490: Digital Image Processing. Lecture #12

Color Image Processing

Color Image Segmentation using FCM Clustering Technique in RGB, L*a*b, HSV, YIQ Color spaces

Picture Style Editor Ver Instruction Manual

YIQ color model. Used in United States commercial TV broadcasting (NTSC system).

Lecture 8. Color Image Processing

Exercise NMCGJ: Image Processing

Multimedia Systems Color Space Mahdi Amiri March 2012 Sharif University of Technology

For a long time I limited myself to one color as a form of discipline. Pablo Picasso. Color Image Processing

Lecture 3: Grey and Color Image Processing

Additive Color Synthesis

Digital Image Processing Color Models &Processing

The Principles of Chromatics

IMAGE PROCESSING >COLOR SPACES UTRECHT UNIVERSITY RONALD POPPE

Terms and Definitions. Scanning

2. Color spaces Introduction The RGB color space

the eye Light is electromagnetic radiation. The different wavelengths of the (to humans) visible part of the spectra make up the colors.

LECTURE 07 COLORS IN IMAGES & VIDEO

Image and video processing

Images and Graphics. 4. Images and Graphics - Copyright Denis Hamelin - Ryerson University

05 Color. Multimedia Systems. Color and Science

Digital Image Processing. Lecture # 6 Corner Detection & Color Processing

Fig Color spectrum seen by passing white light through a prism.

Chapter 4. Incorporating Color Techniques

Color Image Processing

Color and Perception. CS535 Fall Daniel G. Aliaga Department of Computer Science Purdue University

6 Color Image Processing

Final Report Bleaching Effects of a Novel Test Whitening Strip and Rinse: Addendum: Vita 3-D Shade Reference Guide Measurements

Colors in Images & Video

Calibration. Kent Messamore 7/23/2013. JKM 7/23/2013 Enhanced Images 1

University of British Columbia CPSC 414 Computer Graphics

Achim J. Lilienthal Mobile Robotics and Olfaction Lab, AASS, Örebro University

Colour Management Workflow

Mahdi Amiri. March Sharif University of Technology

CIE tri-stimulus experiment. Color Value Functions. CIE 1931 Standard. Color. Diagram. Color light intensity for visual color match

Histograms and Color Balancing

Brief Introduction to Vision and Images

Color Reproduction. Chapter 6

Digital Image Processing

Interactive Computer Graphics

Color Image Processing. Jen-Chang Liu, Spring 2006

Introduction to Computer Vision and image processing

H34: Putting Numbers to Colour: srgb

Report on generating a colour circle for testing in screenprinting and inkjet

Bettina Selig. Centre for Image Analysis. Swedish University of Agricultural Sciences Uppsala University

Color Image Processing

Color image processing

Color Image Models and its Applications to Document Examination

Introduction & Colour

Sampling Rate = Resolution Quantization Level = Color Depth = Bit Depth = Number of Colors

MATH 5300 Lecture 3- Summary Date: May 12, 2008 By: Violeta Constantin

CSE 332/564: Visualization. Fundamentals of Color. Perception of Light Intensity. Computer Science Department Stony Brook University

Welcome to Photoshop CS

Image Processing: An Overview

Sampling and Reconstruction. Today: Color Theory. Color Theory COMP575

Chapter 6: Color Image Processing. Office room : 841

Color Image Processing. Gonzales & Woods: Chapter 6

Multimedia Systems and Technologies

Chapter 9: Color. What is Color? Wavelength is a property of an electromagnetic wave in the frequency range we call light

Using Curves and Histograms

Colour (1) Graphics 2

DESIGN & DEVELOPMENT OF COLOR MATCHING ALGORITHM FOR IMAGE RETRIEVAL USING HISTOGRAM AND SEGMENTATION TECHNIQUES

COLOR. Elements of color. Visible spectrum. The Human Visual System. The Fovea. There are three types of cones, S, M and L. r( λ)

2. Color spaces Introduction The RGB color space

IMAGE INTENSIFICATION TECHNIQUE USING HORIZONTAL SITUATION INDICATOR

9/13/2017. Alpha Channels

Hello, welcome to the video lecture series on Digital image processing. (Refer Slide Time: 00:30)

Color & Graphics. Color & Vision. The complete display system is: We'll talk about: Model Frame Buffer Screen Eye Brain

Overview of graphics

Proposed ZAH_BAU filter for RGB color image enhancement

Transcription:

Stamp Colors Towards a Stamp-Oriented Color Guide: Objectifying Classification by Color John M. Cibulskis, Ph.D. November 18-19, 2015

Two Views of Color Varieties The Color is the Thing: Different inks or paper can contribute to color varieties, but the main thing is the COLOR. The Printing is the Thing: Different printings usually will use different Inks; Different Inks give rise to different colors. So the Color varieties help to distinguish between PRINTINGS.

Stamp Colors Either way, we need to study stamp colors and be able to distinguish between them.

Do These Two Stamps have the Same Color? Mi 45 Stamps 1 and 6 from the Analysis

Steps to the Decision Decide on what you will mean by the "color" of a stamp. Determine the colors of the two stamps. Decide on an objective criteria for comparing the two colors. Determine an objective criteria for deciding whether the colors are "the same".

What will we mean by Color? NO: the physical description of color I am a philatelist, not a physicist. YES: a 3-dimensional numerical representation of the color that we can manipulate and study using a PC. There are three different color representations that we shall use in this study they are called Color Models

The Three Color Models RGB - Red, Green, Blue HSL Hue, Saturation, Luminance Lab Luminance, a* and b*

RGB Triples of integers in the range of 0-255 These values come from a scanner 256 256 256 = 16,777,216 different colors R (Red), G (Green), B (Blue) Red = (255,0,0) Green = (0,255,0) Blue = (0,0,255) Black = (0,0,0) White = (255,255,255) All other colors are combinations of the RGB

HSL H (Hue), S (Saturation), L (Luminance) Hue Basically, the color Measured from 0 to 1, around a circle 0 and 1 are both red; close to 0 or 1 are redish 0.166 = Yellow; 0.33 = Green; 0.5 = Cyan; 0.66 = Blue; 0.833 = Magenta Saturation The Intensity of the color Measured from 0 to 1 near 0 = Grayish; near 1 = Strongest color Luminance The Brightness Measured from 0 to 1 0 = Black, 1 = White, 0.5 = Brightest color

Lab L = Luminance (0 to 100 or 0 to 1) a negative = green, positive = red b negative = purple, positive = yellow I have no intuitive feeling for this model But, it is USEFUL.

Determine the Color of a Stamp Scan the Stamp Extract Pixels in the Design The HS-Histogram Luminance

Scan the Stamp Select a Scanner Black Background Consistent Resolution (300 DPI) Consistent File Format (JPG) Consistent Naming Convention for Image Files

Extract the Pixels in the Design What Should We Use? Only a Few Pixels? All the Pixels? All the Pixels Contribute to the Overall Color Impression

How Did We Do That? Original Image Get Rid of All that Black Stuff

Luminance Histogram Determine Which Pixels to Include Include Only the Pixels Whose Luminance Lies Between the Two Outer Vertical Lines The Center Vertical Line is the Average Luminance of Those Pixels

Included Pixels From This Point On, Only these Pixels Will Be Involved in the Analysis

Hue Histogram Horizontal Axis is the Hue (from 0=Red to 1=Red) Vertical Axis is the Bucket Count

Saturation Histogram Horizontal Axis is the Saturation (from 0=Gray to 1=Intense) Vertical Axis is the Bucket Count

HS Histogram Horizontal Axis is the Hue Axis Coming Out At You is the Saturation Vertical Axis is the Bucket Count

So What is the Color? The Luminance is the Average Luminance of the Included Pixels The Color is Either: The Entire HS Histogram or The HS Coordinates of the Peak Of Course, we must include the Luminance as the Third Component of the Color

The Simplest Route I have investigated both alternatives and I have found no real advantage to using the entire HS Histogram over just using the coordinates of the peak. Using the entire HS Histogram is much more complicated and much more computationally intensive than just using the HS coordinates of the peak. However, it does make you feel that you are looking at the entire design rather than just a few of its pixels.

Comparing Stamp Colors Using the HS-Histograms One may have More Sample Pixels than the Other so we must first Normalize Them Then Measure Their Degree of Similarity in One Way or Another Using the Coordinates of the Peak Combine with Luminance to get HSL for the Colors Convert to the CIE Lab Representation Use the Distance DeltaE76 (1976 version) which is just the Euclidean Distance in the Lab Color Model

CIE? CIE stands for Commission International de l Eclairage International Commission on Illumination Why use DeltaE76? Because it has been Studied Distance 2.3 is Considered to be the Just Noticeable Difference Distance (JND)

When Are Two Stamps the Same Color? If their DeltaE76 Distance is Less than the JND or If as part of a large lot, they are similar by comparison with the others

DeltaE76 Distance Their DeltaE76 Distance is 3.75 which is Larger than the JND Stamp 1 was dealer signed as type a and stamp 6 was dealer signed as type b

Clustering Idea is to break up the Lot into groups of stamps with the same color Apply some Clustering method to the Lot If the two stamps lie in the Same Cluster, conclude that they have the Same Color General Parameters of Clustering: Clustering Process to Use Distance (or Similarity) to use Possibly the Number of Clusters to form Other parameters specific to the Clustering Process

Show Some Clusters If time permits, show some clusters from the MS Word files. Maximal Cliques K-Means Clusters