edge segmentation in computer images cse350/450-011 4 sep 03

Download Edge Segmentation in Computer Images CSE350/450-011 4 Sep 03

If you can't read please download the document

Upload: abigayle-howard

Post on 19-Jan-2018

217 views

Category:

Documents


0 download

DESCRIPTION

Class Objectives Understand image representation in a computer Understand what edges correspond to in a computer image Understand how edges can be extracted from computer image

TRANSCRIPT

Edge Segmentation in Computer Images CSE350/ Sep 03 Administration Homework 1 is posted: Due 16 Sep 03 Questions? Class Objectives Understand image representation in a computer Understand what edges correspond to in a computer image Understand how edges can be extracted from computer image Tracking Image Features Artificial Color Fiducials Natural Color/Grayscale level Edges Corners Textures Omnidirectional Vision System Tracking Image Features Computer Image Representation Images can be viewed as discrete functions indicating the light intensity of a scene They are represented in computers as 2-d arrays over a discrete set of values (e.g ) Sample Application Indoor Obstacle Avoidance The Edge Detection Process INPUT IMAGE Noise Smoothing Edge Enhancement Edge Detection EDGE IMAGE What are edges? Edges correspond to abrupt changes in image intensity How can we estimate the rate of change in a function? Taking the discrete derivative abs() Thresholding the Gradient Image threshold(40) The effects of Thresholding Threshold = 50 Threshold 100 Threshold 20 The effects of Filtering Noise Threshold 20 Gaussian SmoothingUnsmoothed Edges Threshold 50 Dominant Edge Detectors Sobel Masks Canny Estimate edge direction E s Estimate edge strength E d Remove surplus edge pixels in the E d direction What we learned Computer images correspond to discrete 2-D functions of light intensity Edges correspond to abrupt changes in image intensity Edges can be detected by Smoothing out image noise Estimating the gradient of the image at every point to generate a gradient image Thresholding the gradient image at an appropriate level