National Repository of Grey Literature 248 records found  previous11 - 20nextend  jump to record: Search took 0.00 seconds. 
Stabilization of image sequence without decrement of its resolution
Otruba, Vítězslav ; Říha, Kamil (referee) ; Číka, Petr (advisor)
The shake that affects the video camera during taking of the footage degrades the level of the viewer experience. This article contains the design of the method that stabilizes the stored footage and fills in the gaps in the separate frames, so the picture resolution remains the same after the process.
Detection of car approach speed using camera imge processing
Kovář, Jan ; Číka, Petr (referee) ; Šmirg, Ondřej (advisor)
The thesis deals with digital image processing, from the initial acquisition of digital picture frames, subsequent processing segmentation and algorithms to detect visual shapes on the scene. Image processing is a very broad topic, so here are analyzed for more understanding of the fundamental principles of perception and processing of video signals, image representation, his starting shooting through filters governing digital image processing methods to detect the objects in an image. It is also demonstrated by the size dependence of the object in the image on the distance from the camera, whereby we can determine the speed of approaching or moving away from the object. We will show you the specific determination of the distance we need to know the actual result size of the object. This is because the ratio between the size of the object depending on the distance is the same for each object. Finally, this work presents the resulting image frames for implementation using OpenCV library.
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.
Video on Demand service in JavaME
Obdržálek, Petr ; Müller, Jakub (referee) ; Číka, Petr (advisor)
The master’s thesis deals with creation of system that provides video on demand. Technologies which are used to creation mobile application are analyzed. There are also mentioned today's most used codecs in the mobile devices. There are described standards, norms, principles and recommendations for transfer multimedia data on network in real time. Technologies which are appropriate for functionality of system on server side are described. The output of the work is an operational sample of whole system and description of functionality of this system.
Image watermarking in frequency domain
Štrbíková, Tatiana ; Rajmic, Pavel (referee) ; Číka, Petr (advisor)
This thesis analyze digital watermarking. At first we can read about watermarking in generally. Secondarily, it considers about possibilities of watermarking, therefore about different ways of watermarking. Methods of digital watermarking we can divide into three main categories: spatial domain watermarking, frequency domain watermarking and spread spectrum watermarking. In detail there is described frequency domain watermarking. Two methods are compared. First method, which use DCT (Discrete cosine transformation) and second metohd, which use DWT (Discrete wavelet transformation). Finally we can found out, which method seems to be better.
Cyber Attacks in JMeter
Klimeš, Jan ; Člupek, Vlastimil (referee) ; Číka, Petr (advisor)
Bachelor thesis deals with the security of computer networks based on TCP/IP protocol stack. The main aim is to create extension modules for application JMeter that add features to the software generate DoS attacks, SYN flood, UDP flood, DNS Server attack and DNS Amplification using applications Trafgen. The theoretical part generally describes cyber attacks, associated with network protocols and application JMeter itself. The practical part contains a description of the graphical interface of the expansion modules, each class which the modules consist of and test results.
Mobile player for multimedia content presentation and processing
Króner, Tomáš ; Číka, Petr (referee) ; Müller, Jakub (advisor)
Master’s thesis deals with developing of multimedia application that allow play and receive multimedia files as audio and video. In thesis introduction, there is theory overview about programming language J2ME, its parts and divisions in couple of chapters. The applications developing begin by choosing focus groups and also group of devices that agree with present trends about mobile devices. The next part undertakes selecting development tool NetBeans IDE based on requirements for multimedia develop and also undertakes selecting software development kit Nokia SDK and its short definition. Afterwards, the application and its basic classes and methods are briefly characterized. The chapters of classes and methods are divided according algorithm level, following development description dividing aspect. Program functions are enriched with flow diagrams completing written text, which have marked important points of program. The main chapters describing algorithm parts begin with define audio and video play. The other pages include description of network connection a data transfers. In every part the programmer part, algorithm is analyzed first and than general options and functionality of this area. In file play part, it is selection of file and proceeding to launch playing with function control possibility. In case of network connection, it is access to network and data handling, eventually communication with each other in client - server hierarchy and consequential multimedia content playing. In the end of development part, reader is cognizant of application fault handling that is inherently part of every application working with I/O data. Next chapter is devoted to future development a design resulting to present process. In the thesis it can be found also application description from user’s point of view, user manual a solving incurred problem situations. In the instructions, there are contained screenshots of described parts of program. Reached results and reviews are summarized on the end of the thesis.
Digital image watermarking
Číka, Petr ; Krbilová, Izabela (referee) ; Makáň, Florian (referee) ; Němec, Karel (advisor)
Digital image watermarking has developed for the purpose of protecting intellectual property rights to multimedia data. The focus of this thesis is searching for an alternative solution of digital image watermarking methods. A detailed analysis of watermarking methods particularly in the frequency domain, and the modification of these methods are the main aim of this work. Improved performance in watermark extraction is one of the main goals. First, the common static image watermarking methods, possible attacks on the watermarked data and techniques for objective measurement of watermarked image quality are shortly introduced. Techniques which use the space domain for watermarking ar described in the next part of this work. It is about techniques which insert the watermark into the least significant bits of an image both in the RGB domain and in the YUV domain. The main part of the thesis depicts modified and newly developed static image watermarking methods in the frequency domain. These methods use various transforms and error-correction codes, by means of which the watermark robustness increases. All the methods developed are tested in MATLAB. Results together with tables and graphs are one part of work. The end of the thesis is devoted to a comparison of all the developed methods and their evaluation.
Detection of groups of people in images
Mikulčík, Ondřej ; Zukal, Martin (referee) ; Číka, Petr (advisor)
This work describes two methods for detecting objects in images. The first method is the Viola-Jones, the second is the method of histograms oriented gradients. Start of work deals with the theoretical description of the methods. In the other parts of this work is presented creation of the training databases, implementation methods in the RapidMiner and their testing. In conclusion, the results and the use of methods for detection of groups of people in the database of images are evaluated.
On-line Communication Client
Húserka, Jozef ; Zukal, Martin (referee) ; Číka, Petr (advisor)
Main focus of this thesis is protocol XMPP (Extensible Messaging and Presence Protocol) and its implementation into on-line client built in JAVA programming language. Purpose of XMPP protocol is to deliver messages in real-time between two or more users. It’s standardized protocol with open specification based on XML (Extensible Markup Language). This thesis describes various aspects and specifications of XMPP protocol, the way the messages are exchanged between users, various types of XML information contained in stream which is exchanged between entities in network and generally describes functioning of XMPP protocol. The output of this thesis is an on-line client for instant messaging developed using Smack API package for JAVA – various aspects of this package are described in this document alongside explanation of implementation of the client.

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