Chapter 8, Exploring the Digital Domain

Slides:



Advertisements
Similar presentations
Chapter Eleven Digital Darkroom Expert Techniques.
Advertisements

EE 4780 Image Enhancement. Bahadir K. Gunturk2 Image Enhancement The objective of image enhancement is to process an image so that the result is more.
Digital Image Processing
Antti Tuomas Jalava Jaime Garrido Ceca
Image Processing. Processing Digital Images digital images are often processed using “digital filters” digital filters are based on mathematical functions.
Image Enhancement by Modifying Gray Scale of Individual Pixels
Digital image processing Chapter 6. Image enhancement IMAGE ENHANCEMENT Introduction Image enhancement algorithms & techniques Point-wise operations Contrast.
Digital Image Processing In The Name Of God Digital Image Processing Lecture3: Image enhancement M. Ghelich Oghli By: M. Ghelich Oghli
Digital Image Processing
CS443: Digital Imaging and Multimedia Point Operations on Digital Images Spring 2008 Ahmed Elgammal Dept. of Computer Science Rutgers University Spring.
Image Filtering CS485/685 Computer Vision Prof. George Bebis.
Processing Digital Images. Filtering Analysis –Recognition Transmission.
Digital Image Processing
1 Vladimir Botchko Lecture 4. Image Enhancement Lappeenranta University of Technology (Finland)
Image Enhancement.
The ICE Tool Feng Wen Qi Yuan Kin Wah Leung. Presentation Overview  Project goal  Interactive GUI  Introduce image enhancement techniques  Integration.
Spatial-based Enhancements Lecture 3 prepared by R. Lathrop 10/99 updated 10/03 ERDAS Field Guide 6th Ed. Ch 5: ;
CSC/FAR 020, Computer Graphics, October 23, 2013 Dr. Dale E. Parson Week 7 More filters, compositional effects.
Creating and Manipulating Images using Maths and a Spreadsheet LTA Conference 19 June 2013 Jeff Waldock Department of Engineering and Mathematics, Faculty.
Digital Images Chapter 8, Exploring the Digital Domain.
This picture was taken on the banks of Sumatra Island (the height of waves was of approx. 32 m = 105 ft). It was found saved in a digital camera, 1 ½.
Under Supervision of Dr. Kamel A. Arram Eng. Lamiaa Said Wed
Seeram Chapter #3: Digital Imaging
EE663 Image Processing Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
AdeptSight Image Processing Tools Lee Haney January 21, 2010.
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - IMAGES. Processing digital Images digital images are often processed using “digital filters” digital images are.
Digital Photo Edit Workflow Digital Photo SIG Mar
Chapter 5: Neighborhood Processing
Image Processing Part II. 2 Classes of Digital Filters global filters transform each pixel uniformly according to the function regardless of its location.
G52IIP, School of Computer Science, University of Nottingham 1 G52IIP 2011 Summary Topic 1 Overview of the course Related topics Image processing Computer.
Image Enhancement ارتقاء تصویر Enhancement Spatial Domain Frequency Domain.
Image Subtraction Mask mode radiography h(x,y) is the mask.
Image Manipulation CSC361/661 – Digital Media Spring 2002 Burg/Wong.
Digital Image Processing EEE415 Lecture 3
Lecture # 19 Image Processing II. 2 Classes of Digital Filters Global filters transform each pixel uniformly according to the function regardless of.
Homework 2 (Due: 3/26) A. Given a grayscale image I,
Image Enhancement in Spatial Domain Presented by : - Mr. Trushar Shah. ME/MC Department, U.V.Patel College of Engineering, Kherva.
Digital Image Processing Part 3 Spatial Domain Processing.
Ec2029 digital image processing
EE 7730 Image Enhancement. Bahadir K. Gunturk2 Image Enhancement The objective of image enhancement is to process an image so that the result is more.
Digital Image Processing Image Enhancement in Spatial Domain
Machine Vision ENT 273 Hema C.R. Binary Image Processing Lecture 3.
Digital Image Processing Lecture - 6 Autumn 2009.
IMAGE PROCESSING is the use of computer algorithms to perform image process on digital images   It is used for filtering the image and editing the digital.
IMAGE PROCESSING Tadas Rimavičius.
(Project) by:- ROHAN HIMANSHU ANUP 70282
Image Subtraction Mask mode radiography h(x,y) is the mask.
Image enhancement algorithms & techniques Point-wise operations
IMAGE PROCESSING INTENSITY TRANSFORMATION AND SPATIAL FILTERING
Image Enhancement.
Discussion #29 – Images II
Image Processing - in short
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Image Enhancement in the Spatial Domain
Lecture Five Figures from Gonzalez and Woods, Digital Image Processing, Second edition, Prentice-Hall,2002.
Image Enhancement in the
Lecture 3 (2.5.07) Image Enhancement in Spatial Domain
Lecture 17 Figures from Gonzalez and Woods, Digital Image Processing, Second Edition, 2002.
CSC 381/481 Quarter: Fall 03/04 Daniela Stan Raicu
CS654: Digital Image Analysis
Histogram Probability distribution of the different grays in an image.
Resolution Resolution: 6 x 4.
Digital Image Processing
Topic 1 Three related sub-fields Image processing Computer vision
Intensity Transform Contrast Stretching Y ← u0+γ*(Y-u)/s
CSC/FAR 020, Computer Graphics, October 15, 2014
Image segmentation Grey scale image Binary image
Image Enhancement in Spatial Domain: Point Processing
Presentation transcript:

Chapter 8, Exploring the Digital Domain Digital Images Chapter 8, Exploring the Digital Domain

Processing Digital Images digital images are often processed using “digital filters” digital filters are based on mathematical functions that operate on the pixels of the image

Processing Digital Images there are two classes of digital filters: global and local global filters transform each pixel uniformly according to the function regardless of its location in the image local filters transform a pixel depending upon its relation to surrounding ones

Global Filters Brightness and Contrast control Histogram thesholding Histogram stretching or equalization Color corrections Hue-shifting and colorizing Inversions

Global Filters a histogram is a graph depicting the frequency distribution of pixel values in the image thresholding creates a binary image by converting pixels according to a threshold value

Global Filters Histogram stretching redistributes pixel values in the image that has poor contrast Equalization improves images with poor contrast

Global Filters Hue-shifting is used to modify the color makeup of an image Pseudo-coloring assigns hues to intensity ranges for better rendering of details Colorized image of Mississippi at Vicksburg

Local Filters Sharpening Blurring Unsharp Masking Edge and line detection Noise filters

Local Filters Edge and line detection filters subtract all parts of the image except edges or boundaries between two different regions edge detection is often used to recognized objects of interest in the image edges and lines detected in an image of toy blocks

Editing Images editing or retouching an image involves selecting a region of the digital image for processing using some special effect image compositing combines components of two or more images into a single image painting (or rotoscoping) an image is to edit the image by hand with graphic tools that alter color and details

Editing Images compositing images involves combining separate image layers into one image layers may be moved and arranged