National Repository of Grey Literature 68 records found  beginprevious41 - 50nextend  jump to record: Search took 0.00 seconds. 
Creating 3D Model of Temporomandibular Joint
Šmirg, Ondřej ; Bartušek, Karel (referee) ; Liberda,, Ondřej (referee) ; Smékal, Zdeněk (advisor)
The dissertation thesis deals with 3D reconstruction of the temporomandibular joint from 2D slices of tissue obtained by magnetic resonance. The current practice uses 2D MRI slices in diagnosing. 3D models have many advantages for the diagnosis, which are based on the knowledge of spatial information. Contemporary medicine uses 3D models of tissues, but with the temporomandibular joint tissues there is a problem with segmenting the articular disc. This small tissue, which has a low contrast and very similar statistical characteristics to its neighborhood, is very complicated to segment. For the segmentation of the articular disk new methods were developed based on the knowledge of the anatomy of the joint area of the disk and on the genetic-algorithm-based statistics. A set of 2D slices has different resolutions in the x-, y- and z-axes. An up-sampling algorithm, which seeks to preserve the shape properties of the tissue was developed to unify the resolutions in the axes. In the last phase of creating 3D models standard methods were used, but these methods for smoothing and decimating have different settings (number of polygons in the model, the number of iterations of the algorithm). As the aim of this thesis is to obtain the most precise model possible of the real tissue, it was necessary to establish an objective method by which it would be possible to set the algorithms so as to achieve the best compromise between the distortion and the model credibility achieve.
Linux user interface using camera
Dolníček, Petr ; Beneš, Radek (referee) ; Šmirg, Ondřej (advisor)
The goal of this was to create a fully functional program coded in C++, which is capable of real time object detection and mouse positioning in operating system Linux. Object detection is based on recognizing desired color and shape from webcam input. In this case it was a red circle. The main part of source code was generated via application Harpia. This is an application especially created for purposes of object tracking, border detection and picture processing. Most of used functions belong to OpenCV library. This library, as well as Harpia application, was created for computer vision, so it has many functions especially for purposes of my program. You can find many information about edge detection, color filtering and noise reduction in this document. I have also managed to control mouse cursor according to data that program detects. My program fulfils its purpose.
Java applets for image processing
Čišecký, Roman ; Číka, Petr (referee) ; Šmirg, Ondřej (advisor)
The bachelor´s thesis is concerned with image processing techniques such as calculating his-togram and its equalization, image filtering in frequency and time domain, creating panoramic pictures and creating a disparity map This thesis describes the various methods of image processing and their use in practice. The last part deals with creating particular applications for image processing and its transformation to applets executable on the web.
Laboratory exercises using LabView measurement tool
Černocký, Petr ; Šmirg, Ondřej (referee) ; Rampl, Ivan (advisor)
This bachelor thesis deal with weight measuring using the deformation elements and LabVIEW measurement tool. The target of thesis is to design and realize two laboratory exercises using Wheatstone bridge for transfer weight to volts. Secondary target is design and construct electronic circuit for processing analog signals, which can be processed in data acquisition device.
Static image compression techniques
Jirounek, Matěj ; Šmirg, Ondřej (referee) ; Krajsa, Ondřej (advisor)
Bachelor’s thesis dissert on nowadays used compression technologies static image, about their keystones, advantages and disadvantages in field of application and their reciprocal comparison. Work is divided to the seven capitols, second of which handles indicative allocation data compression, third about lossless compression and their main representative and fourth chapter is about less compression picture with her advantages and disadvantages as well as about colour models. In fifth chapter there are summarized used criteria for classification picture and in sixth chapter is shownd implementation programme in environment MATLAB.
DICOM protocol analysis and its utilisation in image signal processing
Valouch, Lukáš ; Přinosil, Jiří (referee) ; Šmirg, Ondřej (advisor)
This Bachelor thesis describes DICOM which is a summary of standards for handling, storing and transmitting information in medical imaging. This standard is developed by organizations ACR and NEMA, it is very large file and it contains 18 of documents which are an actual version of this norm. The last norm was got out in 2008. The most important part of this format of date and files is data image processing so called off-line communication. It follows description of implemented application in C, C++ languages by the help of Imebra library. This Imebra library is free in terms of license of GNU GPL. The resultant program is standard of DICOM from, which is described above. This program is concerned with imaging of 16 bits of dept on 8 bits of dept of display devices, for example common computer displays. This application is able to display several layers of DICOM’s pictures. Each of layers contains separated bites which are presented by importance of levels.
Approximation function implementation into PIC microprocessor
Petřík, Tomáš ; Sysel, Petr (referee) ; Šmirg, Ondřej (advisor)
This bachelor‘s thesis deals with the implementation of approximation function into the PIC microprocessor. Thesis is focused on microprocessor architecture and analysis of approximation functions. Then for actual implementation is chosen the method of least squares, and because of its relative simplicity and accuracy in comparison with other methods. Microcontroller is using the A/D converter to measure the dependence of non-linear system, which is connected to the microprocessor. Measure the voltage on a logarithmic potentiometer, which represents non-linear system, depending on the position of the slider track resistance. Then, using the method chosen microprocessor calculates the characteristic non-linear system. The measured values are compared with the theoretical, calculated the chosen method. The values measured, and their theoretical difference is then displayed on the display, connected to the microprocessor. In conclusion, then discuss the results together with the possibility of further developing this work.
Methods for automated camera focusing
Kičina, Pavol ; Rášo, Ondřej (referee) ; Šmirg, Ondřej (advisor)
This bachelor´s thesis is about methods of focusing with web camera. Edge detection method and Discrete cosine transform method are use in this thesis. In program MatLab I create a program, which take a picture from web camera. With handle focusing this program shows information how much is picture focus. Functional and elementary are subject, which I use to compare. Advantages and disadvantages are in this thesis, with important elements about quality of focus,too.
Multiparametric segmentation of MR images
Chovanec, Ján ; Šmirg, Ondřej (referee) ; Dvořák, Pavel (advisor)
The aim of the thesis was familiarity of segmentation methods for automatic segmentation of MR images, using multiparametrical display. The theoretical part focuses on the description of methods of segmentation techniques. In the practical part are implemented K-means and level-set method. The methods are tested on the images of the brain obtained by different sequences (T1, T1c, T2, FLAIR). Segmentation methods are implemented in the program MATLAB. Implemented segmentation accuracy is demonstrated on data which there are reports reference results. Evaluation methods is performed using different classifiers decision. The K-means method is tested different metrics and different combinations of the input image. Finally, both methods are compared with one another and visually evaluated against the reference image.
Detection of security aids in image signal
Burdík, Vojtěch ; Šmirg, Ondřej (referee) ; Přinosil, Jiří (advisor)
This work is devoted to the relatively new field of computer – computer vision. It focuses on the recognition of people, positioning and colour detection of clothing placed on person. The aim is to build an algorithm that would be able to locate the person in the picture and would make colours tests of clothing and helmets. For image processing were used OpenCV library functions and from algorithms was compiled program solving this problem. The output of the program is the answer, what colour is person at stated locations wearing, and if clothing and helmet are the same colour, the person is evaluated as properly dressed. The resulting program is then disassembled and parts of the code are in detail described in this work. There is explained how to use correctly each OpenCV function used in program.

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