Thesis Details

Zobrazování scény s velkým počtem chodců v reálném čase

Master's Thesis Student: Pfudl Václav Academic Year: 2014/2015 Supervisor: Herout Adam, prof. Ing., Ph.D.
English title
Real-Time Rendering of a Scene With Many Pedestrians
Language
Czech
Abstract

The aim of this thesis was to implement a software that would be able to render, simulate and record a scene with walking pedestrians in real-time, with emphasis on rendering level of realism.

The output of the application could serve as an input test data for people counting systems or similar systems for video recognition.

The problem was divided into three major subproblems: character animation, artificial intelligence for character movement and advanced rendering techniques.

The character animation problem is solved by the skeletal animation of the model. To achieve the characters moving in a scene autonomously path finding(A* algorithm) and group behaviors(steering behaviors) were implemented. Realism in a scene is added by implemented methods such as normal-mapping, variance shadow-mapping, deffered rendering, skydome, lens flare effect and screen space ambient occlusion. Optimaliaztion of the rendering was implemented using octree data structure for space partitioning. Rendering stage of a scene can be easily parametrized through implemented GUI. Implemented application provides the user with easy way of setting a scene with walking pedestrians, setting its visualization and to record the result.

Keywords

skeletal animation, artificial intelligence, path finding, steering behaviors, real-time rendering, fast approximate anti-aliasing, lens-flare, variance shadow mapping, space partitioning, screen space ambient occlusion, gui

Department
Degree Programme
Information Technology, Field of Study Computer Graphics and Multimedia
Files
Status
defended, grade C
Date
24 June 2015
Reviewer
Committee
Smrž Pavel, doc. RNDr., Ph.D. (DCGM FIT BUT), předseda
Janoušek Vladimír, doc. Ing., Ph.D. (DITS FIT BUT), člen
Szőke Igor, Ing., Ph.D. (DCGM FIT BUT), člen
Španěl Michal, Ing., Ph.D. (DCGM FIT BUT), člen
Vašíček Zdeněk, doc. Ing., Ph.D. (DCSY FIT BUT), člen
Vranić Valentino, doc. Ing., Ph.D. (FIIT STU), člen
Citation
PFUDL, Václav. Zobrazování scény s velkým počtem chodců v reálném čase. Brno, 2015. Master's Thesis. Brno University of Technology, Faculty of Information Technology. 2015-06-24. Supervised by Herout Adam. Available from: https://www.fit.vut.cz/study/thesis/13063/
BibTeX
@mastersthesis{FITMT13063,
    author = "V\'{a}clav Pfudl",
    type = "Master's thesis",
    title = "Zobrazov\'{a}n\'{i} sc\'{e}ny s velk\'{y}m po\v{c}tem chodc\r{u} v re\'{a}ln\'{e}m \v{c}ase",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2015,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/13063/"
}
Back to top