Image gradients and edges April 10 th, 2018

Similar documents
Image gradients and edges April 11 th, 2017

Image gradients and edges

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

Image gradients and edges

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

Edge Detection CSC 767

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

Prof. Feng Liu. Winter /15/2019

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

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

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

Edges and Binary Images

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

Review of Filtering. Filtering in frequency domain

Lecture 6: Edge Detection

Edge and corner detection

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

CS4670: Computer Vision Noah Snavely

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

Does everyone have an override code?

CS5670: Computer Vision

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

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

Edges and Binary Image Analysis April 12 th, 2018

Digital Image Processing. Image Enhancement - Filtering

Filters and Pyramids. CSC320: Introduction to Visual Computing Michael Guerzhoy. Many slides from Steve Marschner, Alexei Efros

[ ] Review. Edges and Binary Images. Edge detection. Derivative of Gaussian filter. Image gradient. Tuesday, Sept 16

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

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

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

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

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

CS4442/9542b Artificial Intelligence II prof. Olga Veksler

DIGITAL IMAGE PROCESSING

Edge Detection. EE/CSE 576 Linda Shapiro

Edges and Binary Image Analysis. Thurs Jan 26 Kristen Grauman UT Austin. Today. Edge detection and matching

Why is computer vision difficult?

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

CS4442/9542b Artificial Intelligence II prof. Olga Veksler

Image processing. Reading. What is an image? Brian Curless CSE 457 Spring 2017

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

Applications of Image Filters

Low-level Vision Processing Algorithms Speaker: Ito, Dang Supporter: Ishii, Toyama and Y. Murakami

Image Analysis. Edge Detection

2D Image Processing INFORMATIK. Kaiserlautern University. DFKI Deutsches Forschungszentrum für Künstliche Intelligenz

EECS 556 Image Processing W 09. Image enhancement. Smoothing and noise removal Sharpening filters

Other Linear Filters CS 211A

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

Anno accademico 2006/2007. Davide Migliore

Chapter 3: Intensity Transformations and Spatial Filtering

Lecture 4: Image Processing

Lecture 4: Spatial Domain Transformations

EE795: Computer Vision and Intelligent Systems

Edge detection. Gradient-based edge operators

Image Analysis. Edge Detection

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

Lecture 4: Finding lines: from detection to model fitting

Texture Representation + Image Pyramids

Digital Image Processing COSC 6380/4393

Lecture 7: Most Common Edge Detectors

Outlines. Medical Image Processing Using Transforms. 4. Transform in image space

SYDE 575: Introduction to Image Processing

Previously. Edge detection. Today. Thresholding. Gradients -> edges 2/1/2011. Edges and Binary Image Analysis

Edge Detection Lecture 03 Computer Vision

Computer Vision: 4. Filtering. By I-Chen Lin Dept. of CS, National Chiao Tung University

Image Processing. Traitement d images. Yuliya Tarabalka Tel.

Filtering Images. Contents

Texture and Other Uses of Filters

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

Digital Image Processing. Prof. P. K. Biswas. Department of Electronic & Electrical Communication Engineering

Bias-Variance Trade-off (cont d) + Image Representations

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

Sharpening through spatial filtering

Straight Lines and Hough

Segmentation and Grouping

Computer Vision. Recap: Smoothing with a Gaussian. Recap: Effect of σ on derivatives. Computer Science Tripos Part II. Dr Christopher Town

Segmentation and Grouping April 21 st, 2015

Computer Vision and Graphics (ee2031) Digital Image Processing I

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

ME/CS 132: Introduction to Vision-based Robot Navigation! Low-level Image Processing" Larry Matthies"

Segmentation and Grouping April 19 th, 2018

EECS490: Digital Image Processing. Lecture #19

CS 558: Computer Vision 3 rd Set of Notes

Linear Operations Using Masks

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

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

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

Image warping and stitching

Image Processing

Filters (cont.) CS 554 Computer Vision Pinar Duygulu Bilkent University

CPSC 425: Computer Vision

Texture April 14 th, 2015

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

Edges, interpolation, templates. Nuno Vasconcelos ECE Department, UCSD (with thanks to David Forsyth)

Fitting a transformation: Feature-based alignment April 30 th, Yong Jae Lee UC Davis

Digital Image Processing (CS/ECE 545) Lecture 5: Edge Detection (Part 2) & Corner Detection

EEM 463 Introduction to Image Processing. Week 3: Intensity Transformations

Broad field that includes low-level operations as well as complex high-level algorithms

Filtering in frequency domain

Babu Madhav Institute of Information Technology Years Integrated M.Sc.(IT)(Semester - 7)

Transcription:

Image gradients and edges April th, 28 Yong Jae Lee UC Davis PS due this Friday Announcements Questions? 2 Last time Image formation Linear filters and convolution useful for Image smoothing, removing noise Box filter Gaussian filter Impact of scale / width of smoothing filter Separable filters more efficient Median filter: a non-linear filter, edge-preserving 3

Filter f = /9 x [ ] Review f*g=? original image g filtered 4 Review Filter f = /9 x [ ] T f*g=? original image g filtered 5 Review How do you sharpen an image? 6 2

Practice with linear filters 2 - Original Sharpening filter: accentuates differences with local average 7 Slide credit: David Lowe Filtering examples: sharpening 8 Sharpening revisited What does blurring take away? = original Let s add it back: smoothed (5x5) detail + α = Slide credit: Svetlana Lazebnik original detail sharpened9 3

Unsharp mask filter f ( f f g) ( ) f f g f (( ) e g) image blurred image unit impulse (identity) unit impulse Slide credit: Svetlana Lazebnik Gaussian Laplacian of Gaussian Median filter f: Review Is f(a+b) = f(a)+f(b)? Example: a = [ 2 3 4 5] b = [55 2 3 4 5] Is f linear? Slide credit: Devi Parikh Recall: Image filtering Compute a function of the local neighborhood at each pixel in the image Function specified by a filter or mask saying how to combine values from neighbors Uses of filtering: Enhance an image (denoise, resize, increase contrast, etc) Extract information (texture, edges, interest points, etc) Detect patterns (template matching), Adapted from Derek Hoiem 2 4

Recall: Image filtering Compute a function of the local neighborhood at each pixel in the image Function specified by a filter or mask saying how to combine values from neighbors Uses of filtering: Enhance an image (denoise, resize, increase contrast, etc) Extract information (texture, edges, interest points, etc) Detect patterns (template matching), Adapted from Derek Hoiem 3 Edge detection Goal: map image from 2d array of pixels to a set of curves or line segments or contours. Why? Figure from J. Shotton et al., PAMI 27 Main idea: look for strong gradients, post-process 4 What causes an edge? Reflectance change: appearance information, texture Depth discontinuity: object boundary Cast shadows Change in surface orientation: shape 5 5

Edges/gradients and invariance 6 Derivatives and edges An edge is a place of rapid change in the image intensity function. image intensity function (along horizontal scanline) first derivative Slide credit: Svetlana Lazebnik edges correspond to extrema of derivative 7 Derivatives with convolution For 2D function, f(x,y), the partial derivative is: f ( x, y) f ( x, y) f ( x, y) lim x For discrete data, we can approximate using finite differences: f ( x, y) f ( x, y) f ( x, y) x To implement above as convolution, what would be the associated filter? 8 6

Partial derivatives of an image f ( x, y) x f ( x, y) y - Which shows changes with respect to x? (showing filters for correlation) -? or - 9 Assorted finite difference filters >> My = fspecial( sobel ); >> outim = imfilter(double(im), My); >> imagesc(outim); >> colormap gray; 2 Image gradient The gradient of an image: The gradient points in the direction of most rapid change in intensity The gradient direction (orientation of edge normal) is given by: The edge strength is given by the gradient magnitude Slide credit: Steve Seitz 2 7

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? Slide credit: Steve Seitz 22 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? 23 Source: D. Forsyth Solution: smooth first Where is the edge? Look for peaks in 24 8

Derivative theorem of convolution Differentiation property of convolution. 25 Slide credit: Steve Seitz Derivative of Gaussian filters ( I g) h I ( g h).3.33.29.33.3.33.596.983.596.33.29.983.62.983.29.33.596.983.596.33.3.33.29.33.3 26 Derivative of Gaussian filters x-direction y-direction 27 Slide credit: Svetlana Lazebnik 9

Laplacian of Gaussian Consider Laplacian of Gaussian operator Where is the edge? Slide credit: Steve Seitz Zero-crossings of bottom graph 28 2D edge detection filters Laplacian of Gaussian Gaussian derivative of Gaussian is the Laplacian operator: 29 Slide credit: Steve Seitz Smoothing with a Gaussian Recall: parameter σ is the scale / width / spread of the Gaussian kernel, and controls the amount of smoothing. 3

Effect of σ on derivatives σ = pixel σ = 3 pixels The apparent structures differ depending on Gaussian s scale parameter. Larger values: larger scale edges detected Smaller values: finer features detected 3 So, what scale to choose? It depends what we re looking for. 32 Mask properties Smoothing Values positive Sum to constant regions same as input Amount of smoothing proportional to mask size Remove high-frequency components; low-pass filter Derivatives signs used to get high response in regions of high contrast Sum to no response in constant regions High absolute value at points of high contrast 33

Seam carving: main idea [Shai & Avidan, SIGGRAPH 27] 34 Seam carving: main idea Content-aware resizing Traditional resizing [Shai & Avidan, SIGGRAPH 27] 35 Seam carving: main idea video 36 2

Seam carving: main idea Content-aware resizing Intuition: Preserve the most interesting content Prefer to remove pixels with low gradient energy To reduce or increase size in one dimension, remove irregularly shaped seams Optimal solution via dynamic programming. 37 Seam carving: main idea Energy( f ) Want to remove seams where they won t be very noticeable: Measure energy as gradient magnitude Choose seam based on minimum total energy path across image, subject to 8-connectedness. 38 Seam carving: algorithm s s 2 s 3 s 4 s 5 Let a vertical seam s consist of h positions that form an 8-connected path. h Let the cost of a seam be: Cost(s) Energy( f ( s i )) i Optimal seam minimizes this cost: s* min Cost( s) s Compute it efficiently with dynamic programming. Energy( f ) 39 3

How to identify the minimum cost seam? How many possible seams are there? height h, width w First, consider a greedy approach: 2 5 3 8 9 2 6 Energy matrix (gradient magnitude) Slide credit: Adapted from Kristen Grauman 4 Seam carving: algorithm Compute the cumulative minimum energy for all possible connected seams at each entry (i,j): M( i, j) Energy( i, j) min M( i, j ), M( i, j), M( i, j ) row i- row i j- j j+ j Energy matrix (gradient magnitude) M matrix: cumulative min energy (for vertical seams) Then, min value in last row of M indicates end of the minimal connected vertical seam. Backtrack up from there, selecting min of 3 above in M. 4 Example M( i, j) Energy( i, j) min M( i, j ), M( i, j), M( i, j ) 2 5 3 8 2 9 6 3 8 3 8 5 9 4 Energy matrix (gradient magnitude) M matrix (for vertical seams) 42 4

Example M( i, j) Energy( i, j) min M( i, j ), M( i, j), M( i, j ) 2 5 3 8 2 9 6 3 8 3 8 5 9 4 Energy matrix (gradient magnitude) M matrix (for vertical seams) 43 Real image example Original Image Energy Map Blue = low energy Red = high energy 44 Real image example 45 5

Other notes on seam carving Analogous procedure for horizontal seams Can also insert seams to increase size of image in either dimension Duplicate optimal seam, averaged with neighbors Other energy functions may be plugged in E.g., color-based, interactive, Can use combination of vertical and horizontal seams 46 Example seam carving results 47 48 6

49 Conventional resize Original image Seam carving result 5 Conventional resize Original image Seam carving result 5 7

Conventional resize (399 by 599) Original image (599 by 799) Seam carving (399 by 599) 52 Removal of a marked object 53 Removal of a marked object 54 8

Removal of a marked object 55 Failure cases with seam carving 56 Failure cases with seam carving 57 9

Questions? See you Thursday! 58 2