National Repository of Grey Literature 189 records found  beginprevious180 - 189  jump to record: Search took 0.01 seconds. 
Methods for biomedical image signal segmentation
Krumpholc, Lukáš ; Šmirg, Ondřej (referee) ; Přinosil, Jiří (advisor)
This work deals with methods of segmentation of biomedical image signals. It describes, sums up and compares representative methods of digital image processing. Segmentation based on parametric representation is one of the mentioned methods. So as the basic parameter can be chosen for example luminance and the final binary image is obtained by thresholding. Next described method is segmentation based on edge representation. This method can be divided into edge detection by the help of edge detectors and of Hough transformation. Edge detectors work with the first and second derivation. The following method is region-based segmentation, which can be used for a image with noise. This category can be divided into three parts. The first one is segmentation via splitting and merging regions, when the image is split and the created regions are tested on a defined condition. If the condition is satisfied, the region merges and doesn’t continue splitting. The second one is region growing segmentation, when adjacent pixels with a similar intensity of luminance are grouped together and create a segmentated region. Third one is watershed segmentation algorithm based on the idea of water diffusion on uneven surface. The last group of methods is segmentation via flexible and active contours. Here is described an active shape model proceeding from a possibility to deform models so that they match with sample shapes. Next I also describe method Snakes, where occurs gradual contour shaping up to the edge of the object in the image. For the final editing is used mathematical morphology of segmentated images. I aimed to meet methods of image signals segmentation, to cover the chosen methods as a script in programming language Matlab and to check their properties on images.
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.
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.
SIP client development in JavaME
Janeček, Aleš ; Přinosil, Jiří (referee) ; Kovář, Petr (advisor)
This thesis analyzes various alternatives of SIP protocol implementation on Java Micro Edition devices. This analysis is especially concentrated on SIP protocol, SIP API (JSR-180) and the development in contemporary mobile data networks. I design a midlet for a mobile phone SIP client on the basis of this analysis. The design is especially concentrated on communication, registration and text mesage transfer.
Adaptive data compression by neural networks
Kučera, Michal ; Přinosil, Jiří (referee) ; Koula, Ivan (advisor)
Point of the work is using of neural networks for the datecompression. This brings new possibilities as by lossless as lossy compression. Draft of a few compress algorithm show the behaviour, advantages and weak points of these systems. As the solution we use knowledge of the layered perceptron Network and we try by the change of the structure and subparameters to teach such network to compress the data, according to our entry requirement. These networks have also advantages, which are meanwhile impediment to the using practically. The goal of this is to try some algorithms, look into their characteristics and posibility of the using. Then propose next posibility solutions and upgrading of these algorithms.
Auxiliary Output to Text-Based Display for Console Applications Running at Personal Computers with Windows Operating System
Svoboda, Petr ; Přinosil, Jiří (referee) ; Schimmel, Jiří (advisor)
This Bachelor´s thesis deals with a design and realization of compact module with a single-chip microcontroller and graphics LCD display as alternative display equipment for embedded computer, in which a video card and VGA or an another high resolution display is not necessary or acceptable. The realized module receives data from text output of any application running on personal computer via universal serial bus or RS232 interface. Then the received data are displayed in the LCD and saved into temporary memory of the microcontroller. The module can be supplied using USB interface or power supply of the computer.
Intel Integrated Performance Primitives and their use in application development
Machač, Jiří ; Přinosil, Jiří (referee) ; Malý, Jan (advisor)
The aim of the presented work is to demonstrate and evaluate the contribution of computing system SIMD especially units MMX, SSE, SSE2, SSE3, SSSE3 and SSE4 from Intel company, by creation of demostrating applications with using Intel Integrated Performance Primitives library. At first, possibilities of SIMD programming using intrinsic function, vektorization and libraries Intel Integrated Performance Primitives are presented, as next are descibed options of evaluation of particular algorithms. Finally procedure of programing by using Intel Integrated Performance Primitives library are ilustrated.
Digital Library
Krbeček, Daniel ; Přinosil, Jiří (referee) ; Číka, Petr (advisor)
The thesis contains basic information about image documents digitalization. A brief list of common used standards in Czech republic is shown. The standards can be used in description of digitalized documents by institutions such as libraries, scientific departments and universities. The thesis specifically solves the dilemma of the preservation and the accessing of B.P.Molls large map collection stored in Moravian Library in Brno city. It analyses step by step the characteristics of the saved documents, style of their interlacing and data representation. In terms of deposition and manipulation it comes with description list of open-source digital libraries and it chooses the Fedora repository. It solves methods of object-model implementation while using this digital library. The functional parts are web presentation of the mentioned map collection and an effectiveness test showing large-scale maps using the flash Zoomify browser. Web presentation uses the repository services as often as possible, and thus allows searching and searching through the bibliographic records of the presented documents. The end of the thesis sums up the obtained results and presents the incoming development course of presentation and popularization of the map collection.
Watermarking of digital data
Kupka, Jan ; Přinosil, Jiří (referee) ; Číka, Petr (advisor)
The main aim of this project is to implement two different types of the watermarking algorithm in frequency (transforamtion) domain. Because of the huge amount of the watermarking algorithms is this thesis dedicated to the watermarking methods in the frequency domain. These methods use kind of transformation implemented on the original data, the second step is modification of transformation coeficients. This project is dedicated to the methods which use discrete wavelet transformation. Nowdays the most popular transformation, which meets the best efforts. The aim of every method is to embeed the watermark into the original data so precisly, that none observer can recognize any change between the original and watermarked data. On the contrary, watermarked picture should be as resistant to the attacks as possible. By the term of attack, we understand all the ways, that disable watermark extraction. The watermark method robustness will be tested with the use of Checkmark program.
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.

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