National Repository of Grey Literature 21 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
Motion Detection in Video Sequences
Jelínek, Tomáš ; Herout, Adam (referee) ; Španěl, Michal (advisor)
This thesis is dedicated to techniques for motion detection in video sequences. There is summary of several possible approaches to solve this matter in theoretical and practical point of view. Principles of motion detection based on difference between frames are discussed in details. Great attention is made for image description by new method Local Binary Patterns which allows creating of incredibly fast and accurate motion detector. Vital part of this thesis is application for monitoring and testing motion algorithms on video sequences in different environments. Results of measuring enables to determine best approaches for concrete place and reader might find it useful in case of designing his own motion detectors.    
Biometric Image Data Classifier
Tretter, Zdeněk ; Drahanský, Martin (referee) ; Doležel, Michal (advisor)
The aim of this thesis is to design and implement fingerprint classifier, which classifies the fingerprints based on the scanner used. Reader is presented with existing types of fingerprint scanners and phases of classification. Designed classifier is using a cascade of classifiers, trained using the AdaBoost learning algorithm. The application was implemented in the C++ language using OpenCV library for operational systems GNU/Linux and MS Windows.
Coevolution of Image Filters and Fitness Predictors
Trefilík, Jakub ; Hrbáček, Radek (referee) ; Drahošová, Michaela (advisor)
This thesis deals with employing coevolutionary principles to the image filter design. Evolutionary algorithms are very advisable method for image filter design. Using coevolution, we can add the processes, which can accelerate the convergence by interactions of candidate filters population with population of fitness predictors. Fitness predictor is a small subset of the training set and it is used to approximate the fitness of the candidate solutions. In this thesis, indirect encoding is used for predictors evolution. This encoding represents a mathematical expression, which selects training vectors for candidate filters fitness prediction. This approach was experimentally evaluated in the task of image filters for various intensity of random impulse and salt and pepper noise design and the design of the edge detectors. It was shown, that this approach leads to adapting the number of target objective vectors for a particular task, which leads to computational complexity reduction.
Software for Microscope Image Processing and Analysis
Pavlišta, Libor ; Odstrčilík, Jan (referee) ; Čmiel, Vratislav (advisor)
This project informs about the basic image processing on grayscale and binary images. The project deals with analyzing the data obtained. Acquaints with terms such as morphology and image segmentation. Acquired knowledge is applied to create a program to complete the processing of microscopic images in LabView programming environment with subsequent analysis and plotting of results into image. For a better idea supporting data about operation in progress are continuous images.
Image filters for evolutionary programming
Zavadil, Miloš ; Beneš, Radek (referee) ; Burget, Radim (advisor)
Image filters is a subset of signal processing. Image filtering is mainly used for highlighting an information. It can be useful for reduce noise, smooth pictures, enhance contrast or for edge detection. Image filter design itself is a time-consuming process. It is suitable to automate the process and give up the function of filter designing to preprogrammed system. Designing komponents for that system is aim of this work. It is part of an whole expert system. A set of information is given on input which are used for generating new image filters. Subsequently it will evaluate the relevancy of concrete image filter for subsequent use.
Concurrent evolutionary design of hardware and software
Minařík, Miloš ; Sekaj, Ivan (referee) ; Squillero, Giovanni (referee) ; Sekanina, Lukáš (advisor)
Genetické programování (GP) je v určitém rozsahu schopno automaticky generovat požadované programy, aniž by uživatel musel určit, jakým způsobem má program postupovat. GP bylo s úspěchem použito k řešení široké škály praktických problémů z různých oblastí, přičemž výsledky byly často srovnatelné s řešeními vytvořenými člověkem. Doposud však nebyla zodpovězena otázka, zda GP dokáže generovat vysoce optimalizovaný výpočetní model (platformu) spolu s programem spustitelným na této platformě, který by řešil daný problém při dodržení všech omezení (například na plochu na čipu a zpoždění). V případě scénářů, kdy je optimalizováno více kritérií, by uživatelským výstupem měla být množina nedominovaných řešení s různými kombinacemi úrovně využití zdrojů (plocha, příkon) a výkonu (rychlosti provádění). Tento problém může být chápán jako souběžný návrh hardwaru a softwaru, zkráceně HW/SW codesign. Tato práce zkoumá způsoby, jakými lze souběžně evolučně vyvíjet platformu a programy v případě, že je problém zadán množinou vektorů vstupů a jim odpovídajících výstupů. Nejprve byl vytvořen model architektury a evoluční platforma zajišťující zpracování a evoluční vývoj těchto architektur. Kandidátní mikroprogramové architektury byly evolvovány spolu s programy pomocí lineárního genetického programování. Následně byla provedena série jednodušších experimentů. Navržená platforma dosahovala výsledků srovnatelných s nejnovějšími metodami. Na základě slabých míst objevených během počátečních experimentů byla platforma rozšířena. Rozšířená platforma byla poté ověřena na několika složitějších experimentech. Jeden z nich byla zaměřen na efektivní implementaci aproximace sigmoidální funkce. Platforma v tomto případě našla řadu různých řešení implementujících aproximaci sigmoidy, z nichž některá byla sekvenční a jiná čistě kombinační. V rámci experimentu byly evolučně nalezeny i známé algoritmy, přičemž některé z nich byly evolucí dokonce optimalizovány pro podmnožinu definičního oboru zvolenou pro daný experiment. Poslední sada experimentů byla zaměřena na evoluční návrh obrazových filtrů pro redukci šumu typu sůl a pepř. Platforma v tomto případě znovuobjevila koncept přepínaných filtrů a naezla variantu přepínaného mediánového filtru, která byla z hlediska výsledků filtrace srovnatelná s běžně používanými metodami. Tato práce prokázala, že pomocí genetického programování lze navrhovat a optimalizovat malé HW/SW systémy. Automatizovaný evoluční návrh složitějších HW/SW systémů zůstává otevřeným problémem vhodným k dalšímu výzkumu.
Motion Detection in Video Sequences
Chadim, Petr ; Štancl, Vít (referee) ; Švub, Miroslav (advisor)
This thesis deal with a problem of motion detection in video sequence. The basic principle of method Bacground subtraction and the algorithm for searching differences between frames were described in details. Great attention is made for actualization of referential frame. Part of this thesis is a localization of motion object. The result of this thesis is an application for testing of motion detector in different environments.
Detect the Use of Retouch Filters in a Face Image
Kraváček, Adam ; Drahanský, Martin (referee) ; Goldmann, Tomáš (advisor)
These days, altering images via filters is one of the easiest ways of enhancing its properties. Social networks like Instagram or Snapchat, focused primarily on image sharing, offer their users the option to apply filters on their images, which alter their colours to make them look better. If someone was to extract images from these platforms, many of these images would have a filter applied. This thesis explains the principles of these filters and focuses on detection of filters on facial images. Several approaches to detecting filters are being experimented with. Detection by analysis of histograms and detection by convolutional neural network achieve the best results and so are implemented in a program with a simple user interface. They achieved a success rate of 94,44% (histogram) and 99,10% (CNN). This thesis also investigates the impact of filters on facial recognition, where the impact varies depending on the filter used. Some filters have a significant impact on the rate of successful identifications, whereas others have little impact.In general, however, it can be said that the changes introduced by the application of filters are not negligible.
Geometric algebra applications
Machálek, Lukáš ; Návrat, Aleš (referee) ; Vašík, Petr (advisor)
Tato diplomová práce se zabývá využitím geometrické algebry pro kuželosečky (GAC) v autonomní navigaci, prezentované na pohybu robota v trubici. Nejprve jsou zavedeny teoretické pojmy z geometrických algeber. Následně jsou prezentovány kuželosečky v GAC. Dále je provedena implementace enginu, který je schopný provádět základní operace v GAC, včetně zobrazování kuželoseček zadaných v kontextu GAC. Nakonec je ukázán algoritmus, který odhadne osu trubice pomocí bodů, které umístí do prostoru pomocí středů elips, umístěných v obrazu, získaných obrazovým filtrem a fitovacím algoritmem.
Polymorphic Image Filters
Salajka, Vojtěch ; Vašíček, Zdeněk (referee) ; Sekanina, Lukáš (advisor)
This thesis deals with the polymorphic image filter design. The study includes polymorphic circuits, their theoretical base and practical applications. It further focuses on the cartesian genetic programming that can be used for an evolutionary design of some types of image filters. The thesis continues with the specification of the evolutionary algorithm to be used for the design of the polymorphic image filters. The implementation of the algorithm is described in two versions -- a standard one running only on a CPU and an accelerated one that partially uses the GPU. Several polymorphic image filters are designed by means of the algorithm.

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