Digital Image Processing Homework 4 TA. Yu-Lun Liu VC Lab. Dec.04, 2007.

Slides:



Advertisements
Similar presentations
Gray-Scale Morphological Filtering
Advertisements

Image Display MATLAB functions for displaying image Bit Planes
Course Syllabus 1.Color 2.Camera models, camera calibration 3.Advanced image pre-processing Line detection Corner detection Maximally stable extremal regions.
Chapter 9: Morphological Image Processing
Course Syllabus 1.Color 2.Camera models, camera calibration 3.Advanced image pre-processing Line detection Corner detection Maximally stable extremal regions.
Morphology – Chapter 10. Binary image processing Often it is advantageous to reduce an image from gray level (multiple bits/pixel) to binary (1 bit/pixel)
Digital Image Processing, 2nd ed. © 2002 R. C. Gonzalez & R. E. Woods Chapter 9 Morphological Image Processing Chapter 9 Morphological.
Now, we use two methods to do the morphological dilation to image A with B: A: B: + +: the origin.
1 Preprocessing for JPEG Compression Elad Davidson & Lilach Schwartz Project Supervisor: Ari Shenhar SPRING 2000 TECHNION - ISRAEL INSTITUTE of TECHNOLOGY.
Computer Vision Basics Image Terminology Binary Operations Filtering Edge Operators.
Binary Image Analysis. YOU HAVE TO READ THE BOOK! reminder.
1 © 2010 Cengage Learning Engineering. All Rights Reserved. 1 Introduction to Digital Image Processing with MATLAB ® Asia Edition McAndrew ‧ Wang ‧ Tseng.
DilationDilation Page 7 DilationDilation. Write down one or two examples of how DILATIONS (scaling) are used in cartography (mapmaking), model building,
Transparency Transparency (alpha, opacity) defines a pixel color’s visibility in a layer Every element imported into AE contains an opacity channel If.
Post-classification and GIS Lecture 10. Why? salt- and- pepper.
September 21, COMPUTER VISION WEB PAGE IS UP !! OR Simply go to computer science homepage.
Course Syllabus 1.Color 2.Camera models, camera calibration 3.Advanced image pre-processing Line detection Corner detection Maximally stable extremal regions.
Binarization of gray-scale hologram Fan Jiang Fall 2006.
1 Imaging Techniques for Flow and Motion Measurement Lecture 2 Lichuan Gui University of Mississippi 2011 Digital Image & Image Processing.
Digital Image Processing HW1 Yi-Chun Wei Visual Communications Lab National Central University Mar. 2, 2012.
J. Shanbehzadeh M. Hosseinajad Khwarizmi University of Tehran.
Computer Vision Introduction to Digital Images.
Dilations in the Coordinate Plane
Small Group: Take out equation homework to review.
1-1 Chapter 1: Introduction 1.1. Images An image is worth thousands of words.
1 Computer Vision & Image Processing G. Andy Chang Department of Mathematics & Statistics Youngstown State University Youngstown, Ohio.
Morphological Image Processing การทำงานกับรูปภาพด้วยวิธีมอร์โฟโลจิคัล
PART 2 – Size, Display, Color Modes. Image Size Courtesy of Digital images are made up of pixels (picture elements),
References Books: Chapter 11, Image Processing, Analysis, and Machine Vision, Sonka et al Chapter 9, Digital Image Processing, Gonzalez & Woods.
Chapter 9: Transformations
3-1 Chapter 3: Image Display The goodness of display of an image depends on (a) Image quality: i) Spatial resolution, ii) Quantization (b) Display device:
CS 376b Introduction to Computer Vision 02 / 15 / 2008 Instructor: Michael Eckmann.
Digital Image Processing
Image Processing and Analysis (ImagePandA)
1 Mathematic Morphology used to extract image components that are useful in the representation and description of region shape, such as boundaries extraction.
DIGITAL IMAGE PROCESSING
Morphological Image Processing Robotics. 2/22/2016Introduction to Machine Vision Remember from Lecture 12: GRAY LEVEL THRESHOLDING Objects Set threshold.
Machine Vision. Image Acquisition > Resolution Ability of a scanning system to distinguish between 2 closely separated points. > Contrast Ability to detect.
BYST Morp-1 DIP - WS2002: Morphology Digital Image Processing Morphological Image Processing Bundit Thipakorn, Ph.D. Computer Engineering Department.
Morphology Morphology deals with form and structure Mathematical morphology is a tool for extracting image components useful in: –representation and description.
Machine Vision ENT 273 Hema C.R. Binary Image Processing Lecture 3.
Eric Kincaid. Adobe Photoshop  Adobe Photoshop is a graphics editing program developed and published by Adobe Systems Incorporated.  1987-Thomas Knoll,
Lecture(s) 3-4. Morphological Image Processing. 3/13/20162 Introduction ► ► Morphology: a branch of biology that deals with the form and structure of.
Morphological Image Processing (Chapter 9) CSC 446 Lecturer: Nada ALZaben.
Image from
Digital Image Processing Lecture 15: Morphological Algorithms April 27, 2005 Prof. Charlene Tsai.
Images Data Representation.
Digital Image Processing (Digitaalinen kuvankäsittely) Exercise 5
physics-chemistry-interactive-flash-animation
7.5; 10-29, / yes 21. yes 22. no 23. yes /2.
Warm Up – Tuesday, August 19th
Chapter 2: Digital Image Fundamentals
Enlarge the figure by a scale factor of 2 from the origin.
Chapter 2: Digital Image Fundamentals
Warm Up.
Neutrosophic Mathematical Morphology for Medical Image
Lesson 3 & 4: Encoding Images
Dilation The basic morphological operations applied to either grayscale or binary images are Erosion and Dilation. Erosion shrinks image objects while.
Closing One of the important morphological operations applied to either grayscale or binary images is Closing. It is derived from the fundamental operations.
Erosion The basic morphological operations applied to either grayscale or binary images are Erosion and Dilation. Erosion shrinks image objects while.
Digital Image Processing Lecture 15: Morphological Algorithms
Filtration Filtration methods for binary images
Neutrosophic approach for mathematical morphology.
Translations.
Digital Image Processing Lecture 14: Morphology
Lesson 3 & 4: Encoding Images
The Image The pixels in the image The mask The resulting image 255 X
Morphological Operators
Warm up.
Opening One of the important morphological operations applied to either grayscale or binary images is Opening. It is derived from the fundamental operations.
Presentation transcript:

Digital Image Processing Homework 4 TA. Yu-Lun Liu VC Lab. Dec.04, 2007

Homework Specification  Image source: lena in gray scale  Operation: Closing  Structure element: flat-top structuring element of size 5 x 5 pixels, height 5

Dilation & Erosion in Binary Images Set Structure element Dilation Erosion

Dilation & Erosion in Gray-Scale Images  Dilation Definition:  Erosion Definition:

Dilation & Erosion in Gray-Scale 1D Example  Dilation in 1D  Erosion in 1D Erosion result Dilation result

Closing in Gray-Scale Images  As in binary images, closing is the dilation of f by b, followed by a erosion of the result by b Closing