National Repository of Grey Literature 29 records found  beginprevious21 - 29  jump to record: Search took 0.18 seconds. 
Line Detection with Different Size
Váňa, Lukáš ; Hradiš, Michal (referee) ; Beran, Vítězslav (advisor)
This Bachelor Theses deals with question of the location of the set thicknesses of lines in the picture. It summarizes theoretical basis and procedures for the elaboration of the incoming signal and the Theory of the edge detection. It mentioned current known methods for lines detection in the picture. By the assist of these methods, extended of another known procedures, this theses suggested algorithm, able to detect line of the set thickness in the picture. It describes also suggestion of the realization of the application, which demonstrates utility of the created algorithm. The application is the programming part of this Theses.
Parallelization and Optimization of Image Processing Applications
Šiška, Jakub ; Seeman, Michal (referee) ; Černocký, Jan (advisor)
This Bachelor's Thesis was performed during a study stay at the École Supérieure d'Ingénieurs en Électronique et Électrotechnique Paris, France. It proposes solution for speeding up image processing algorithm and its adoption for use with real-time video stream from the infra red camera. The first part discusses characteristics and basic principles of the IR technology, followed by specifications of used camera. Ongoing text also proposes solution of problems concerning network communication with the camera. In addition, it describes camera's output stream format characteristics and solution for output visualisation. Substantial part of this work covers issues concerning parallelization and optimization of video stream and image file data processing. Problem of the parallelisation for this case is explained together with implemented parallelization method. Entire theoretical part is supported with the real results, benchmarks, which are presented in the last chapter.
Retinal images in biometry
Bujnošková, Eva ; Drahanský, Martin (referee) ; Kolář, Radim (advisor)
Retinal recognition is very efficient and almost non-fallible tool for persons' identification, thanks its advantages it can be used in cases when high security is needed. Process of the identification comes from successful vessel extraction and the transfer to binary image. After that this is used to look for the vessel bifurcations with help of skeletonization which is one of the operations of mathematical morphology. The parameter of the detection of bifurcations isn't enough therefore there are other information completed - thickness and the direction of vessel in the surroundings of known crossing. The best correlation between the parameters and the images in database is searched, than alignment is made, and with the certain probability the closest image is chosen to be proclaimed as the match. The solution uses also the second method to image processing - the method using image translation and evaluation of minimal distances between found bifurcations.
Detection and Tracking of Small Moving Objects
Filip, Jan ; Zuzaňák, Jiří (referee) ; Hradiš, Michal (advisor)
Thesis deals with the detection and tracking of small moving objects from static images. This work shows a general overview of methods and approaches to detection and tracking of objects. There are also described some other approaches to the whole solution. It also included basic definitions, such a noise, convolution and mathematical morphology. The work described Bayesian filtering and Kalman filter. It described the theory of Wavelets, wavelets filters and transformations. The work deals with different ways of the blob`s detection. It is here the design and implementation of applications, which is based on the wavelets filters and Kalman filter. It`s implemented several methods of background subtraction, which are compared by testing. Testing and application are designed to detect vehicles, which are moving faraway (at least 200 m away). 
Morphological Operations in Image Processing
Kolouchová, Michaela ; Hradiš, Michal (referee) ; Herout, Adam (advisor)
Mathematical morphology stems from set theory and it makes use of properties of point sets. The first point set is an origin image and the second one (usually smaller) is a structuring element. Morphological image transformations are image to image transformations based on a few elementary set operators. Fundamental morphologic operations are dilation, erosion and hit or miss. Next operations described in this work are opening and closing. Originally morphological operators were used for binary images only, later they were generalized for grey tone and color ones. This work describes the basic morphological image processing methods including their practical usage in image filtering and segmentation.
Advanced methods for cardiac cells contour detection
Spíchalová, Barbora ; Čmiel, Vratislav (referee) ; Odstrčilík, Jan (advisor)
This thesis focuses on advanced methods of detecting contours of the cardiac cells and measuring their contraction. The theoretical section describes the types of confocal microscopes, which are used for capturing biological samples. The following chapter is devoted to the methods of cardiac cells segmentation, where we are introduced to the generally applied approaches. The most widely spread methods of segmentation are active contours and mathematical morphology, which are the crucial topics of this thesis. Thanks to the those methods we are able in the visual data to accurately detect required elements and measure their surface chnage in time. Acquired theoretical knowledge leads us to the practical realization of the methods in MATLAB.
Analysis of cytology images
Pavlík, Jan ; Blaha, Milan (referee) ; Kolář, Radim (advisor)
This master’s thesis is focused on automating the process of differential leukocyte count in peripherial blood using image processing. It deals with the design of the processing of digital images - from scanning and image preprocessing, segmentation nucleus and cytoplasm, feature selection and classifier, including testing on a set of images that were scanned in the context of this work. This work introduces used segmentation methods and classification procedures which separate nucleus and the cytoplasm of leukocytes. A statistical analysis is performed on the basis of these structures. Following adequate statistical parameters, a set of features has been chosen. This data then go through a classification process realized by three artificial neural networks. Overall were classified 5 types of leukocytes: neutropfiles, lymphocytes, monocytes, eosinophiles and basophiles. The sensitivity and specificity of the classification made for 4 out of 5 leukocyte types (neutropfiles, lymphocytes, monocytes, eosinophiles) is higher than 90 %. Sensitivity of classiffication basophiles was evaluated at 75 % and specificity at 67 %. The total ability of classification has been tested on 111 leukocytes and was approximately 91% successful. All algorithms were created in the MATLAB program.
Traffic lanes and interruptions detection
Dojava, Marian ; Červinka, Luděk (referee) ; Horák, Karel (advisor)
This master´s thesis deals with depiction aplication of camera like sensitive element for assisting system of car. It was proposed, how find a road, a lane and a obstacle on roadways. Only one camera was aplication for it. Solution is realized by methods, that are based on color and gradient of image. It applies simple methods and methods with mathematical model. Result is sum of method and its test and comparing. Realization of my program is present at resume of this thesis.
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.

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