Course details

Computational Geometry

VGE Acad. year 2011/2012 Summer semester 5 credits

Current academic year

Linear algebra, geometric algebra, affine an projective geometry, principle of duality, homogeneous and parallel coordinates, point in polygon testing, convex hull, intersection problems, range searching, space partitioning methods, 2D/3D triangulation, Delaunay triangulation, proximity problem, Voronoi diagrams, tetrahedral meshing, surface reconstruction, point clouds, volumetric data, mesh smoothing and simplification, linear programming.

Guarantor

Language of instruction

Czech, English

Completion

Examination

Time span

  • 26 hrs lectures
  • 26 hrs projects

Department

Subject specific learning outcomes and competences

  • Student will get acquaint with the typical problems of computational geometry.
  • Student will understand the existing solutions and their applications in computer graphics and machine vision.
  • Student will get deeper knowledge of mathematics.
  • Student will learn the principles of geometric algebra including its application in graphics and vision related tasks.
  • Student will practice programming, problem solving and defence of a small project.

  • Student will learn terminology in English language.
  • Student will learn to work in a team and present/defend results of their work.
  • Student will also improve his programming skills and his knowledge of development tools.

Learning objectives

To get acquainted with the typical problems of computational geometry and existing solutions. To get deeper knowledge of mathematics in relation to computer graphics and to understand the foundations of geometric algebra. To learn how to apply basic algorithms and methods in this field to problems in computer graphics and machine vision. To practice presentation and defense of results of a small project.

Prerequisite knowledge and skills

  • Basic knowledge of linear algebra and geometry.
  • Good knowledge of computer graphics principles.
  • Good knowledge of basic abstract data types and fundamental algorithms.
  • Good knowledge of the C++ language and object oriented programming.

Study literature

  • Csaba D. Toth, Joseph O'Rourke, Jacob E. Goodman: Handbook of Discrete and Computational Geometry, 3rd Edition, 2017.
  • Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars: Computational Geometry: Algorithms and Applications, 3rd. ed., Springer-Verlag, 2008.
  • Leo Dorst, Daniel Fontijne, Stephen Mann: Geometric Algebra for Computer Science: An Object-Oriented Approach to Geometry, rev. ed., Morgan Kaufmann, 2007.

Fundamental literature

  • Leo Dorst, Daniel Fontijne, Stephen Mann: Geometric Algebra for Computer Science: An Object-Oriented Approach to Geometry, rev. ed., Morgan Kaufmann, 2007.
  • Mark de Berg, Otfried Cheong, Marc van Kreveld, Mark Overmars: Computational Geometry: Algorithms and Applications, 3rd. ed., Springer-Verlag, 2008.

Syllabus of lectures

  1. Introduction to computational geometry: typical problems, algorithm complexity and robustness, numerical precision and stability.
  2. Overview of linear algebra and geometry, coordinate systems, homogeneous coordinates, affine and projective geometry.
  3. Principle of duality and its applications.
  4. Basics and applications of geometric algebra.
  5. Geometric algebra and conformal geometry. Geometric transformations of basic elements in E2 and E3 using geometric algebra.
  6. Practical applications of geometric algebra and conformal geometry in computer graphics.
  7. Point in polygon testing, polygon triangulation, convex hull in 2D/3D and practical applications.
  8. Intersection problems (fast ray-triangle intersection, etc.).
  9. Range searching and space partitioning methods: range tree; quad tree, k-d tree, BSP tree.
  10. Proximity problem: closest pair; nearest neighbour; Voronoi diagrams.
  11. Triangulation in 2D/3D, Delaunay triangulation, tetrahedral meshing.
  12. Surface reconstruction from point clouds and volumetric data. Surface simplification, mesh smoothing and re-meshing.
  13. More computational geometry problems and modern trends. Linear programming: basic notion and applications; half-plane intersection.

Progress assessment

Study evaluation is based on marks obtained for specified items. Minimimum number of marks to pass is 50.

Controlled instruction

The evaluation includes mid-term test, individual project, and the final exam.

Back to top