National Repository of Grey Literature 21 records found  1 - 10nextend  jump to record: Search took 0.02 seconds. 
Application for Processing of a Photographed Text
Genčúr, Martin ; Rozman, Jaroslav (referee) ; Grulich, Lukáš (advisor)
This work introduces main approches for converting a photographed text into black and white form. It analyses particular methods being used for this task. Following part describes implementation of the application performing a conversion. The program is tested with suitable data (coloured picture, a picture with various shades etc.) and illustrates the usability of the application. The thesis also contains an introduction to optical character recognition (OCR) and suggests potential ways of development of this application. 
Car Licence Plate Detection and Recognition
Kovaříček, Roman ; Procházka, Boris (referee) ; Váňa, Jan (advisor)
This bachelor thesis deals with finding the license plates in the image and pattern recognition. Work describes short history of the state license plates. It deals with also the current state license plates and their problems. It analyzes the process of image segmentation and follow evaluation of selected areas. A part of the work is design and implementation of algorithms that solve candidate search areas or characters. The final step is the recognition of individual characters and display the user with details of the result.
License Plate Recognition
Mrhač, Ondřej ; Sochor, Jakub (referee) ; Navrátil, Jan (advisor)
This thesis talks about problematics of licence plate detection, licence plate recognitionand my implementation for device i.MX 6 Series of NXP semiconductors s.r.o company. Model program for licence plate detection and recognition is written with help of OpenCV library and engine Tesseract and it’s successfully put into operation on this device. Afterwards program was measured his runtime on PC and i.MX6 Series device and those measurements were compared. At the end of this thesis were found the most demanding parts of the program. Future changes and improvements were proposed.
License Plate Recognition
Tilňak, Tomáš ; Juránek, Roman (referee) ; Herout, Adam (advisor)
This thesis talks about a license plate recognition problematics and my implementation of license plate recognition program. At first I introduce a format of license plates in Czech republic. Next chapter is about existing solutions for each phase of license plate recognition according to the selected scientific articles. The main part of this thesis is about design and implementation of license plate recognition program. I also introduce libraries I used in implementation. Necessary part in software development is testing, which has also its own chapter. In the final part there is a review of results and proposals for future changes.
Recognition of Vehicle Number Plates
Martinský, Ondrej ; Zbořil, František (referee) ; Zbořil, František (advisor)
This work deals with problematic from field of artificial intelligence, machine vision and neural networks in construction of an automatic number plate recognition system. (ANPR). This problematic includes mathematical principles and algorithms, which ensure a process of number plate detection, processes of proper characters segmentation, normalization and recognition. Work comparatively deals with methods achieving invariance of systems towards image skew, translations and various light conditions during the capture. Work also contains an implementation of a demonstration model, which is able to proceed these functions over a set of snapshots. 
Automatic acquisition of values from measurement devices without communication interface
Dohnálek, Martin ; Čala, Martin (referee) ; Kunz, Jan (advisor)
This bachelor thesis deals with the matter of optical character recognition from displays of measurement devices without communication interface. This would allow carrying out automated experiments using cheaper or older gear, which is not endowed with means for direct connection to a computer. Input image necessary for the character recognition is acquired using a camera pointed at a display of the device. The recognition is afterwards performed on periodically captured image based on an already existing dataset for particular apparatus. The output of the algorithm is a file containing recognized values, units, and timestamps of the recognition. The tool for creating datasets was designed as well. The achieved speed of recognition (as fast as 34 ms per iteration) during practical testing confirmed the sufficient optimalization of OCR algorithm. On the other hand, the determined hit rate of recognition abiding specified conditions was nearly 100 %. Lastly, the resistance to misalignment of display and sensor plane was monitored. The OCR algorithm is resilient to horizontal tilt up to +/- 5° and vertical tilt up to +/- 20°.
Active Learning for Processing of Archive Sources
Hříbek, David ; Zbořil, František (referee) ; Rozman, Jaroslav (advisor)
This work deals with the creation of a system that allows uploading and annotating scans of historical documents and subsequent active learning of models for character recognition (OCR) on available annotations (marked lines and their transcripts). The work describes the process, classifies the techniques and presents an existing system for character recognition. Above all, emphasis is placed on machine learning methods. Furthermore, the methods of active learning are explained and a method of active learning of available OCR models from annotated scans is proposed. The rest of the work deals with a system design, implementation, available datasets, evaluation of self-created OCR model and testing of the entire system.
Neural Networks for Automatic Table Recognition
Piwowarski, Lukáš ; Španěl, Michal (referee) ; Hradiš, Michal (advisor)
Tato práce seznamuje čtenáře se současnými technikami rozpoznávání tabulek, které se používají především k získávání informací z ručně psaných nebo tištěných historických tabulek. Představujeme také metodu založenou na grafové neuronové síti, která je inspirována představenými přístupy. Metoda se skládá ze tří fází: fáze inicializace grafu, fáze klasifikace uzlů/hran a fáze transformace grafu na text. Ve fázi inicializace grafu používáme algoritmus viditelnosti uzlů a OCR k vytvoření počáteční grafové reprezentace vstupní tabulky. Ve fázi klasifikace uzlů a hran jsou uzly a hrany klasifikovány a ve fázi transformace grafu na text zarovnáváme uzly grafu do mřížky, která je pak použita k vytvoření konečné textové reprezentace tabulky. Náš implementovaný model byl schopen dosáhnout přesnosti 68 % u detekce horizontálních sousedů, přesnosti 71 % u detekce vertikálních sousedů a přesnosti 83 % u detekce buněk na datové sadě ABP.
Neural Networks for Automatic Table Recognition
Piwowarski, Lukáš ; Španěl, Michal (referee) ; Hradiš, Michal (advisor)
Tato práce seznamuje čtenáře se současnými technikami rozpoznávání tabulek, které se používají především k získávání informací z ručně psaných nebo tištěných historických tabulek. Představujeme také metodu založenou na grafové neuronové síti, která je inspirována představenými přístupy. Metoda se skládá ze tří fází: fáze inicializace grafu, fáze klasifikace uzlů/hran a fáze transformace grafu na text. Ve fázi inicializace grafu používáme algoritmus viditelnosti uzlů a OCR k vytvoření počáteční grafové reprezentace vstupní tabulky. Ve fázi klasifikace uzlů a hran jsou uzly a hrany klasifikovány a ve fázi transformace grafu na text zarovnáváme uzly grafu do mřížky, která je pak použita k vytvoření konečné textové reprezentace tabulky. Náš implementovaný model byl schopen dosáhnout přesnosti 68 % u detekce horizontálních sousedů, přesnosti 71 % u detekce vertikálních sousedů a přesnosti 83 % u detekce buněk na datové sadě ABP.
Character recognition of machine-written documents
Kindermann, Hubert ; Blažek, Jan (advisor) ; Kolomazník, Jan (referee)
In the present thesis we solve the problem of symbol extraction and recognition from printed documents digitized by the scanner or camera. We introduce a noise resistant algorithm of document lighting normalization. We continue with the extraction of individual characters from the document and their recognition with a system of feedforward multilayer neural networks. We also focus on processing of the resulting set of recognized characters, which is necessary for further use of the extracted text. The last step is correction of the output based on surrounding letters of each character. We have successfully implemented an automatic system containing all the above components.

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