Image Processing Results

Slides:



Advertisements
Similar presentations
Order of function transformations
Advertisements

8 BIT VS. 16 BIT Joe Sukenick DigiQuest
Backgrounds. Background 1 File – New – 300x300, True Color, White background Adjust -> Add/Remove Noise -> Add Noise (Random, 100%)
Optical Anamorphic Conversion Original 2.35:1 aspect ratio that was displayed on the motion picture screen. What the cinematographer intended. Original.
Original Finished Anaglyph What are we trying to do?
Objectives Understand grayscale Investigate a grayscale image
ADEMA. Hue is -180 HUE EXAMPLE 1 Hue is +31 HUE EXAMPLE 2.
Coordinates. You are used to reading and plotting coordinates in this quadrant This is called the first quadrant.
Fundamentals of Digital Imaging
Photoshop Tips Final Project for LRC320 By Liz Cornelison.
Chapter 9: ColorCopyright © 2004 by Prentice Hall In Class Practice – Color Identify the harmony scheme of these sets of colors. To find the answer it.
Multi-media Graphics JOUR 205 Color Models & Color Space 5 ways of specifying colors.
Digital Cameras CCD (Monochrome) RGB Color Filter Array.
© 2002 by Yu Hen Hu 1 ECE533 Digital Image Processing Color Imaging.
Color.
ICS 61 - Graphics. Light Color Wheel Color Perception.
Digital Colour Theory. What is colour theory? It is the theory behind colour mixing and colour combination.
COLOR MODELS Ramya Sarma Anusha Holla
Color Image Processing A spectrum of possibilities…
Meeting 12, Th 7:20PM-10PM Image Processing with Applications-CSCI567/MATH563/MATH489 Meeting 12 Continuation meeting 11: Theoretical derivation of the.
What are the five colors in the legend? Enter the information below (5 points) 0000FF = = FFFFFF = 00FF00 = FF0000 = Color Theory Legend: income.
Lithological and Structural Mapping Using Satellite Data Mohamed Abdelsalam Missouri S&T.
Color on Computers. Bits and Bytes Bit: a single piece of yes/no or 0/1 data Two bits can code 4 items (00, 01, 10, 11) Three bits = 8 (000, 001, 010,
Mestrado em Ciência de Computadores Mestrado Integrado em Engenharia de Redes e Sistemas Informáticos VC 15/16 – TP4 Colour and Noise Miguel Tavares Coimbra.
Digital Image Processing Part 1 Introduction. The eye.
COLOR THEORYCOLOR THEORY. Pigment vs. Light pigments - "subtractive." Red, blue and yellow can create all the colors of the color wheel. (paint, pigments)
W2D1. HSV colour model Source: Primary colours Red Green Blue Secondary Cyan Magenta.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Images  Colors.
CS654: Digital Image Analysis Lecture 30: Color Model Conversion.
Digital Image Processing In The Name Of God Digital Image Processing Lecture6: Color Image Processing M. Ghelich Oghli By: M. Ghelich Oghli
Do Now: Take out your notebook and a pen. Good Morning Do Now: Take out your notebook and a pen. Good Morning Aim: What is color? Mr. Spaterella Technology.
Elements of Design 1.02 Investigate Design Principles and Elements.
Saturate and Desaturate Brian Lauer and Brooke Thomas.
MAT 150 – Class #16 Topics: Graphing Rational Functions Asymptotes Vertical Slanted Horizontals Holes.
HSB to RGB to HEX.
Basic HTML Hyper text markup Language. Lesson Overview  In this lesson, you will learn to:  Images  Colors.
An urn contains 1 green, 2 red, and 3 blue marbles. Draw two without replacement. 1/6 2/6 3/6 2/5 3/5 1/5 3/5 1/5 2/5 2/30 3/30 2/30 6/30 3/30 6/30.
Digital Image: Rendering of a continuously varying scene with a finite array of picture elements, where each one has a discrete intensity or color 39.
Multiply By 2-Digit Numbers (B) Unit 2 Lesson 6. Objectives:
RED, YELLOW, and BLUE These colors cannot be made Used to make all other colors.
Sensing Colors. B G Color Digital Image R Red sensor Green sensor Blue sensor.
Red Green Blue (RGB) Colour conversions Y and RGB Link In the images, the lighter the colour intensity (Red, Green, Blue), the more the contribution.
COMPUTER GRAPHICS AND LINEAR ALGEBRA AN INTRODUCTION.
IMAGE PROCESSING Tadas Rimavičius.
ITEC2110, Digital Media Chapter 2 Fundamentals of Digital Imaging
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Data Representation Images.
Miguel Tavares Coimbra
Graphing Techniques: Transformations Transformations: Review
Multiplying 2 Digit Factors
Written by: Misty Freeman Georgia CTAE Resource Network 2010
U2L4 Encoding Color Images
2 Digit by 2 Digit Multiplication
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Backgrounds.
Plotting Points In A Coordinate System
Computer Vision Lecture 4: Color
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Image Processing with Applications-CSCI597/MATH597/MATH489
2.4: Transformations of Functions and Graphs
Web Development & Design Foundations with H T M L 5
Graph Transformations
Introduction to Digital Image Analysis Part I: Digital Images
Advanced AV Production
Colors Computers build colors from Red, Green, and Blue; not Red, Blue, and Yellow. RGB = Red Green Blue Creating Colors Red + Blue = Purple No Red, No.
Transformations of Functions and Graphs
What Color is it?.
monochrome AgX material
1.6 Transformations of Functions
The Elements of Art: Color
Presentation transcript:

Image Processing Results by David E. Pitts May 31, 2010 copyright 1999/2000/2001/2002/2003/2004/2005/2006/2007/2009/2010

Motion Smear Perform a DFT on the original image

Perform a DFT on a vertical line

Multiply the two FFT images together, take the inverse DFT, and swap quadrants. Thus giving an image blurred in the vertical direction Product Inverse DFT Swap Quadrants

Likewise using a horizontal line gives an image blurred in the horizontal direction

Color Digitization with poor color quality

Stretch each color pdf (probability density function) between zero and 255 using "Adjust Brightness/Contrast Levels" in Photoshop -Red

Stretch each color pdf between zero and 255 -Green

Stretch each color pdf between zero and 255 -Blue

Resulting in a much better image original final image

Another Example original final image

RGB (Red, Green, Blue) conversion to HSI (Hue, Saturation, Intensity)