National Repository of Grey Literature 160 records found  beginprevious151 - 160  jump to record: Search took 0.00 seconds. 
Face recognitions in images
Krhut, Miloš ; Přinosil, Jiří (referee) ; Říha, Kamil (advisor)
The master thesis deals with the topic of detecting faces in digital images. There are generally described and classified the most frequently used methods and discussed their advantages and disadvantages. More detailed is described skin color detection, eye and mouth detection and are teoretically described machine learning algorithms and detection based on Haar-classifiers. The work aims to implementation of these methods in the OpenCV library, it refers to practical application of them a finally compares different provided trained files.
Development of algorithms for digital real time image processing on a DSP Processor
Knapo, Peter ; Sajdl, Ondřej (referee) ; Belgium, Jurgen Baert (MSc), KHBO (advisor)
Rozpoznávanie tvárí je komplexný proces, ktorého hlavným ciežom je rozpoznanie žudskej tváre v obrázku alebo vo video sekvencii. Najčastejšími aplikáciami sú sledovacie a identifikačné systémy. Taktiež je rozpoznávanie tvárí dôležité vo výskume počítačového videnia a umelej inteligencií. Systémy rozpoznávania tvárí sú často založené na analýze obrazu alebo na neurónových sieťach. Táto práca sa zaoberá implementáciou algoritmu založeného na takzvaných „Eigenfaces“ tvárach. „Eigenfaces“ tváre sú výsledkom Analýzy hlavných komponent (Principal Component Analysis - PCA), ktorá extrahuje najdôležitejšie tvárové črty z originálneho obrázku. Táto metóda je založená na riešení lineárnej maticovej rovnice, kde zo známej kovariančnej matice sa počítajú takzvané „eigenvalues“ a „eigenvectors“, v preklade vlastné hodnoty a vlastné vektory. Tvár, ktorá má byť rozpoznaná, sa premietne do takzvaného „eigenspace“ (priestor vlastných hodnôt). Vlastné rozpoznanie je na základe porovnania takýchto tvárí s existujúcou databázou tvárí, ktorá je premietnutá do rovnakého „eigenspace“. Pred procesom rozpoznávania tvárí, musí byť tvár lokalizovaná v obrázku a upravená (normalizácia, kompenzácia svetelných podmienok a odstránenie šumu). Existuje mnoho algoritmov na lokalizáciu tváre, ale v tejto práci je použitý algoritmus lokalizácie tváre na základe farby žudskej pokožky, ktorý je rýchly a postačujúci pre túto aplikáciu. Algoritmy rozpoznávania tváre a lokalizácie tváre sú implementované do DSP procesoru Blackfin ADSP-BF561 od Analog Devices.
Face Detection and Recognition
Ponzer, Martin ; Janáková, Ilona (referee) ; Horák, Karel (advisor)
This paper discusses problems of computer vision, which deals with face detection and recognition in image and video sequence at real time. All methods are designed for color images and are based on skin detection on the basis of information of human skin color. For skin detection is used very effective method Gaussian distribution. All of the areas, which have human skin color, are classified. This classification specifies, which area is or isn’t face. For face detection is used correlation method, complete with eigenfaces method. All areas classified as a face are subsequently recognized by the eigenfaces method. Result of recognition phase is information about human identity.
Real time face recognizer
Juráček, Aleš ; Přinosil, Jiří (referee) ; Richter, Miloslav (advisor)
My diploma thesis deals about face detection in picture. I try to outline problems of computer vision, artificial intelligence and machine learning. I described in details the proposed detection by Viola and Jones, which uses AdaBoost learning algorithm. This method was deliberately chosen for speed and detection accuracy. This detector was made in programming language C / C + + using the OpenCV library. To a final learning was used database of faces images „MIT CVCL Face Database“. The main goal was to propose the face detector utilizable also in video-sequences.
Eye blink detection and recognition
Tesárek, Viktor ; Míča, Ivan (referee) ; Vlach, Jan (advisor)
This master thesis deals with the issues of the eye blink recognition from video. The main task is to analyse algorithms dealing with a detection of persons and make a program that could recognize the eye blink. Analysis of these algorithms and their problems are in the first part of this thesis. In the second part design and properties of my program are described. The realization of the program is based on the method of move detection using the accumulated difference frame, which helps to identify the eye areas. The eye blink detection algorithm tests a match between a tresholded pattern of the eye area taken from the actual frame and the frame before. The resolution whether the eye blink happened or not, is based on the level of the match. The algorithm is designed for watching a sitting man, which is slightly moving. The background can be a little dynamic as well. An average quality video with a moderator and dynamic backround was used as a tested subject.
The simulation of biometric protection systems working on the face recognition principle
Dubský, Milan ; Rampl, Ivan (referee) ; Atassi, Hicham (advisor)
The aim of this work is to realize a system in the Matlab-Simulink environment, which will be able to detect and recognize the human face from the input image. The created model will actually simulate the biometric security systems working on the principle of face recognition. The work is divided into two parts. In the first part, several methods for face detection from image are described. We focused on the symptomatic oriented and color segmentation methods. The pattern matching method is also described and implemented; the advantage ofthe pattern matching that it can be used either for face detection or face recognition. The second part of this work contains a description of the face recognition. Where PCA (Principal Component Analysis) are used for this task, this part of the work also includes experimental results of tests performed on our methods.
Face recognition
Škrobák, Dalibor ; Číka, Petr (referee) ; Kyselý, František (advisor)
This thesis is focused on face detection in static picture. Theoretical part contains color spaces (RGB, HSI, YCbCr), methods for skin detection (explicit, parametric or non-parametric methods), image metric, edge detection, mathematical morphology, methods for classification faces (appearance-based methods, feature invariant approaches, knowledge-based methods, template matching methods). Practical part of this thesis contains concept and practical realization two algorithms for segmentation skin in static image (simple method based on Cr chroma components and statistical method). Practical part contains concept and practical realization two algorithms for classification face (appearance-based method and template matching method) too.
Automatic face and facial feature detection
Krolikowski, Martin ; Kohoutek, Michal (referee) ; Přinosil, Jiří (advisor)
The master thesis presents an overview of face detection task in color, static images. Face detection term is posed in the context of various branches. Main concepts of face detection and also their relationships are described. Individual approaches are divided into groups and then define in turn. In the thesis is in detail described algorithm AdaBoost, which is selected on the basis of its properties. Especially speed of computation and good detection results are key features. In the scope of this work Viola-Jones detector was implemented. This detector was trained with face pictures from public accessible database. Combination of Viola-Jones detector with simple color detector is described. In the thesis is also presented experiment approach to facial features detection.
Overview of methods for person identification using image processing
Palacka, Martin ; Březina, Lukáš (referee) ; Krejsa, Jiří (advisor)
This thesis deals with an overview of methods for person identification using image processing. The beginning of thesis is dedicated to the theoretical study of the skin segmentation method, its algorithm and different color spaces, which are used for identification by this method. The next algorithm is a method called boosted cascade of simple features, while focusing on description of this method, an OpenCV library, computing algorithm, image interpretation by integral image and speed of computation which is reached. The next chapter describes the PCA method, the principles of working, a description of the mathematical model, a study of gender recognition, the results and troubleshooting. The last described methods are fusion of facial strips and pixel patern based texture feature. At the end of this thesis there is the tested application of person identification and gender recognition and the results of the success of methods.
Forensic analysis of graphic and video files
DOLEJŠ, František
This thesis deals with the forensic analysis of graphic files. The goal is to select appropriate procedures to help detect pornography. Create a tool on their basis that selects potentially objectionable images form a set of images.

National Repository of Grey Literature : 160 records found   beginprevious151 - 160  jump to record:
Interested in being notified about new results for this query?
Subscribe to the RSS feed.