Edge Detection. EE/CSE 576 Linda Shapiro

Similar documents
Edge Detection. CSE 576 Ali Farhadi. Many slides from Steve Seitz and Larry Zitnick

Edges and Lines Readings: Chapter 10: better edge detectors line finding circle finding

Edge Detection. Announcements. Edge detection. Origin of Edges. Mailing list: you should have received messages

Edges and Lines Readings: Chapter 10: better edge detectors line finding circle finding

Edge detection. Goal: Identify sudden. an image. Ideal: artist s line drawing. object-level knowledge)

Edge detection. Convert a 2D image into a set of curves. Extracts salient features of the scene More compact than pixels

Edge Detection. Today s reading. Cipolla & Gee on edge detection (available online) From Sandlot Science

Example 2: Straight Lines. Image Segmentation. Example 3: Lines and Circular Arcs. Example 1: Regions

Example 1: Regions. Image Segmentation. Example 3: Lines and Circular Arcs. Example 2: Straight Lines. Region Segmentation: Segmentation Criteria

Multimedia Computing: Algorithms, Systems, and Applications: Edge Detection

Other Linear Filters CS 211A

CS5670: Computer Vision

Lecture 7: Most Common Edge Detectors

Edge Detection. CSC320: Introduction to Visual Computing Michael Guerzhoy. René Magritte, Decalcomania. Many slides from Derek Hoiem, Robert Collins

Edges and Binary Images

Edge and Texture. CS 554 Computer Vision Pinar Duygulu Bilkent University

Announcements. Edges. Last Lecture. Gradients: Numerical Derivatives f(x) Edge Detection, Lines. Intro Computer Vision. CSE 152 Lecture 10

Edge and corner detection

Edge Detection. Computer Vision Shiv Ram Dubey, IIIT Sri City

Lecture 4: Finding lines: from detection to model fitting

Edge detection. Winter in Kraków photographed by Marcin Ryczek

Edge detection. Winter in Kraków photographed by Marcin Ryczek

Review of Filtering. Filtering in frequency domain

DIGITAL IMAGE PROCESSING

Edge Detection CSC 767

Edge detection. Gradient-based edge operators

CS4670: Computer Vision Noah Snavely

Straight Lines and Hough

Lecture 9: Hough Transform and Thresholding base Segmentation

CS 4495 Computer Vision. Linear Filtering 2: Templates, Edges. Aaron Bobick. School of Interactive Computing. Templates/Edges

Anno accademico 2006/2007. Davide Migliore

Edge Detection (with a sidelight introduction to linear, associative operators). Images

What is an edge? Paint. Depth discontinuity. Material change. Texture boundary

Types of Edges. Why Edge Detection? Types of Edges. Edge Detection. Gradient. Edge Detection

Prof. Feng Liu. Winter /15/2019

Edge Detection. CS664 Computer Vision. 3. Edges. Several Causes of Edges. Detecting Edges. Finite Differences. The Gradient

Biomedical Image Analysis. Point, Edge and Line Detection

Solution: filter the image, then subsample F 1 F 2. subsample blur subsample. blur

Edge Detection Lecture 03 Computer Vision

convolution shift invariant linear system Fourier Transform Aliasing and sampling scale representation edge detection corner detection

Generalized Hough Transform, line fitting

Lecture 6: Edge Detection

Image gradients and edges April 11 th, 2017

Fitting. Lecture 8. Cristian Sminchisescu. Slide credits: K. Grauman, S. Seitz, S. Lazebnik, D. Forsyth, J. Ponce

Image gradients and edges April 10 th, 2018

Edge detection. Stefano Ferrari. Università degli Studi di Milano Elaborazione delle immagini (Image processing I)

CS334: Digital Imaging and Multimedia Edges and Contours. Ahmed Elgammal Dept. of Computer Science Rutgers University

Digital Image Processing COSC 6380/4393

Does everyone have an override code?

Lecture 8: Fitting. Tuesday, Sept 25

Ulrik Söderström 16 Feb Image Processing. Segmentation

CS534: Introduction to Computer Vision Edges and Contours. Ahmed Elgammal Dept. of Computer Science Rutgers University

Image gradients and edges

Image Analysis. Edge Detection

EN1610 Image Understanding Lab # 3: Edges

Digital Image Processing. Image Enhancement - Filtering

Finding 2D Shapes and the Hough Transform

HOUGH TRANSFORM CS 6350 C V

Image Processing. BITS Pilani. Dr Jagadish Nayak. Dubai Campus

2%34 #5 +,,% ! # %& ()% #% +,,%. & /%0%)( 1 ! # %& % %()# +(& ,.+/ +&0%//#/ &

Edge and local feature detection - 2. Importance of edge detection in computer vision

Image Analysis. Edge Detection

Filtering Images. Contents

Lecture 15: Segmentation (Edge Based, Hough Transform)

Filtering Applications & Edge Detection. GV12/3072 Image Processing.

Image Processing

Edge Detection. CMPUT 206: Introduction to Digital Image Processing. Nilanjan Ray. Source:

Issues with Curve Detection Grouping (e.g., the Canny hysteresis thresholding procedure) Model tting They can be performed sequentially or simultaneou

Biometrics Technology: Image Processing & Pattern Recognition (by Dr. Dickson Tong)

School of Computing University of Utah

Fitting: Voting and the Hough Transform April 23 rd, Yong Jae Lee UC Davis

Comparison between Various Edge Detection Methods on Satellite Image

Filtering in frequency domain

Neighborhood operations

Announcements. Edge Detection. An Isotropic Gaussian. Filters are templates. Assignment 2 on tracking due this Friday Midterm: Tuesday, May 3.

Fitting: The Hough transform

Lecture 4: Image Processing

Practical Image and Video Processing Using MATLAB

CS 2770: Computer Vision. Edges and Segments. Prof. Adriana Kovashka University of Pittsburgh February 21, 2017

Computer Vision 6 Segmentation by Fitting

Announcements. Segmentation (Part 2) Image Segmentation. From images to objects. Image histograms. What do histograms look like?

Computer Vision I. Announcements. Fourier Tansform. Efficient Implementation. Edge and Corner Detection. CSE252A Lecture 13.

Lesson 6: Contours. 1. Introduction. 2. Image filtering: Convolution. 3. Edge Detection. 4. Contour segmentation

Introduction. Introduction. Related Research. SIFT method. SIFT method. Distinctive Image Features from Scale-Invariant. Scale.

Fitting: The Hough transform

A Robust Method for Circle / Ellipse Extraction Based Canny Edge Detection

Segmentation (Part 2)

Pattern recognition systems Lab 3 Hough Transform for line detection

Feature extraction. Bi-Histogram Binarization Entropy. What is texture Texture primitives. Filter banks 2D Fourier Transform Wavlet maxima points

Fitting: The Hough transform

Segmentation and Grouping

Local Image preprocessing (cont d)

EECS490: Digital Image Processing. Lecture #20

E0005E - Industrial Image Analysis

Announcements, schedule. Lecture 8: Fitting. Weighted graph representation. Outline. Segmentation by Graph Cuts. Images as graphs

Implementing the Scale Invariant Feature Transform(SIFT) Method

EECS490: Digital Image Processing. Lecture #19

Image gradients and edges

Outline 7/2/201011/6/

Computer Vision I. Announcement. Corners. Edges. Numerical Derivatives f(x) Edge and Corner Detection. CSE252A Lecture 11

Transcription:

Edge Detection EE/CSE 576 Linda Shapiro

Edge Attneave's Cat (1954) 2

Origin of edges surface normal discontinuity depth discontinuity surface color discontinuity illumination discontinuity Edges are caused by a variety of factors.

Characterizing edges An edge is a place of rapid change in the image intensity function image intensity function (along horizontal scanline) first derivative edges correspond to extrema of derivative 4

Image gradient The gradient of an image: The gradient points in the direction of most rapid change in intensity 5

The discrete gradient How can we differentiate a digital image F[x,y]? Option 1: reconstruct a continuous image, then take gradient Option 2: take discrete derivative ( finite difference ) 6

Simple image gradient How would you implement this as a filter? 0-1 1 The gradient direction is given by: How does this relate to the direction of the edge? perpendicular The edge strength is given by the gradient magnitude or various simplifications 7

Sobel operator Who was Sobel? In practice, it is common to use: -1 0 1-2 0 2-1 0 1-1 -2-1 0 0 0 1 2 1 Magnitude: Orientation: What s the C/C++ function? Use atan2

Sobel operator Original Magnitude Orientation

Effects of noise Consider a single row or column of the image Plotting intensity as a function of position gives a signal Where is the edge? 10

Effects of noise Difference filters respond strongly to noise Image noise results in pixels that look very different from their neighbors Generally, the larger the noise the stronger the response What can we do about it? 11 Source: D. Forsyth

Solution: smooth first Where is the edge? Look for peaks in 12

Derivative theorem of convolution Differentiation is convolution, and convolution is associative: d d ( f g) = f g dx dx This saves us one operation: f d dx g f d dx g We don t do that. 13 How can we find (local) maxima of a function? Source: S. Seitz

Remember: Derivative of Gaussian filter x-direction y-direction 14

Consider Laplacian of Gaussian Laplacian of Gaussian operator Where is the edge? Zero-crossings of bottom graph 15

2D edge detection filters Laplacian of Gaussian Gaussian derivative of Gaussian is the Laplacian operator: 16

Edge detection by subtraction original 17

Edge detection by subtraction smoothed (5x5 Gaussian) 18

Edge detection by subtraction smoothed original (scaled by 4, offset +128) 19

Using the LoG Function (Laplacian of Gaussian) The LoG function will be Zero far away from the edge Positive on one side Negative on the other side Zero just at the edge It has simple digital mask implementation(s) So it can be used as an edge operator BUT, THERE S SOMETHING BETTER 20

Canny edge detector This is probably the most widely used edge detector in computer vision J. Canny, A Computational Approach To Edge Detection, IEEE Trans. Pattern Analysis and Machine Intelligence, 8:679-714, 1986. 21 Source: L. Fei-Fei

The Canny edge detector Note: I hate the Lena images. original image (Lena) 22

The Canny edge detector norm of the gradient 23

The Canny edge detector thresholding 24

Get Orientation at Each Pixel theta = atan2(-gy, gx) 25

The Canny edge detector 26

The Canny edge detector thinning (non-maximum suppression) 27

Non-maximum suppression Check if pixel is local maximum along gradient direction 28 Picture from Prem K Kalra

Canny Edges 30

Canny on Kidney 31

Canny Characteristics The Canny operator gives single-pixel-wide images with good continuation between adjacent pixels It is the most widely used edge operator today; no one has done better since it came out in the late 80s. Many implementations are available. It is very sensitive to its parameters, which need to be adjusted for different application domains. 32

Effect of σ (Gaussian kernel spread/size) original Canny with Canny with The choice of depends on desired behavior large detects large scale edges small detects fine features 33

An edge is not a line... How can we detect lines? 34

Finding lines in an image Option 1: Search for the line at every possible position/orientation What is the cost of this operation? Option 2: Use a voting scheme: Hough transform 35

Finding lines in an image y b b 0 image space x m 0 Hough space m Connection between image (x,y) and Hough (m,b) spaces A line in the image corresponds to a point in Hough space To go from image space to Hough space: given a set of points (x,y), find all (m,b) such that y = mx + b 36

Hough transform algorithm Typically use a different parameterization d is the perpendicular distance from the line to the origin θ is the angle of this perpendicular with the horizontal. 37

Hough transform algorithm Basic Hough transform algorithm 1. Initialize H[d, θ]=0 2. for each edge point I[x,y] in the image for θ = 0 to 180 d Array H θ H[d, θ] += 1 3. Find the value(s) of (d, θ) where H[d, θ] is maximum 4. The detected line in the image is given by What s the running time (measured in # votes)? 1. How big is the array H? 2. Do we need to try all θ? 38

Example gray-tone image DQ THETAQ 0 0 0 100 100 0 0 0 100 100 0 0 0 100 100 100 100 100 100 100 100 100 100 100 100 - - 3 3 - - - 3 3-3 3 3 3-3 3 3 3 - - - - - - - - 0 0 - - - 0 0-90 90 40 20-90 90 90 40 - - - - - - 360. 6 3 0 distance angle Accumulator H - - - - - - - - - - - - - - - - - - - - - 4-1 - 2-5 - - - - - - - 0 10 20 30 40 90 360. 6 3 0 PTLIST - - - - - - - - - - - - - - - - - - - - - * - * - * - * - - - - - - - (1,3)(1,4)(2,3)(2,4) (3,1) (3,2) (4,1) (4,2) (4,3) 39

Chalmers University of Technology 40

Chalmers University of Technology 41

How do you extract the line segments from the accumulators? pick the bin of H with highest value V while V > value_threshold { order the corresponding pointlist from PTLIST merge in high gradient neighbors within 10 degrees create line segment from final point list zero out that bin of H pick the bin of H with highest value V } 42

Line segments from Hough Transform 43

Extensions Extension 1: Use the image gradient 1. same 2. for each edge point I[x,y] in the image compute unique (d, θ) based on image gradient at (x,y) H[d, θ] += 1 3. same 4. same What s the running time measured in votes? Extension 2 give more votes for stronger edges Extension 3 change the sampling of (d, θ) to give more/less resolution Extension 4 The same procedure can be used with circles, squares, or any other shape, How? Extension 5; the Burns procedure. Uses only angle, two different quantifications, and connected components with votes for larger one. 44

A Nice Hough Variant The Burns Line Finder 45 3 2 3 4 1 4 2 5 6 7 8 0 5 1 6 7 8 +22.5-22.5 1. Compute gradient magnitude and direction at each pixel. 2. For high gradient magnitude points, assign direction labels to two symbolic images for two different quantizations. 3. Find connected components of each symbolic image. Each pixel belongs to 2 components, one for each symbolic image. Each pixel votes for its longer component. Each component receives a count of pixels who voted for it. The components that receive majority support are selected. 45

Example 3 2 3 4 1 4 2 +22.5 5 6 7 8 0 5 1 6 7 8-22.5 Quantization 1 Quantization 2 Quantization 1 leads to 2 yellow components and 2 green. Quantization 2 leads to 1 BIG red component. All the pixels on the line vote for their Quantization 2 component. It becomes the basis for the line. 46

Burns Example 1 47

Burns Example 2 48

Hough Transform for Finding Circles Equations: r = r0 + d sin θ c = c0 - d cos θ r, c, d are parameters Main idea: The gradient vector at an edge pixel points to the center of the circle. d *(r,c) 49

Why it works Filled Circle: Outer points of circle have gradient direction pointing to center. Circular Ring: Outer points gradient towards center. Inner points gradient away from center. The points in the away direction don t accumulate in one bin! 50

Procedure to Accumulate Circles Set accumulator array A to all zero. Set point list array PTLIST to all NIL. For each pixel (R,C) in the image { For each possible value of D { - compute gradient magnitude GMAG - if GMAG > gradient_threshold {. Compute THETA(R,C,D). R0 := R - D*sin(THETA). C0 := C + D*cos(THETA). increment A(R0,C0,D). update PTLIST(R0,C0,D) }} 51

52

Finding lung nodules (Kimme & Ballard) 53

Finale Edge operators are based on estimating derivatives. While first derivatives show approximately where the edges are, zero crossings of second derivatives were shown to be better. Ignoring that entirely, Canny developed his own edge detector that everyone uses now. After finding good edges, we have to group them into lines, circles, curves, etc. to use further. The Hough transform for circles works well, but for lines the performance can be poor. The Burns operator or some tracking operators (old ORT pkg) work better. 54