National Repository of Grey Literature 10 records found  Search took 0.01 seconds. 
Evaluation of Methods of Stereo Image Processing
Juráček, Ivo ; Španěl, Michal (referee) ; Zemčík, Pavel (advisor)
This thesis addresses the correlation between two pictures and its application to a real example using a camera which is a part of a stereo camera. It suggests how to use correlation to find specific patterns in pictures whereas it is possible to calculate the movement between two scaled pictures which is done by resampling. The accuracy of correlation is then shown when pictures are compensated using affine transformation in order to verify the accuracy of correlation. To further increase the correlation accuracy, it is possible to use a corner detector, it finds main points in a shot and then it searches for a match in another shot using correlation. Final results using this method are also mentioned in this thesis.
Harris corner detector
Květný, Michal ; Martišek, Dalibor (referee) ; Procházková, Jana (advisor)
This bachelor’s thesis deals with application of Harris corner detector for finding corner points in images and models. This thesis also contains an implementation of the algorithms in Python programming language. Programs are tested on real images captured by camera and models created by 3D scanning.
Panoramic Photo Creation
Cacek, Pavel ; Čadík, Martin (referee) ; Behúň, Kamil (advisor)
This thesis deals with issues automatic composing panoramic photos from individual photos. Gradually examines the various steps of algorithms and methods used in them, which are used in creating panoramas. It also focuses on the design of the own system based on methods discussed to construct panoramas. This system is implemented using OpenCV library and it is created also a graphical interface using a Qt library. Finally, are in this thesis evaluated outcomes of this designed and implemented system on available datasets.
Image Descriptors and their Usage for Object Detection
Bature, Jonathan ; Druckmüllerová, Hana (referee) ; Procházková, Jana (advisor)
Detekce obličeje v obrazech je široce prozkoumaným tématem v počítačovém vidění. Algoritmus která umožnila rozpoznání obličeje a stanovila nové standardy v této oblasti byla Viola-Jones algoritmus. Tato práce popisuje a vysvětluje vlastní implementaci obličeje detektor založený na algoritmu Viola Jones pomocí Matlab CascadeObjectDetector. Tato diplomová práce přispívá ke zkoumání technik, jako je hlavní součást analýza (PCA) pro rozměrovou redukci deskriptorů pro stanovení detekce objektu systém, který dosahuje nejlepšího kompromisu mezi výkonem a rychlostí. V našem přístupu, detekce obličeje se provádí analýzou hlavních součástí (PCA). Obraz obličeje je promítnutý do prostoru obličeje, který kóduje nejlepší variace známých obrazů obličeje. The prostor obličeje je definován vlastní tváří. Vlastní tvář je sada obličejových vlastních vektorů které nemusí odpovídat běžným rysům obličeje, jako jsou oči, nos a rty. Systém funguje tak, že promítá předem extrahované obličejové obrazy do řady obličejových prostorů které představují velké odchylky mezi známými obrazy obličeje. Obličeje jsou klasifikovány jako známé nebo neznámé tváře po porovnání s existujícím obrázkem tváře v databázi.
Shot Boundary Detection
Klicnar, Lukáš ; Herout, Adam (referee) ; Beran, Vítězslav (advisor)
Shot boundary detection is a process of automatically finding the boundaries between shots in a video. This work primarily deals with detection of hard-cuts, but gradual transitions are also considered. At first, fundamental terms of this field are explained, commonly used methods are shortly described. The main part of this work is design and implementation of system for shot boundary detection based on combination of two methods. The first one is comparison of color histograms for adjacent frames. Second approach is based on visual feature tracking. The analysis of behavior of those features is done by estimating their first derivatives. Proposed system was tested on small, manually annotated set of test data, which showed that both features are suitable for this task. Detector proved its ability to find hard-cuts with good precision. It was also able to detect some gradual transitions.
Image Descriptors and their Usage for Object Detection
Bature, Jonathan ; Druckmüllerová, Hana (referee) ; Procházková, Jana (advisor)
Detekce obličeje v obrazech je široce prozkoumaným tématem v počítačovém vidění. Algoritmus která umožnila rozpoznání obličeje a stanovila nové standardy v této oblasti byla Viola-Jones algoritmus. Tato práce popisuje a vysvětluje vlastní implementaci obličeje detektor založený na algoritmu Viola Jones pomocí Matlab CascadeObjectDetector. Tato diplomová práce přispívá ke zkoumání technik, jako je hlavní součást analýza (PCA) pro rozměrovou redukci deskriptorů pro stanovení detekce objektu systém, který dosahuje nejlepšího kompromisu mezi výkonem a rychlostí. V našem přístupu, detekce obličeje se provádí analýzou hlavních součástí (PCA). Obraz obličeje je promítnutý do prostoru obličeje, který kóduje nejlepší variace známých obrazů obličeje. The prostor obličeje je definován vlastní tváří. Vlastní tvář je sada obličejových vlastních vektorů které nemusí odpovídat běžným rysům obličeje, jako jsou oči, nos a rty. Systém funguje tak, že promítá předem extrahované obličejové obrazy do řady obličejových prostorů které představují velké odchylky mezi známými obrazy obličeje. Obličeje jsou klasifikovány jako známé nebo neznámé tváře po porovnání s existujícím obrázkem tváře v databázi.
Harris corner detector
Květný, Michal ; Martišek, Dalibor (referee) ; Procházková, Jana (advisor)
This bachelor’s thesis deals with application of Harris corner detector for finding corner points in images and models. This thesis also contains an implementation of the algorithms in Python programming language. Programs are tested on real images captured by camera and models created by 3D scanning.
Evaluation of Methods of Stereo Image Processing
Juráček, Ivo ; Španěl, Michal (referee) ; Zemčík, Pavel (advisor)
This thesis addresses the correlation between two pictures and its application to a real example using a camera which is a part of a stereo camera. It suggests how to use correlation to find specific patterns in pictures whereas it is possible to calculate the movement between two scaled pictures which is done by resampling. The accuracy of correlation is then shown when pictures are compensated using affine transformation in order to verify the accuracy of correlation. To further increase the correlation accuracy, it is possible to use a corner detector, it finds main points in a shot and then it searches for a match in another shot using correlation. Final results using this method are also mentioned in this thesis.
Shot Boundary Detection
Klicnar, Lukáš ; Herout, Adam (referee) ; Beran, Vítězslav (advisor)
Shot boundary detection is a process of automatically finding the boundaries between shots in a video. This work primarily deals with detection of hard-cuts, but gradual transitions are also considered. At first, fundamental terms of this field are explained, commonly used methods are shortly described. The main part of this work is design and implementation of system for shot boundary detection based on combination of two methods. The first one is comparison of color histograms for adjacent frames. Second approach is based on visual feature tracking. The analysis of behavior of those features is done by estimating their first derivatives. Proposed system was tested on small, manually annotated set of test data, which showed that both features are suitable for this task. Detector proved its ability to find hard-cuts with good precision. It was also able to detect some gradual transitions.
Panoramic Photo Creation
Cacek, Pavel ; Čadík, Martin (referee) ; Behúň, Kamil (advisor)
This thesis deals with issues automatic composing panoramic photos from individual photos. Gradually examines the various steps of algorithms and methods used in them, which are used in creating panoramas. It also focuses on the design of the own system based on methods discussed to construct panoramas. This system is implemented using OpenCV library and it is created also a graphical interface using a Qt library. Finally, are in this thesis evaluated outcomes of this designed and implemented system on available datasets.

Interested in being notified about new results for this query?
Subscribe to the RSS feed.