National Repository of Grey Literature 32 records found  1 - 10nextend  jump to record: Search took 0.01 seconds. 
SIP client with advanced features
Šacl, Vojtěch ; Číka, Petr (referee) ; Zukal, Martin (advisor)
The main objective of this thesis is the design and implementation of client software, which will be able to conduct text and video communication over an IP based network. The client application is supposed to run from a web page without the need of any additional software. The first part describes possible technologies suitable for the development of such an application. After that follows a brief description of the selected technology with emphasis on SIP protocol. The thesis also includes a brief description of characteristics of libraries that were considered for implementation into the application. The proposed solution consists of the description of the graphic environment and behavior of the application. The developed application is tested in different situations in the last part of the thesis.
SIP client in Java
Zukal, Martin ; Polívka, Michal (referee) ; Číka, Petr (advisor)
This bachelor’s thesis deals with a design of a client-based application with the utilization of the Session Initiation Protocol (SIP). The first part describes SIP with an emphasis on basic concepts. Then a brief description of the Java programming language which will be used for the implementation follows. The most extensive part is devoted to the description of a design and implementation of the application. Some techniques used during the development of the applicaton are being discussed in this part. The thesis is finished up with test scenarios verifying functionality of the application.
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.
Advanced Methods to Multimedia Data Protection
Mikulčík, Ondřej ; Zukal, Martin (referee) ; Číka, Petr (advisor)
To protect the the copyright of multimedia works have been developed watermarking techniques, that insert an invisible watermark to the original data. The aim of this thesis was to explore modern watermarking techniques, choose three of them and realize them. Also test them, evaluate their properties and possibly improve them. All methods insert a watermark into luminance component of the original image, and work with binary or black and white watermark. All techniques work in the frequency domain using discrete wavelet transform. For the implementation of methods, have been developed software named "Watermarking" that has been programmed in JAVA Version 7. The first chapter describes the types of watermarks, the general process of insertion and extraction, watermarking systems and important feature requests of embedded water- marks. In addition, qualitative methods are mentioned for their comparisons and testing. The chapter also contains a theoretical description of the used transformations and functions. In the second chapter is described the user interface of the software "Water- marking". Chapters three and four contain a theoretical description of the implemented methods and description of implementation of insertion and extraction processes of the watermark. Also there are discussed the exact procedures for testing, the sample data, and the results which are clearly displayed in the tables. The fifth chapter discusses in detail the results obtained in testing the robustness of the watermark, using the software StirMark. In the conclusion are evaluated the advantages and disadvantages of methods and quality parameters.
Methods for Segmented Image Processing
Štěrba, Radek ; Číka, Petr (referee) ; Zukal, Martin (advisor)
This work deals with the representation of segmented images using graphs. Different segmentation methods used in processing visual information are described here. Today is mathematics increasingly needed. This fact is not omitted, basic information of graph theory are described in this paper. The second part of this work is practical. It contains a survey of libraries processing graphs. Further the data structures for describing the segmented image are described. Last but not least, there is also described the formation and properties of the operators designed for environment RapidMiner that fill these structures.
Object tracking in video sequences
Libiš, Zdeněk ; Zukal, Martin (referee) ; Číka, Petr (advisor)
This thesis deals with object tracking in video sequence. It focuses on studying of one object´s motion in static background. Motion is defined by its direction and its speed. It was created 3 operators in RapidMiner to determine it. The operator called AccumulativeDifferenceImage searches a trajectory of motion by technique of accumulative difference image. Operator called OpticalFlow is created to describe type of motion and to find size of location´s transition. The operator called SpeedMeasuing is used for determining of speed, it calculates speed of object by using input´s binary masks in meters by second. In theoretical part of thesis are described the types of segmentation´s methods, basic types of block matching algorithms, attributes of video sequences and problem of recording of motions. In practical part are described implementations of every operator, the testing video sequences and showed results of tests for every operator.
Long-term Analysis of Ultrasound Video Sequences Using Interest Point Detectors
Zukal, Martin ; Závodná, Eva (referee) ; Papež,, Václav (referee) ; Říha, Kamil (advisor)
This doctoral thesis deals with the analysis of ultrasound (US) video sequences. It specifically focuses on long-term tracking of the common carotid artery (CCA) in transversal section and measurement of its geometric parameters in a sequence of US images. The design and implementation of a system for automatic tracking of the artery is described in this thesis. The proposed system utilizes Viola-Jones detector and Hough transform to localize the artery in the image. Interest points are detected in the area of the artery wall. These points are then tracked using optical flow. The proposed system comprises a number of innovative methods which allow to perform accurate long-term measurement of parameters of CCA and store the results. A novel mathematical model describing the movement of CCA in transversal section during a cardiac cycle is defined afterwards taking the influence of breathing into consideration. A number of artificial sequences of US images based on this model have been created. These sequences were consequently used to evaluate the accuracy of the proposed system in terms of measuring the parameters of CCA. The sequences are unique because of their length which makes them suitable for evaluation of tracking accuracy even in long video sequences.
Open-source systems for image processing
Slinták, Vlastimil ; Zukal, Martin (referee) ; Mikulka, Jan (advisor)
The aim of this document is to describe open-source libraries for image processing — ITK, VTK and OpenCV. Their architectures are described and it is shown how to compile and use them in real applications. It also provides basic description of algorithms for image processing. In the second part of this document, we try to use ITK library with data-mining environment RapidMiner.
Desktop sharing through video- and audio-conferences
Zukal, Martin ; Morský, Ondřej (referee) ; Číka, Petr (advisor)
The following diploma thesis is devoted to the desktop sharing description and its opportunities. Existing solutions and their advantages and disadvantages are described at the beginning of the text. The most extensive part deals with the design and the implementation of a new solution for the desktop sharing. The thesis aims at providing a possibility to observe desktop of one computer from another one. For achieving it, two appliactions (a server and a client) have been developed, and they are described in the text with utilization of UML (Unified Modeling Language) diagrams. The RFB (Remote Framebuffer) protocol has been chosen as the means for communication between the applications. A detailed description of this protocol is also included in the text. The developed solution is tested and compared with other similar applications in the final part of the work. After that, some areas needing slight improvements are named to achieve competitiveness of the developed solution with other applications of a similar type.

National Repository of Grey Literature : 32 records found   1 - 10nextend  jump to record:
See also: similar author names
7 Zukal, Marek
8 Zukal, Martin
1 Zukal, Milan
Interested in being notified about new results for this query?
Subscribe to the RSS feed.