CS 101 – Nov more major topics left: Image enhancement

Slides:



Advertisements
Similar presentations
Lecture 9 Grey Level & Colour Enhancement TK3813 Dr. Masri Ayob.
Advertisements

3-D Computer Vision CSc83020 / Ioannis Stamos  Revisit filtering (Gaussian and Median)  Introduction to edge detection 3-D Computater Vision CSc
Digital Image Processing
Grey Level Enhancement Contrast stretching Linear mapping Non-linear mapping Efficient implementation of mapping algorithms Design of classes to support.
Image Processing Ch3: Intensity Transformation and spatial filters
Computer Science 111 Fundamentals of Programming I More Digital Image Processing.
Robust statistical method for background extraction in image segmentation Doug Keen March 29, 2001.
Creation of a digital image from an analog signal. Analog-Digital Converter (ADC)
Teacher: Kenji Tachibana Digital Photography I x Lab Work: Photoshop Colorize.
Topic 4 - Image Mapping - I DIGITAL IMAGING Course 3624 Department of Physics and Astronomy Professor Bob Warwick.
Intensity Transformations
Digital Image Processing
Face Recognition and Biometric Systems 2005/2006 Filters.
To Do Quiz 2 Launch Internet Explorer Launch Photoshop – Programs – Dev Apps – Adobe – Adobe CS3 – Photoshop CS 3.
Imaging Science Fundamentals Chester F. Carlson Center for Imaging Science The Properties of Images and Imaging Devices Group II of the Imaging Chain.
Image Enhancement To process an image so that the result is more suitable than the original image for a specific application. Spatial domain methods and.
Multimedia Data Introduction to Image Processing Dr Mike Spann Electronic, Electrical and Computer.
CS 376b Introduction to Computer Vision 02 / 27 / 2008 Instructor: Michael Eckmann.
Image Compression and Signal Processing Dan Hewett CS 525.
Original image: 512 pixels by 512 pixels. Probe is the size of 1 pixel. Picture is sampled at every pixel ( samples taken)
Image Analysis Preprocessing Arithmetic and Logic Operations Spatial Filters Image Quantization.
Input image Output image Transform equation All pixels Transform equation.
CRAC Staff Workshop Imaging 3/15/2011 THE ADVANTAGES OF A STANDARDIZE DRIVER INTERFACE APPLICATION AKA THE DRIVER IN YOU.
Morphological Image Processing
Image noise filtering using artificial neural network Final project by Arie Ohana.
Digital Image Processing Contrast Enhancement: Part I
Multimedia Data Introduction to Image Processing Dr Sandra I. Woolley Electronic, Electrical.
EE663 Image Processing Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
infinity-project.org Engineering education for today’s classroom 2 Outline How Can We Use Digital Images? A Digital Image is a Matrix Manipulating Images.
Basic Black and White Photography Lynnwood High School Ms. Schou.
MULTIMEDIA INPUT / OUTPUT TECHNOLOGIES
Machine Vision ENT 273 Image Filters Hema C.R. Lecture 5.
Intelligent Vision Systems ENT 496 Image Filtering and Enhancement Hema C.R. Lecture 4.
Digital Image Processing EEE415 Lecture 3
Digital Image Processing Part 2 Contrast processing.
1 Mathematic Morphology used to extract image components that are useful in the representation and description of region shape, such as boundaries extraction.
Building a Website: Images Editing Fall Editing Image Four Built-In Editing Tools – Cropping – Resizing – Sharpening – Adjusting brightness and.
Lecture Reading  3.1 Background  3.2 Some Basic Gray Level Transformations Some Basic Gray Level Transformations  Image Negatives  Log.
Fall Final Portfolio Jake Bowman. The Slide The objective of the assignment was to capture photos that were compositionally strong. I’ve placed the subject.
ITEC2110, Digital Media Chapter 3 Digital Image Processing 1 GGC -- ITEC Digital Media.
Compare and Contrast.
TOPIC 11 THE GREY LEVEL HISTOGRAM & POINT OPERATIONS.
Point Processing When doing so you actually perform a special type of image processing known as point processing.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Spatial Image Enhancement
Radiometric Preprocessing: Atmospheric Correction
IMAGE ENHANCEMENT TECHNIQUES
Histogram Equalization
Photorealistic Image Colourization with Generative Adversarial Nets
IMAGE PROCESSING INTENSITY TRANSFORMATION AND SPATIAL FILTERING
Lighting.
Model Functions Input x 6 = Output Input x 3 = Output
Discussion #29 – Images II
Digital Image Processing
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
5.6 – The Quadratic Formula And Ch 5 Review
Resolution Resolution: 6 x 4.
Fundamentals of Programming I Introduction to Digital Image Processing
Image Processing Ch3: Intensity Transformation and spatial filters
Digital Image Processing Week III
Digital Image Procesing Introduction to Image Enhancement Histogram Processing DR TANIA STATHAKI READER (ASSOCIATE PROFFESOR) IN SIGNAL PROCESSING IMPERIAL.
Grey Level Enhancement
Pencils and their Value
IT523 Digital Image Processing
The Image The pixels in the image The mask The resulting image 255 X
Intensity Transform Contrast Stretching Y ← u0+γ*(Y-u)/s
Lecture 6 Histogram processing.
CS 101 – Nov. 18 Finish image enhancement Communication (Chapter 15)
Morphological Operators
Morphological Filters Applications and Extension Morphological Filters
Presentation transcript:

CS 101 – Nov. 16 2 more major topics left: Image enhancement Communication Encryption Networking HTML

Enhancing an image Input = original image (x) Output = final image (y)

Brighten To brighten, we increase pixel values. Simple function like y = x + 20 won’t work Real filter functions have complex formulas Better to “draw” the filter function

Filter function Axes for input and output pixel values 255 255 255 255

Brighten We want output > input. 255 255 brighter darker 255 255

Darken We want output < input. 255 255 brighter darker 255 255

Increase contrast What do we want? 255 255 brighter darker 255 255

Increase contrast Bright get brighter; dark get darker 255 255 255 128 255

Decrease contrast? What should this look like? 255 255 brighter darker 255 128 255

Decrease contrast “Robin Hood” 255 255 brighter darker 255 128 255