Image Manipulation CSC361/661 – Digital Media Spring 2002 Burg/Wong.

Slides:



Advertisements
Similar presentations
ESTEC Photo Club How to improve Contrast & Brightness in your Photos Roberto Donadio TIA/TTG.
Advertisements

1 Sharpening & Smoothing Session 1 AISIG Meeting July 17, 2007 Sam Saeed.
CS Spring 2009 CS 414 – Multimedia Systems Design Lecture 4 – Digital Image Representation Klara Nahrstedt Spring 2009.
Photoshop Lab colorspace A quick and easy 26 step process for enhancing your photos.
Chapter Eleven Digital Darkroom Expert Techniques.
HOW TO SHARPEN THE IMAGE NATHAN GRAVLEE. DIGITAL MEDIA What is this? – It make an image look for defined and hard-focused. It enhances detail! When do.
Adobe Photoshop 6 Intermediate Level Course. Resizing When resizing an image for printing, a higher resolution will translate into a sharper image with.
High Boost filtering In image processing, it is often desirable to emphasize high frequency components representing the image details without eliminating.
Creation of a digital image from an analog signal. Analog-Digital Converter (ADC)
Digital Image Processing
IMAGE ENHANCEMENT AND RESTORATION. Pixel operations.
Adobe Photoshop CS4 – Illustrated Unit G: Creating Special Effects
1 Image filtering Hybrid Images, Oliva et al.,
Introduction to Digital Image Processing and Digital Image Analysis.
Lecture 1: Images and image filtering
1 Image Filtering Readings: Ch 5: 5.4, 5.5, 5.6,5.7.3, 5.8 (This lecture does not follow the book.) Images by Pawan SinhaPawan Sinha formal terminology.
Half Toning. Continuous Half Toning Color Half Toning.
Image Enhancement.
Image Analysis Preprocessing Arithmetic and Logic Operations Spatial Filters Image Quantization.
Inverted Colors Photo Effect Before: After:. Step 1: Select Any People In The Image And Place Them On A Separate Layer Use the lasso tool to outline the.
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.
Image Processing1 Image Filtering Filtering can be use to enhance some features and de- enhance others. Usually used as a pre-processing step.
Creating Snow. Step 1 Begin opening an image on photoshop.
CS 376b Introduction to Computer Vision 02 / 26 / 2008 Instructor: Michael Eckmann.
CSC/FAR 020, Computer Graphics, October 27, 2014 Dr. Dale E. Parson Outline for Week 9 Vectors and Paths, also File.
© 2000 – All Rights Reserved – Page 1 Web Color. © 2000 – All Rights Reserved – Page 2 Issues with Color Every hardware setup is different –graphics card.
CSC/FAR 020, Computer Graphics, October 23, 2013 Dr. Dale E. Parson Week 7 More filters, compositional effects.
CSC Computing with Images
Manipulations and Photoshop Effects Objectives: 1. To go beyond the traditional straight photograph by manipulating images in different ways. 2. To explore.
Lecture 03 Area Based Image Processing Lecture 03 Area Based Image Processing Mata kuliah: T Computer Vision Tahun: 2010.
Aim: How can we use Photoshop to sharpen edges in an image? Do Now: Open the image you worked with yesterday.
Digital Media Dr. Jim Rowan ITEC 2110 Bitmapped Images.
MULTIMEDIA TECHNOLOGY SMM 3001 MEDIA - IMAGES. Processing digital Images digital images are often processed using “digital filters” digital images are.
GK-12 Sensors! Matrices and Digital Pictures Part II - Matrix operations with digital pictures.
Chapter 5: Neighborhood Processing
Image Coloring. Halftone Halftone is the reprographic technique that simulates continuous tone imagery through the use of dots, varying either in size,
Image Processing Part II. 2 Classes of Digital Filters global filters transform each pixel uniformly according to the function regardless of its location.
CSC508 Convolution Operators. CSC508 Convolution Arguably the most fundamental operation of computer vision It’s a neighborhood operator –Similar to the.
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.
02/05/2002 (C) University of Wisconsin 2002, CS 559 Last Time Color Quantization Mach Banding –Humans exaggerate sharp boundaries, but not fuzzy ones.
1 Layer up to keep warm… A short tutorial on the usage of layers.
Lecture # 19 Image Processing II. 2 Classes of Digital Filters Global filters transform each pixel uniformly according to the function regardless of.
Sejong Univ. CH3. Area Processes Convolutions Blurring Sharpening Averaging vs. Median Filtering.
CS Spring 2010 CS 414 – Multimedia Systems Design Lecture 4 – Audio and Digital Image Representation Klara Nahrstedt Spring 2010.
Digital Image Processing Part 3 Spatial Domain Processing.
1 Digital and Interactive Media Layer Masking Copyright © Texas Education Agency, 2013.
Lecture 1: Images and image filtering CS4670/5670: Intro to Computer Vision Noah Snavely Hybrid Images, Oliva et al.,
COLORS PRIMARY COLORS Are red, blue and yellow SECONDARY COLORS Are made by mixing primary colors.
Image Processing Intro2CS – week 6 1. Image Processing Many devices now have cameras on them Lots of image data recorded for computers to process. But.
Chapter Ten Essential Image Enhancement. Evaluate the Image Use full screen (press ‘F’) in Photoshop to view the whole image Check exposure (histogram.
Photoshop: More with Layers Computer Information Technology Section 7-6.
© 2016 Pearson Education, Inc., Hoboken, NJ. All rights reserved.
Photography, chapters 6 & 7
Binary Representation in Audio and Images
Digital Photo editing with Photoshop
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
"Digital Media Primer" Yue-Ling Wong, Copyright (c)2013 by Pearson Education, Inc. All rights reserved.
Histogram Histogram is a graph that shows frequency of anything. Histograms usually have bars that represent frequency of occuring of data. Histogram has.
Chapter 8, Exploring the Digital Domain
9th Lecture - Image Filters
Spatial operations and transformations
Resolution Resolution: 6 x 4.
Digital Image Processing
Technique 6: General gray-level transformations
Chapter Two Objectives
Image Filtering with GLSL
REDUKSI NOISE Pertemuan-8 John Adler
CSC/FAR 020, Computer Graphics, October 15, 2014
Spatial operations and transformations
Presentation transcript:

Image Manipulation CSC361/661 – Digital Media Spring 2002 Burg/Wong

Adjusting Color and Contrast In Photoshop, go to Image->Adjust ->Levels to see histogram. Left end of slider controls pixel value mapped to black. Right end of slider controls pixel value mapped to white. You can do the same thing with Image- >Adjust->Curves.

Mapping Functions The “curve” represents a function that maps the original pixel value to a new value. A steeper slope represents greater contrast. Moving the beginning point up the y axis means your darkest color is not pure black. Moving the end point down vertically parallel to the y axis means your lightest color is not pure white. You can adjust the R, G, and B components separately in a color image.

Convolutions An n x n convolution mask computes a weighted sum of neighboring pixels across an image. It can be used to blur or sharpen an image. Try the examples from pages 142 and 145 in your book. A Gaussian blur looks more natural.

Unsharp Mask A technique for sharpening an image. You specify How much two pixels must differ by in order to be considered an edge (the threshold). The radius of the region in which each pixel is compared. The percentage increase in contrast between pixels.

Unsharp Mask Unsharp masking proceeds as follows: A Gaussian blur is applied to a copy of the original image. The pixels in the original image are multiplied by a scaling factor. The blurred image is subtracted from the scaled original image.

Indexed Color Uses 1 byte for each pixel, allowing up to 256 colors. A palette is associated with each image, showing which colors are used. The palette maps each number between 0 and 255 with a 3-byte color from over 16 million possibilities.

Indexed Color You can edit your color table so that it uses even fewer than 256 colors. If your original image actually has more than 256 colors, one of two things can be done with the colors not in your palette: Choose the closest one. Dither

Dithering Dithering simulates a color not in the palette by placing different colors close together so that the eye mixes them – they are chosen so that, when blended by the eye, they look like the missing color. You can use diffusion, pattern, or noise dithering. Diffusion usually works best.

Web-Safe Palette If you choose the Web-Safe palette, you know exactly what your picture is going to look like on someone else’s computer if it’s accessed through the Web. (The picture won’t be dithered any further.) There are 216 colors in the Web-safe palette.