Directionality Analysis

From ISLAB/CAISR
Revision as of 13:44, 25 November 2016 by Feralo (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Lane picture.png
Directionality Analysis
Contact: Fernando Alonso-Fernandez


Welcome to this lecture on Directionality Analysis

(page created in November 2015, last modification November 2016)


This lecture is divided into two parts:

  • Part 1 dedicated to the extraction of edges, corners, lines and circles from images
  • Part 2 dedicated to the detection of symmetric patterns via the Generalized Structure Tensor


Part 1: Edges, corners, lines, circles

Direction.png


In part 1, we will describe the most used algorithms for edges, corners, lines and circles extraction from images.


The extraction of edges is the first step of many Computer Vision algorithms. They have also an important semantic meaning for the human visual system, since humans are able to recognize objects and interpret scenes using a small amount of edges or corners. Other segments such as lines or circles are defined thanks to the presence of edges, and further analysis based on these geometrical shapes allows a more complex interpretation of objects or scenes.


Vision-reasoning-levels.JPG


Teaching Material

Get slides from Google docs (ppt) here

Edges corners lines circles.png


References and sources

R. Szeliski, “Computer Vision: Algorithms and Applications”, Springer 2010
Simon J.D. Prince, “Computer Vision: Models, Learning, and Inference”, Cambridge University Press, 2012
R. Klette, “Concise Computer Vision”, Springer, 2014


Part 2: Structure tensor

Spirals.jpg


Part 2 is dedicated to the detection of symmetric patterns. The usefulness of this procedure stems from the fact that these patterns appear in many real-world scenarios. Their detection is done using the Generalized Structure Tensor, a mathematical tool that allows simple and direct detection in Cartesian coordinates using a single complex filter built from derivatives of Gaussians.


St-crash.jpg
St-fpdeltas.jpg
St-fpminutiae.jpg
St-robot.jpg


Teaching Material

Get slides from Google docs (ppt) here

Structure tensor.png


References and sources

“Hard” references (with full mathematical description):

J. Bigun, Vision with Direction, Springer, 2006
  • Chapters 10, 11
J. Bigun, T. Bigun, K.Nilsson, Recognition by Symmetry Derivatives and the Generalized Structure Tensor, IEEE Trans on Pattern Analysis and Machine Intelligence, vol. 26, n. 12, December 2004

A more “soft” source with a light, introductory description is:

D. Teferi, Recognition and Evaluation by Video Synthesis Methods and Symmetry Features, PhD Thesis, Chalmers University of Technology, 2009
  • Sections 2.4, 5.2)
  • Get it here