Course detail
Data Visualisation
FSI-SVD-AAcad. year: 2022/2023
The data that we encounter in practice can be given in different representations, for example, as 3D coordinates, by a function, or by two-dimensional slices. Data visualization is a subject designed to study algorithms and principles of displaying various kinds of these spatial data.
In the first part, students will get acquainted with approximation and interpolation representations of data using mathematical functions. The second and third parts are devoted to imaging algorithms for solid modeling and solid representation of solids. The last part deals with projection, light adjustment, visibility, shadows, texture and the following global imaging methods (e.g. ray tracing) and volumetric rendering.
For algorithms and programming, the Python language or the Matlab environment will be used.
Language of instruction
Number of ECTS credits
Mode of study
Guarantor
Department
Learning outcomes of the course unit
The student will have an overview of various types of 3D data and the possibilities of their representation.
The student will be able to visualize different types of 3D data.
The student will also get acquainted with setting parameters for visualizations such as light, visibility, shadows or texture mapping.
Prerequisites
Students are expected to be familiar with basic programming techniques (Python and Matlab) and with basic 2D and 3D graphic algorithms (colour systems, projection, curves and surfaces construction)
Co-requisites
Planned learning activities and teaching methods
Assesment methods and criteria linked to learning outcomes
Credit is awarded on the basis of the processing and presentation of a semester project.
Course curriculum
Work placements
Aims
Students may encounter different kinds of data in their future careers and the need to visualize it correctly. The course covers most of the possible imaging methods applicable to various types of input data. Graduates of this course will have a comprehensive overview and will also get acquainted with the algorithms of selected solutions.
Specification of controlled education, way of implementation and compensation for absences
Missing lessons can be replaced by processing the topic as a homework.
Recommended optional programme components
Prerequisites and corequisites
Basic literature
Martišek, K.: Adaptive filters for 2-D and 3-D Digital Images Processing, FME BUT Brno, 2012
Wilke, C.O: Fundamentals of Data Visualization, O’Reilly Media, 2019
Recommended reading
Classification of course in study plans
- Programme N-MAI-A Master's 2 year of study, summer semester, compulsory
Type of course unit
Lecture
Teacher / Lecturer
Syllabus
The lectures are divided into four thematic blocks related to data visualization.
1. Curves and surfaces in 2D, 3D (B-spline, NURBS, implicit surfaces, subdivision surface)
2. Solid modelling (triangular and boundary representation)
3. Volume representation of solids (voxel, digital topology, isosurface)
4. Data rendering
- basic features of projection, light, visibility, shadows, textures
- global imaging methods - ray tracing
- volumetric rendering
Computer-assisted exercise
Teacher / Lecturer
Syllabus
The exercises follow the lectures and serve to understand algorithms suitable for various kinds of spatial data representation. Furthermore, selected algorithms are implemented in Python or in the Matlab environment. Each area is devoted to 2-3 weeks of teaching.
1. Curves and areas in 2D, 3D
- Bézier curves and surfaces (algorithm de Casteljau), B-spline, NURBS (algorithm de Boor)
- functions given implicitly and their visualization
- subdivision surfaces
2. Solid modelling (triangular and boundary representation)
3. Solid representation of solids
4. Displaying spatial data
- basic features of projection, light, visibility, shadows, textures
- global imaging methods - ray tracing
- visualization of volume data - volumetric rendering (folding images into the resulting 3D model)
Preparation and consultation of semester work
Participation in the exercises is mandatory.