Digital Image Processing (DIP)

Slides:



Advertisements
Similar presentations
Digital Image Processing
Advertisements

DREAM PLAN IDEA IMPLEMENTATION Introduction to Image Processing Dr. Kourosh Kiani
電腦視覺 Computer and Robot Vision I Chapter2: Binary Machine Vision: Thresholding and Segmentation Instructor: Shih-Shinh Huang 1.
1Ellen L. Walker Edges Humans easily understand “line drawings” as pictures.
Chapter 10 Image Segmentation.
Machinen Vision and Dig. Image Analysis 1 Prof. Heikki Kälviäinen CT50A6100 Lectures 8&9: Image Segmentation Professor Heikki Kälviäinen Machine Vision.
Digital Image Processing: Revision
Course Website: Digital Image Processing Image Segmentation: Thresholding.
EE663 Image Processing Edge Detection 2 Dr. Samir H. Abdul-Jauwad Electrical Engineering Department King Fahd University of Petroleum & Minerals.
Lappeenranta University of Technology (Finland)
Digital Image Processing
Edge Detection Phil Mlsna, Ph.D. Dept. of Electrical Engineering
Segmentation (Section 10.2)
Chapter 10 Image Segmentation.
Introduction to Computer Vision CS / ECE 181B Thursday, April 22, 2004  Edge detection (HO #5)  HW#3 due, next week  No office hours today.
The Segmentation Problem
Thresholding Thresholding is usually the first step in any segmentation approach We have talked about simple single value thresholding already Single value.
Introduction to Image Processing Grass Sky Tree ? ? Review.
Chapter 10: Image Segmentation
Spatial-based Enhancements Lecture 3 prepared by R. Lathrop 10/99 updated 10/03 ERDAS Field Guide 6th Ed. Ch 5: ;
Spatial Filtering: Basics
Digital Image Processing (DIP)
Lecture 16 Image Segmentation 1.The basic concepts of segmentation 2.Point, line, edge detection 3.Thresh holding 4.Region-based segmentation 5.Segmentation.
University of Kurdistan Digital Image Processing (DIP) Lecturer: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture,
Chap. 9: Image Segmentation Jen-Chang Liu, Motivation Segmentation subdivides an image into its constituent regions or objects Example: 生物細胞在影像序列中的追蹤.
© by Yu Hen Hu 1 ECE533 Digital Image Processing Image Segmentation.
Digital Image Processing Lecture 18: Segmentation: Thresholding & Region-Based Prof. Charlene Tsai.
Image Segmentation and Morphological Processing Digital Image Processing in Life- Science Aviad Baram
Chapter 10 Image Segmentation.
G52IVG, School of Computer Science, University of Nottingham 1 Edge Detection and Image Segmentation.
Image Processing Segmentation 1.Process of partitioning a digital image into multiple segments (sets of pixels). 2. Clustering pixels into salient image.
Chapter 10, Part I.  Segmentation subdivides an image into its constituent regions or objects.  Image segmentation methods are generally based on two.
COMP322/S2000/L171 Robot Vision System Major Phases in Robot Vision Systems: A. Data (image) acquisition –Illumination, i.e. lighting consideration –Lenses,
Digital Image Processing Lecture 16: Segmentation: Detection of Discontinuities Prof. Charlene Tsai.
Edge Detection and Geometric Primitive Extraction Jinxiang Chai.
Image Segmentation by Histogram Thresholding Venugopal Rajagopal CIS 581 Instructor: Longin Jan Latecki.
Sejong Univ. Edge Detection Introduction Simple Edge Detectors First Order Derivative based Edge Detectors Compass Gradient based Edge Detectors Second.
Image Segmentation Dr. Abdul Basit Siddiqui. Contents Today we will continue to look at the problem of segmentation, this time though in terms of thresholding.
Digital Image Processing
Chapter 9: Image Segmentation
October 1, 2013Computer Vision Lecture 9: From Edges to Contours 1 Canny Edge Detector However, usually there will still be noise in the array E[i, j],
Digital Image Processing Lecture 16: Segmentation: Detection of Discontinuities May 2, 2005 Prof. Charlene Tsai.
Lecture 04 Edge Detection Lecture 04 Edge Detection Mata kuliah: T Computer Vision Tahun: 2010.
Machine Vision Edge Detection Techniques ENT 273 Lecture 6 Hema C.R.
Computer Vision Image Features Instructor: Dr. Sherif Sami Lecture 4.
Digital Image Processing
Digital Image Processing CSC331
Spatial Filtering (Chapter 3) CS474/674 - Prof. Bebis.
Environmental Remote Sensing GEOG 2021
Machine Vision ENT 273 Lecture 4 Hema C.R.
Edge Detection Phil Mlsna, Ph.D. Dept. of Electrical Engineering Northern Arizona University.
Chapter 10 Image Segmentation
Digital Image Processing Lecture 16: Segmentation: Detection of Discontinuities Prof. Charlene Tsai.
Image Segmentation – Detection of Discontinuities
Computer Vision Lecture 13: Image Segmentation III
Image Segmentation – Edge Detection
Digital Image Processing
Computer Vision Lecture 12: Image Segmentation II
Digital Image Processing
Computer Vision Lecture 9: Edge Detection II
ECE 692 – Advanced Topics in Computer Vision
Digital Image Processing
Digital Image Processing
CS Digital Image Processing Lecture 5
پردازش تصاویر دیجیتال- احمدی فرد
Image Segmentation Image analysis: First step:
Chapter 10 – Image Segmentation
Digital Image Processing
IT472 Digital Image Processing
Presentation transcript:

Digital Image Processing (DIP) University of Kurdistan Digital Image Processing (DIP) Lecture 4: Image Segmentation Instructor: Kaveh Mollazade, Ph.D. Department of Biosystems Engineering, Faculty of Agriculture, University of Kurdistan, Sanandaj, IRAN.

Contents So far we have been considering image processing techniques used to transform images for human interpretation. In this lecture we will begin looking at automated image analysis by examining the thorny issue of image segmentation: The segmentation problem Finding points, lines, and edges What is thresholding? Simple thresholding algorithms Adaptive thresholding 1

The segmentation problem Segmentation attempts to partition the pixels of an image into groups that strongly correlate with the objects in an image. Typically the first step in any automated computer vision application. 2

Gray-scale image segmentation techniques Discontinuity-based Similarity-based 3

Detection Of discontinuities There are three basic types of grey level discontinuities that we tend to look for in digital images: Points Lines Edges We typically find discontinuities using masks and correlation. 4

Point detection Point detection can be achieved simply using the mask below: Points are detected at those pixels in the subsequent filtered image that are above a set threshold. 5

Point detection (cont…) X-ray image of a turbine blade Result of point detection Result of thresholding 6

Line detection The next level of complexity is to try to detect lines. The masks below will extract lines that are one pixel thick and running in a particular direction. 7

Binary image of a wire bond mask Line detection (cont…) Binary image of a wire bond mask After processing with -45° line detector Result of thresholding filtering result 8

Edge models An edge is a set of connected pixels that lie on the boundary between two regions. Step (ideal) edge Ramp edge Roof edge 9

Edge models example 10

Edges & derivatives We have already spoken about how derivatives are used to find discontinuities. 1st derivative tells us where an edge is. 2nd derivative can be used to show edge direction. 11

Derivatives & noise Derivative based edge detectors are extremely sensitive to noise. We need to keep this in mind. 12

Common edge detectors Given a 3*3 region of an image the following edge detection filters can be used. 13

Prewitt and Sobel masks for detecting diagonal edges 14

Edge Detection Example Original Image Horizontal Gradient Component Vertical Gradient Component Combined Edge Image 15

Edge detection problems Often, problems arise in edge detection in that there are is too much detail. For example, the brickwork in the previous example. One way to overcome this is to smooth images prior to edge detection. 16

Edge detection example with smoothing Original Image Horizontal Gradient Component Vertical Gradient Component Combined Edge Image 17

Laplacian edge detection We encountered the 2nd-order derivative based Laplacian filter already. The Laplacian is typically not used by itself as it is too sensitive to noise. Usually when used for edge detection the Laplacian is combined with a smoothing Gaussian filter. 18

Laplacian of Gaussian The Laplacian of Gaussian (or Mexican hat) filter uses the Gaussian for noise removal and the Laplacian for edge detection. LoG= 19

Laplacian of Gaussian (cont …) 20

Laplacian of Gaussian example 21

Thresholding Thresholding is usually the first step in any segmentation approach. We have talked about simple single value thresholding already. Single value thresholding can be given mathematically as follows: 22

Thresholding example Imagine a poker playing robot that needs to visually interpret the cards in its hand. Original Image Thresholded Image 23

But be careful If you get the threshold wrong the results can be disastrous. Threshold Too Low Threshold Too High 24

Basic global thresholding Based on the histogram of an image. Partition the image histogram using a single global threshold. The success of this technique very strongly depends on how well the histogram can be partitioned. 25

Basic global thresholding algorithm The basic global threshold, T, is calculated as follows: Select an initial estimate for T (typically the average grey level in the image). Segment the image using T to produce two groups of pixels: G1 consisting of pixels with grey levels >T and G2 consisting pixels with grey levels ≤ T. Compute the average grey levels of pixels in G1 to give μ1 and G2 to give μ2. 26

Basic global thresholding algorithm (cont …) Compute a new threshold value: Repeat steps 2 – 4 until the difference in T in successive iterations is less than a predefined limit ΔT. This algorithm works very well for finding thresholds when the histogram is suitable. 27

Thresholding example 1 28

Thresholding example 2 29

Optimized general thresholding using Otsu’s method Segmentation is based on “region homogeneity”. Region homogeneity can be measured using variance (i.e., regions with high homogeneity will have low variance). Otsu’s method selects the threshold by maximizig the within-class variance. 30

Algorithm of Optimized general thresholding sing Otsu’s method The Otsu’s thrsholding method finds the optimum threshold, k, as follows: Compute the normalized histogram of input image. Show the histogram components as pi, where i=0, 2, …, L-1. Compute the cumulative sets P1(k) for k=0, 1, …, L-1 using the following formula: 31

Algorithm of Optimized general thresholding sing Otsu’s method (cont …) Compute the cumulative means (Intensity means) m(k) for k=0, 1, …, L-1 using the following formula: Compute the global intensity mean (whole image intensity mean) mG as: Compute the within-class variance for k=0, 1, …, L-1 by: 32

Algorithm of Optimized general thresholding sing Otsu’s method (cont …) Compute the Otsu’s threshold k*, where k* is a measure of k in which is maximum. Compute the segregate value η* by investigating the following formula in k=k*: where is the global variance of whole image intensity values: 33

Otsu’s thresholding example 34

Problems with single value thresholding Single value thresholding only works for bimodal histograms. Images with other kinds of histograms need more than a single threshold. 35

Problems with single value thresholding (cont…) Let’s say we want to isolate the contents of the bottles. Think about what the histogram for this image would look like. What would happen if we used a single threshold value? 36

Single value thresholding and illumination Uneven illumination can really upset a single valued thresholding scheme. 37

Basic adaptive thresholding An approach to handling situations in which single value thresholding will not work is to divide an image into sub images and threshold these individually. Since the threshold for each pixel depends on its location within an image this technique is said to adaptive. 38

Basic adaptive thresholding example The image below shows an example of using adaptive thresholding with the image shown previously. As can be seen success is mixed. But, we can further subdivide the troublesome sub images for more success. 39

Basic adaptive thresholding example (cont…) These images show the troublesome parts of the previous problem further subdivided. After this sub division successful thresholding can be achieved. 40

Summary In this lecture we have begun looking at segmentation, and in particular edge detection and thresholding. Edge detection is massively important as it is in many cases the first step to object recognition. We saw the basic global thresholding and Osu’s thresholding algorithms and their shortcomings. We also saw a simple way to overcome some of these limitations using adaptive thresholding. 41