National Repository of Grey Literature 68 records found  beginprevious59 - 68  jump to record: Search took 0.00 seconds. 
Automatic Face Recognition in Real Environment
Kičina, Pavol ; Šmirg, Ondřej (referee) ; Přinosil, Jiří (advisor)
This master‘s thesis describes the identification faces in real terms. It includes an overview of current methods of detection faces by the classifiers. It also includes various methods for detecting faces. The second part is a description of two programs designed to identify persons. The first program operates in real time under laboratory conditions, where using web camera acquires images of user's face. This program is designed to speed recognition of persons. The second program has been working on static images, in real terms. The main essence of this method is successful recognition of persons, therefore the emphasis on computational complexity. The programs I used a staged method of PCA, LDA and kernel PCA (KPCA). The first program only works with the PCA method, which has good results with respect to the success and speed of recognition. In the second program to compare methods, which passed the best method for KPCA.
Object Description in Images
Dvořák, Pavel ; Šmirg, Ondřej (referee) ; Zukal, Martin (advisor)
This thesis consider description of segments identified in image. At first there are described main methods of segmentation because it is a process contiguous before describing of objects. Next chapter is devoted to methods which focus on description identified regions. There are studied algorithms used for characterizing of different features. There are parts devoted to color, location, size, orientation, shape and topology. The end of this chapter is devoted to moments. Next chapters are focused on designing fit algorithms for segments description and XML files creating according to MPEG-7 standards and their implementation into RapidMiner. In the last chapter there are described results of the implementation.
Enhancement of bio-medical image signals
Gregor, Michal ; Šmirg, Ondřej (referee) ; Přinosil, Jiří (advisor)
When scanning biomedical images by magnetic resonance or ultrasound, unwanted elements in the form of noise are entered to the image. With help of various methods it is possible the noise from the image partially remove. There are many methods for noise reduction and every one works on a different principle. As a result of this the results of these methods are different and is necessary for them to be objectively assessed. There is use for the adjustment of the images wavelet transformation and some treshold techniques in the work. The quality of the resulting pictures is tested by the methods for objective quallity tests. Testing was done in the MATLAB program environment on the pictures from magnetic resonance and pictures from ultrasound.
Automatic Verification of Product Assembling Correctness
Doležal, Petr ; Šmirg, Ondřej (referee) ; Říha, Kamil (advisor)
This diploma evaluates methods for verification of key characteristics of a product using digital image processing techniques. At first, reasons why this work has been done are described followed by a list of all methods that were used in this diploma such as Hough Circle Transform and Flood Fill (Seed Fill) algorithm. Also, a new approach how to compensate non regularly illuminated scene, which is based on surface modeling with Bézier Surfaces, was developed. Moreover, the algorithm was implemented in the C++ programming language and some of the parts were also simulated using the MATLAB environment. The algorithm was evaluated based on the percentage level of recognition of the required parameters. Efficiency of the implementation is also important for the author.
Processing of Stereoscopic Video Sequence
Hasmanda, Martin ; Šmirg, Ondřej (referee) ; Říha, Kamil (advisor)
The main goal of this master’s thesis was get up used methods for observation the stereoscopic scene with one couple of cameras and find out good solving for processing these resulting pictures for two-view and multiple-view autostereoscopic displays for three-dimensional perception. For methods for acquisition video was introduced two methods. They were method “Off-axis” with parallel camera axis and method “Toe in” with intersections axis. For fit method was choice the method named as “Off-axis“. It was not produces the vertical parallax and in detail was in this work described principle of this method. Further were describe principles off used methods for three-dimensional perception namely from the oldest method named anaglyph after methods for viewing at autostereoscopic displays. The Autostereoscopic displays were main goal of this thesis and so their principles were described in details. For production the result image for autostereoscopic displays was used generation intermediate images between left and right camera. Resulting videos were acquisition for testing scene in created in 3D studio Blender, where was possible setting system of cameras exactly parallel axis. Then were introduce principles processing video where was extract from the couple of cameras where were connected to PC for help digitizing card and next time with two web cameras. Here is not guaranteed exact parallel axis system. Therefore this work try for real cameras achieve exactly parallel axis system by the help of transformations of frames with stereo rectification. Stereo rectification was solving with OpenCV libraries and was used two methods. Both methods work from principles epipolar geometry that was described in this work also in detail. First method rectifies pictures on the basis fundamental matrix and found correspondences points in two images of the scene and second method rectifies pictures from knowledge intrinsic and extrinsic parameters of stereoscopic system of cameras. In the end of this work was described application for implementation introduced methods.
XMPP protocol Jabber features and its utilization for multimedia transmission
Havlena, Petr ; Průša, Zdeněk (referee) ; Šmirg, Ondřej (advisor)
Master’s thesis is trying to create opensource IM application for communication in Jabber network. In nowadays it is getting more and more popularity as at providers, so mainly at end users. In first half of thesis are explained basics of whole issues and in second half is described resulting application, which has been created by using of object oriented programming language Java. Java is very extended between programmers for her simplicity and great support. Thanks this is available a many external libraries and extensions. Application has been written on Smack library in version 3.04 and VoIP module on JMF (Java Media Framework). Graphic interface has been created by using of standard Java visual components (javax.swing).
Step-down converter with variable output voltage in range from 20 to 100 V
Pazourek, Petr ; Šmirg, Ondřej (referee) ; Hanák, Pavel (advisor)
This master's thesis describes the design and the implementation of a step-down converter with variable output voltage for laboratory purposes. In the introduction the basic functions of switching power supplies are shown, flyback, forward and push-pull converters are described, followed by some integrated circuits for power management of converters. The second chapter discusses in detail the design of requested switched power supply, including the calculation of the electronic parts and design of the storage inductor. Following are described some observations of building this power supply, including the output characteristics. In conclusion, the obtained results are assessed, including proposals to improve whole design.
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.
MR image data processing in study of tissue cultures
Bidman, Petr ; Šmirg, Ondřej (referee) ; Gescheidtová, Eva (advisor)
Techniques based on principle of nuclear magnetic resonance (NMR) belong to the most modern methods for studying physical, chemical and biological properties of materials [1]. Their universality predestinates them for application in a wide range of scientific disciplines, e.g. in medicine to study properties of tissues. Advantages of techniques utilizing principle of NMR consist in their noninvasiveness and thoughtfulness to human health or studied material. In addition, no undesirable effects of magnetic force field have been so far proved by research. Objectives of this Diploma Thesis are evaluation of MR images of tissue cultures and determination of protons amount included in them. Theoretic part of the Thesis is devoted to the bases of NMR and provides basic overview of MR methods. The spin echo method (SE) is described in more details, including the process of assessment of technique’s parameters, e.g. general magnetization. Practical part of Diploma Thesis is focused on determination of integral of image intensity of clusters of early somatic embryos. Intensity integrals characterizing number of protons in growing cluster were calculated from MR images of spruce embryos contaminated by lead. The intensity of an image weighted by spin density is proportionate to the number of proton nuclei in the chosen slice. The Thesis describes further evaluation of relaxation time T2 from MR images weighted by spin density. Following part is dealing with determination of diffusion from MR images with application of compensation methods, three-measurement arrangement and presentation of obtained results. Images were processed by use of MATLAB and MAREVISI programs.
Human body detection in a video scene
Šmirg, Ondřej ; Číka, Petr (referee) ; Kohoutek, Michal (advisor)
The project consists of two distinct levels i.e. separation level and diagnostic level. At the separation level, statistical models of gaussians and color are separately used to classify each pixel as belonging to backgroung or foreground. Adopted method is mixture of gaussians.A mixture of gaussians model is suitable here because the results of the picture tests will not depend on the lens opening, but rather on the colors in the backgroung. A mixture of gaussians model for return data seems reasonable. The achieved results the used method on the real sequences are presented in the thesis. Diagnostic level is identified human body on the scene. Adopted method is ASM(Active Shape Models) with PCA(Principal Component Analysis). ASM are statistical models of the shape of human bodies which iteratively deform to fit to an example of the object in a new image.

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