Thesis Details

Skriptovací jazyk pro zpracování obrazu

Bachelor's Thesis Student: Crlík Radek Academic Year: 2014/2015 Supervisor: Zemčík Pavel, prof. Dr. Ing.
English title
Script Language for Image Processing
Language
Czech
Abstract

This bachelor thesis deals with capabilities of scripting languages and their types.Specifically with design of one such language suitable for image processing. The goal was tocreate a language small enough, but easy to use. One of the requirement was to utilizeOpenCV library, for which the resulting code would be as short as possible. First part dealswith descriptions of scripting languages, their main philosophy and options of languageprocessing by the computer. Second part contains description of the designed language. Lastpart documents achieved goals and possible ways how to extend the language even further.

Keywords

Script, syntax, lexical analysis, syntax analysis, analysis, compilation, compiler, interpreter,Lua, image processing

Department
Degree Programme
Information Technology
Files
Status
defended, grade D
Date
16 June 2015
Reviewer
Committee
Meduna Alexander, prof. RNDr., CSc. (DIFS FIT BUT), předseda
Beran Vítězslav, doc. Ing., Ph.D. (DCGM FIT BUT), člen
Drábek Vladimír, doc. Ing., CSc. (DCSY FIT BUT), člen
Křena Bohuslav, Ing., Ph.D. (DITS FIT BUT), člen
Očenášek Pavel, Mgr. Ing., Ph.D. (DIFS FIT BUT), člen
Citation
CRLÍK, Radek. Skriptovací jazyk pro zpracování obrazu. Brno, 2015. Bachelor's Thesis. Brno University of Technology, Faculty of Information Technology. 2015-06-16. Supervised by Zemčík Pavel. Available from: https://www.fit.vut.cz/study/thesis/12583/
BibTeX
@bachelorsthesis{FITBT12583,
    author = "Radek Crl\'{i}k",
    type = "Bachelor's thesis",
    title = "Skriptovac\'{i} jazyk pro zpracov\'{a}n\'{i} obrazu",
    school = "Brno University of Technology, Faculty of Information Technology",
    year = 2015,
    location = "Brno, CZ",
    language = "czech",
    url = "https://www.fit.vut.cz/study/thesis/12583/"
}
Back to top