October 8, 2013Computer Vision Lecture 11: The Hough Transform 1 Fitting Curve Models to Edges Most contours can be well described by combining several.

Slides:



Advertisements
Similar presentations
Hough Transforms CSE 6367 – Computer Vision Vassilis Athitsos University of Texas at Arlington.
Advertisements

電腦視覺 Computer and Robot Vision I
November 12, 2013Computer Vision Lecture 12: Texture 1Signature Another popular method of representing shape is called the signature. In order to compute.
Review for Test 3.
October 2, 2014Computer Vision Lecture 8: Edge Detection I 1 Edge Detection.
Image Segmentation Image segmentation (segmentace obrazu) –division or separation of the image into segments (connected regions) of similar properties.
Computer Vision Lecture 16: Region Representation
Segmentation (2): edge detection
1Ellen L. Walker Edges Humans easily understand “line drawings” as pictures.
November 4, 2014Computer Vision Lecture 15: Shape Representation II 1Signature Another popular method of representing shape is called the signature. In.
Hough Transform Jeremy Wyatt. The story so far We know how to find edges by convolving with the derivative of a Gaussian filter in two directions We then.
FUNCTIONS AND MODELS Chapter 1. Preparation for calculus :  The basic ideas concerning functions  Their graphs  Ways of transforming and combining.
Lecture 5 Hough transform and RANSAC
Fitting lines. Fitting Choose a parametric object/some objects to represent a set of tokens Most interesting case is when criterion is not local –can’t.
CS 376b Introduction to Computer Vision 04 / 11 / 2008 Instructor: Michael Eckmann.
Object Recognition A wise robot sees as much as he ought, not as much as he can Search for objects that are important lamps outlets wall corners doors.
Vectors Sections 6.6.
Fitting a Model to Data Reading: 15.1,
CS 376b Introduction to Computer Vision 04 / 14 / 2008 Instructor: Michael Eckmann.
Robust estimation Problem: we want to determine the displacement (u,v) between pairs of images. We are given 100 points with a correlation score computed.
Hough Transform (Section 10.2) CS474/67. Edge Linking and Boundary Detection Edge detection does not yield connected boundaries. Edge linking and boundary.
כמה מהתעשייה? מבנה הקורס השתנה Computer vision.
Computer Vision Spring ,-685 Instructor: S. Narasimhan Wean Hall 5409 T-R 10:30am – 11:50am.
1 Preliminaries Precalculus Review I Precalculus Review II
Hough Transform on the GPU Presented by Javier Garcia November 29, 2010.
Slide 1-1 Copyright © 2006 Pearson Education, Inc. Publishing as Pearson Addison-Wesley.
October 14, 2014Computer Vision Lecture 11: Image Segmentation I 1Contours How should we represent contours? A good contour representation should meet.
1. Copyright © 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley Graphing Linear Equations and Inequalities CHAPTER 4.1The Rectangular.
Edge Linking & Boundary Detection
Segmentation Course web page: vision.cis.udel.edu/~cv May 7, 2003  Lecture 31.
HOUGH TRANSFORM Presentation by Sumit Tandon
HOUGH TRANSFORM & Line Fitting Introduction  HT performed after Edge Detection  It is a technique to isolate the curves of a given shape / shapes.
September 23, 2014Computer Vision Lecture 5: Binary Image Processing 1 Binary Images Binary images are grayscale images with only two possible levels of.
Generalized Hough Transform
Lecture 08 Detecting Shape Using Hough Transform Lecture 08 Detecting Shape Using Hough Transform Mata kuliah: T Computer Vision Tahun: 2010.
CS654: Digital Image Analysis Lecture 25: Hough Transform Slide credits: Guillermo Sapiro, Mubarak Shah, Derek Hoiem.
October 7, 2014Computer Vision Lecture 9: Edge Detection II 1 Laplacian Filters Idea: Smooth the image, Smooth the image, compute the second derivative.
Edge Detection and Geometric Primitive Extraction Jinxiang Chai.
Course 8 Contours. Def: edge list ---- ordered set of edge point or fragments. Def: contour ---- an edge list or expression that is used to represent.
Hough Transform Procedure to find a shape in an image Shape can be described in parametric form Shapes in image correspond to a family of parametric solutions.
October 16, 2014Computer Vision Lecture 12: Image Segmentation II 1 Hough Transform The Hough transform is a very general technique for feature detection.
Lecture 10: Lines from Edges, Interest Points, Binary Operations CAP 5415: Computer Vision Fall 2006.
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],
Week 4 Functions and Graphs. Objectives At the end of this session, you will be able to: Define and compute slope of a line. Write the point-slope equation.
Image Segmentation Image segmentation (segmentace obrazu)
Digital Image Processing Lecture 17: Segmentation: Canny Edge Detector & Hough Transform Prof. Charlene Tsai.
Machine Vision Edge Detection Techniques ENT 273 Lecture 6 Hema C.R.
Digital Image Processing CSC331
September 26, 2013Computer Vision Lecture 8: Edge Detection II 1Gradient In the one-dimensional case, a step edge corresponds to a local peak in the first.
Detecting Image Features: Corner. Corners Given an image, denote the image gradient. C is symmetric with two positive eigenvalues. The eigenvalues give.
Chapter 2 Functions and Linear Equations. Functions vs. Relations A "relation" is just a relationship between sets of information. A “function” is a well-behaved.
Computer Graphics CC416 Lecture 04: Bresenham Line Algorithm & Mid-point circle algorithm Dr. Manal Helal – Fall 2014.
Hough Transform CS 691 E Spring Outline Hough transform Homography Reading: FP Chapter 15.1 (text) Some slides from Lazebnik.
Object Recognition. Segmentation –Roughly speaking, segmentation is to partition the images into meaningful parts that are relatively homogenous in certain.
: Chapter 13: Finding Basic Shapes 1 Montri Karnjanadecha ac.th/~montri Image Processing.
1 Hough Transform. 2 A Technique to Isolate Features of a Particular Shape within an Image The classical Hough transform is most commonly used for the.
Computer Graphics Lecture 07 Ellipse and Other Curves Taqdees A. Siddiqi
April 21, 2016Introduction to Artificial Intelligence Lecture 22: Computer Vision II 1 Canny Edge Detector The Canny edge detector is a good approximation.
October 3, 2013Computer Vision Lecture 10: Contour Fitting 1 Edge Relaxation Typically, this technique works on crack edges: pixelpixelpixel pixelpixelpixelebg.
Fitting: Voting and the Hough Transform
Detection of discontinuity using
Mean Shift Segmentation
Fourier Transform: Real-World Images
Fitting Curve Models to Edges
Image Processing, Leture #12
Computer Vision Lecture 9: Edge Detection II
Hough Transform COMP 4900C Winter 2008.
CONTOURING By Ashish V. Deshpande Electrical Engineering Department
Finding Basic Shapes Hough Transforms
Introduction to Artificial Intelligence Lecture 22: Computer Vision II
Presentation transcript:

October 8, 2013Computer Vision Lecture 11: The Hough Transform 1 Fitting Curve Models to Edges Most contours can be well described by combining several “round” elements (e.g., circular arcs) and “straight” elements (straight lines). First we will study a method for fitting connected straight lines to edge data. First we will study a method for fitting connected straight lines to edge data. Then we will discuss how to fit a circular arc to a given set of points. Then we will discuss how to fit a circular arc to a given set of points. Later we will apply a very general and sophisticated method (the Hough transform) for fitting straight lines to edge points. Later we will apply a very general and sophisticated method (the Hough transform) for fitting straight lines to edge points.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 2 Fitting Curve Models to Edges Assume that you found edge data that seem to belong to one contour. The shape of these data is somewhat non-linear, but you would like to use multiple connected straight lines (polylines) to describe the contour. Then you can use the technique of polyline splitting. If you have an open contour, start with a straight line connecting the two (estimated) end points. If you have a closed contour, start with an appropriate polygon (a rectangle usually works well).

October 8, 2013Computer Vision Lecture 11: The Hough Transform 3 Fitting Polylines to Edges Let us look at an example for an open contour: First, use a single straight line to connect the end points. Then find the edge point with the greatest distance from this straight line.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 4 Fitting Polylines to Edges Let us look at an example for an open contour: Then split the straight line in two straight lines that meet at this point. Now repeat this process with each of the two new lines.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 5 Fitting Polylines to Edges Let us look at an example for an open contour: Recursively repeat this process until the maximum distance of any point to the polyline falls below a certain threshold. The result is the fitting polyline.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 6 Fitting Circular Arcs to Edges Now we will discuss how to fit a circular arc to a set of edge points. Consider three points p 1 = (x 1, y 1 ), p 2 = (x 2, y 2 ), and p 3 = (x 3, y 3 ), which are pairwise different and do not lie on the same straight line. Then we already know that there is exactly one circle that goes through all of these points. We will now describe how to find this circle, i.e., determine its center and radius.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 7 Fitting Circular Arcs to Edges The points (x, y) of a circle centered at (x 0, y 0 ) and with radius r are given by the following equation: (x – x 0 ) 2 + (y – y 0 ) 2 = r 2. To simplify the computation, we will use a coordinate system whose origin is in point p 1 = (x 1, y 1 ). In the new coordinate system we have: x’ = x – x 1 y’ = y – y 1 (x’ – x’ 0 ) 2 + (y’ – y’ 0 ) 2 = r 2.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 8 Fitting Circular Arcs to Edges Since the equation (x’ – x’ 0 ) 2 + (y’ – y’ 0 ) 2 = r 2 is true for all points (x’, y’) on the circle, it must also apply to p 1, p 2, and p 3. Substituting (x’, y’) with p 1, p 2, and p 3 gives us: x’ y’ r 2 = 0 x’ x’ 2 x’ 0 + x’ y’ 2 2 – 2y’ 2 y’ 0 + y’ r 2 = 0 x’ x’ 3 x’ 0 + x’ y’ 3 2 – 2y’ 3 y’ 0 + y’ r 2 = 0 Subtract the first equation from the other two: 2x’ 2 x’ 0 + 2y’ 2 y’ 0 = x’ y’ 2 2 2x’ 3 x’ 0 + 2y’ 3 y’ 0 = x’ y’ 3 2

October 8, 2013Computer Vision Lecture 11: The Hough Transform 9 Fitting Circular Arcs to Edges This gives us two linear equations with two unknown variables x’ 0 and y’ 0. From these we can easily determine the center (x’ 0, y’ 0 ) of the circle. The radius of the circle can then be determined by: r 2 = x’ y’ 0 2. We simply add (x 1, y 1 ) to (x’ 0, y’ 0 ) to get the center (x 0, y 0 ) of the circle in the original coordinate system. Then we have completely determined the circle going through points p 1, p 2, and p 3.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 10 Fitting Circular Arcs to Edges In practice we usually have more than three edge points through which we want to fit a circular arc. One possible way to do the fitting in such a case is to take the two end points of those edges as points p 1 and p 2. Then we successively take every other edge point as point p 2 and fit a circular arc to each generated set of points p 1, p 2, and p 3. In each case, we measure the deviation of the arc from all edge points. The arc with minimum deviation is chosen as the curve model for these edges.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 11 Hough Transform The Hough transform is a very general technique for feature detection. In the present context, we will use it for the detection of straight lines as contour descriptors in edge point arrays. We could use other variants of the Hough transform to detect circular and other shapes. We could even use it outside of computer vision, for example in data mining applications. So understanding the Hough transform may benefit you in many situations.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 12 Hough Transform The Hough transform is a voting mechanism. In general, each point in the input space votes for several combinations of parameters in the output space. Those combinations of parameters that receive the most votes are declared the winners. We will use the Hough transform to fit a straight line to edge position data. To keep the description simple and consistent, let us assume that the input image is continuous and described by an x-y coordinate system.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 13 Hough Transform A straight line can be described by the equation: y = mx + c The variables x and y are the parameters of our input space, and m and c are the parameters of the output space. For a given value (x, y) indicating the position of an edge in the input, we can determine the possible values of m and c by rewriting the above equation: c = -xm + y You see that this represents a straight line in m-c space, which is our output space.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 14 Hough Transform Example: Each of the three points A, B, and C on a straight line in input space are transformed into straight lines in output space. A B C A B C 0x y input space 0m c output space The parameters of their crossing point (which would be the winners) are the parameters of the straight line in input space. winner parameters

October 8, 2013Computer Vision Lecture 11: The Hough Transform 15 Hough Transform Hough Transform Algorithm: 1.Quantize input and output spaces appropriately. 2.Assume that each cell in the parameter (output) space is an accumulator (counter). Initialize all cells to zero. 3.For each point (x, y) in the image (input) space, increment by one each of the accumulators that satisfy the equation. 4.Maxima in the accumulator array correspond to the parameters of model instances.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 16 Hough Transform The Hough transform does not require preprocessing of edge information such as ordering, noise removal, or filling of gaps. It simply provides an estimate of how to best fit a straight line (or other curve model) to the available edge data. If there are multiple straight lines in the image, the Hough transform will result in multiple peaks. You can search for these peaks to find the parameters for all the corresponding straight lines.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 17 Improved Hough Transform Here is some practical advice for doing the Hough transform (e.g., for some future assignment). The m-c space described on the previous slides is simple but not very practical. It cannot represent vertical lines, and the closer the orientation of a line gets to being vertical, the greater is the change in m required to turn the line significantly. We are going to discuss an alternative output space that requires a bit more computation but avoids the problems of the m-c space.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 18 Improved Hough Transform As we said before, it is problematic to use m (slope) and c (intercept) as an output space. Instead, it is a good idea to use the orientation  and length d of the normal of a straight line to describe it. The normal n of a straight line l is perpendicular to l and connects l with the origin of the coordinate system. The range of  is from 0  to 360 , and the range of d is from 0 to the length of the image diagonal. Note that we can skip the  interval from 180  to 270 , because it would require a negative d. Let us assume that the image is 450×450 units large.

October 8, 2013Computer Vision Lecture 11: The Hough Transform 19 Improved Hough Transform The parameters  and d form the output space for our Hough transform. line to be described  d 0450 y input space x4500 representation of same line in output space 0000 360  636 output space  d 0

October 8, 2013Computer Vision Lecture 11: The Hough Transform 20 Improved Hough Transform For any edge point (x 0, y 0 ) indicated by our Sobel edge detector, we have to find all parameters  and d for those straight lines that pass through (x 0, y 0 ). We will then increase the counters in our output space located at every ( , d) by the edge strength, i.e., the magnitude provided by the Sobel detector. This way we will find out which parameters ( , d) are most likely to indicate the clearest lines in the image. But first of all, we have to discuss how to find all the parameters ( , d) for a given point (x 0, y 0 ).

October 8, 2013Computer Vision Lecture 11: The Hough Transform 21 Improved Hough Transform But how can we compute parameter d for each value of  ? Idea: Rotate (x 0, y 0 ) around origin by -  so that it lands on x-axis. Then the x-coordinate of the rotated point is the value of d. 1111 d1d1d1d1 2222 d2d2d2d2 (x 0, y 0 ) 3333 d3d3d3d y x4500 By varying  from 0 to 360 we can find all lines crossing (x 0, y 0 ):