National Repository of Grey Literature 36 records found  beginprevious21 - 30next  jump to record: Search took 0.00 seconds. 
Augmented Reality based on Planar Object and Local Image Features
Bárta, Milan ; Chrápek, David (referee) ; Beran, Vítězslav (advisor)
This bachelor's thesis deals with creating an augmented reality application which allows mapping of planar object and camera position localization with possibility of rendering additional information into the picture. Procedures used in image stitching process using local features are described in detail. These are the fundamental techniques for creating augmented reality applications. The thesis focuses on designing and implementation of such an application.
Tooth Clasification on Jaw 3D Polygonal Model
Hulík, Rostislav ; Španěl, Michal (referee) ; Kršek, Přemysl (advisor)
This document discusses a solution for tooth classification on 3D jaw polygonal model. Sequentially, I describe techniques for representation and browsing of polygonal model saved in computer memory, techniques for dental curve detection and finally, creation of surface representing approximated tooth plane. After it, I analyze possibilities of height map creation from jaw model which helps in tooth classification in the scope of entire dental curve context and, as a last step, final detection of these teeth in two dimensions. In the same time, I discuss 3D polygonal model segmentation for border extraction, which separates teeth from the rest of the model. In the end of proposed algorithm, I join these two runs into one final detection and classification process of separate teeth, so presented application can automatically indentify and classify teeth to corresponding names and positions with a minimum user interaction. In a second half of this document, I describe implemented solution. According to primary goal, I propose these techniques forcefully to multiplatform approach and maximal user comfort.
Superresolution
Mezera, Lukáš ; Dvořák, Radim (referee) ; Orság, Filip (advisor)
Úkolem této diplomové práce je navrhnout vlastní metodu pro zvýšení rozlišení v obraze scény, pokud je k dispozici více snímků dané scény. V teoretické části diplomové práce jsou jako nejlepší metody pro zvýšení rozlišení v obraze vybrány ty, které jsou založeny na principech zpracování signálu. Dále jsou popsány základní požadavky metod pro zvýšení rozlišení v obraze při přítomnosti více snímků stejné scény a jejich typická struktura. Následuje stručný přehled těchto metod a jejich vzájemné porovnání podle optimálních kritérií. Praktická část diplomové práce se zabývá samotným návrhem metody pro zvýšení rozlišení v obraze, pokud je k dispozici více snímků této scény. První navržená metoda je naimplementována a otestována. Při testování této metody je však  zjištěna její špatná funkčnost pro snímky scény s nízkým rozlišením, které vznikly vzájemnou rotací. Z toho důvodu je navržena vylepšená metoda pro zvýšení rozlišení v obraze. Tato metoda využívá při svém výpočtu robustních technik. Díky tomu je již vylepšená metoda nezávislá na rotaci mezi snímky scény s nízkým rozlišením. I tato metoda je řádně otestována a její výsledky jsou porovnány s výsledky první navržené metody pro zvýšení rozlišení v obraze. V porovnání výpočetních časů je lepší první navrhovaná metoda, avšak její výsledky pro obrazy obsahující rotace nejsou kvalitní. Oproti tomu pro obrazy, které vznikly pouze posunem při snímání scény, jsou tyto výsledky velice dobré. Vylepšená metoda je tedy využitelná zejména pro obrazy obsahující rotace. V závěru této práce je ještě navrženo jedno vylepšení, které by mohlo zlepšit výsledky druhé navrhnuté metody pro zvýšení rozlišení v obraze scény.
Camera Orientation in Real-Time
Župka, Jiří ; Herout, Adam (referee) ; Beran, Vítězslav (advisor)
This work deals with the orientation of the camera in real-time with a single camera. Offline methods are described and used as a reference for comparison of a real-time metods. Metods work in real-time Monocular SLAM and PTAM methods are there described and compared. Further, paper shows hints of advanced methods whereas future work is possible.
Detection of Corresponding Points in Images
Komosný, Petr ; Hradiš, Michal (referee) ; Španěl, Michal (advisor)
This thesis is interested in detection of corresponding points in images, which display the same object, eventually some of important elements and synchronizing these images. The aim of this thesis is to find, study and choose suitable algorithm for detecting interesting points in image. This algorithm will be apply at couple of images and in these images will find couples of corresponding points across these images. Functional output of this thesis will be application which will realize choosen interesting points detector, algorithm for finding correspondencies of regions and their synchronizing and joint them to one output image.
Interest Point Detection in Images
Duda, Tomáš ; Beran, Vítězslav (referee) ; Španěl, Michal (advisor)
This master's thesis deals with the interest point detection in images. The main goal is to create an application for making panoramic photos, which is based on this detection. The application uses the SIFT detector for finding keypoints of the image. Afterwards the geometrical consistence of image points using the RANSAC algorithm is finds out and images are transform into panorama in accordance with this geometrical consistence. Finally techniques for blending of transition between photos are used.
Robust Detection of Moving Objects in Video
Klicnar, Lukáš ; Herout, Adam (referee) ; Beran, Vítězslav (advisor)
Motion segmentation is an important process for separating moving objects from the background. Common methods usually assume fixed camera, other approaches exist as well, but they are usually very computational intensive. This work presents an approach for scene segmentation to regions with coherent motion, which works faster than similar methods and it is capable of online processing with no prior knowledge of objects or camera. The main assumption is that the points belonging to a single objects are moving together and this applies as well in the opposite direction. The proposed method is based on tracking of feature points and searching for groups with similar motion by using RANSAC-based algorithm. Short-range repair of broken tracks is applied to increase the overall robustness of tracking. Found clusters are subsequently processed to represent separate moving objects.
Graffiti Tag Retrieval
Grünseisen, Vojtěch ; Juránek, Roman (referee) ; Hradiš, Michal (advisor)
This work focuses on a possibility of using current computer vision alghoritms and methods for automatic similarity matching of so called graffiti tags. Those are such graffiti, that are used as a fast and simple signature of their authors. The process of development and implementation of CBIR system, which is created for this task, is described. For the purposes of finding images similarity, local features are used, most notably self-similarity features.
Uniform Marker Field on a Cylinder
Kříž, Radim ; Havel, Jiří (referee) ; Herout, Adam (advisor)
This work presents a new extension for Uniform Marker Field, which is able to detect UMF on the cylinder. First part of the text deals with Augmented reality and focuses on systems using markers. It discusses the actual state-of-the-art systems and its possibilities. After that it focuses more deeply on the marker system Uniform marker field and its grayscale variants. Next part of the work describes properties of the cylinder projected in real space. Important properties for detecting are discussed in detail. Then the proposal and description of detection algorithm is presented. Implementation of algorithm is tested and evaluated on the very end of this thesis.
Ellipse Detection
Hříbek, Petr ; Herout, Adam (referee) ; Hradiš, Michal (advisor)
The thesis introduces methods used for an ellipse detection. Each method is theoretically described in current subsection. The description includes methods like Hough transform, Random Hough transform, RANSAC, Genetic Algorithm and improvements with optimalization. Further there are described modifications of current procedures in the thesis to reach better results. Next to the last chapter represents testing parameters of speed, quality and accuracy of implemented algorithms. There is a conclusion of testing and a result discussion at the end.

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