• Refine Query
  • Source
  • Publication year
  • to
  • Language
  • 116
  • 65
  • 18
  • 16
  • 6
  • 4
  • 3
  • 2
  • 2
  • 1
  • 1
  • 1
  • 1
  • Tagged with
  • 243
  • 84
  • 79
  • 74
  • 70
  • 53
  • 45
  • 43
  • 35
  • 35
  • 32
  • 29
  • 27
  • 27
  • 25
  • About
  • The Global ETD Search service is a free service for researchers to find electronic theses and dissertations. This service is provided by the Networked Digital Library of Theses and Dissertations.
    Our metadata is collected from universities around the world. If you manage a university/consortium/country archive and want to be added, details can be found on the NDLTD website.
161

Detekce, lokalizace a určení plochy chronických ran / Detection, Localization and Determination of Chronic Wounds

Gulán, Filip January 2018 (has links)
The aim of this diploma thesis is to design and implement a multiplatform application for detection, localization and determination of the extent of chronic wounds. The application is intended to assist nurses, doctors and healthcare assistants to monitor and evaluate chronic wounds in the course of treatment. The application is based on the Typescript programming language, on the Ionic hybrid application framework and on the Electron desktop application framework. Chronic wound assessment runs on the server-side where the Python programming language is used. The Flask application framework is used for the RESTful application interface and the OpenCV library is used for image processing.
162

Využití moderních metod zpracování obrazu při kontrole laboratorních procesů / Use of modern image processing methods in the control of laboratory processes

Kiac, Martin January 2019 (has links)
The thesis deals with the processing and detection of specific objects in the image on the Android mobile platform. The main objective of this work was to design and then implement a mobile application for Android operating system, which allows control of pipetting processes based on images from a mobile device camera. The OpenCV library is used in the application for image processing. The resulting application should serve primarily in laboratories as a tool for complete analysis of the pipetting process. The work is divided into two main chapters, which further consist of sections and smaller subsections. The first chapter is devoted to the theoretical analysis of this work. Here is also describes used technology, Android operating system, OpenCV library and important parts of image processing. The second chapter deals with the proposal and subsequent practical solution of this work. There is a proposal and the following procedure for solving this work, important techniques, methods of processing and analysis of the camera image. The conclusion of the thesis is an evaluation of the results of the solution of this work.
163

Pořízení a zpracování sbírky registračních značek vozidel / Obtaining and Processing of a Set of Vehicle License Plates

Kvapilová, Aneta January 2019 (has links)
This master thesis focuses on creating and processing a dataset, which contains semi-automatically processed images of vehicles licence plates. The main goal is to create videos and a set of tools, which are able to transform  input videos into a dataset used for traffic monitoring neural networks. Used programming language is Python, graphical library OpenCV and framework PyTorch for implementation of neural network.
164

Mobilní aplikace pro rozpoznání leukokorie ze snímku lidského obličeje / Mobile App for Recognition of Leukocoria in an Image of Human Face

Hřebíček, Pavel January 2019 (has links)
The goal of this thesis is to design and implement a multiplatform multilingual mobile application for detecting leukocoria in an image of human face for iOS and Android platforms. Leukocoria is a whitish light of the pupil, which can be seen on the photo when the flash is used. Early detection of this symptom can save human eyesight. The application itself allows to analyze a user's photo and detect the presence of leukocoria. The goal of the application is to analyze eyes of the human, from which the mobile application name - Eye Check is derived. React Native framework was used to create a multiplatform mobile application. The Dlib library was chosen for human face and eye detection, the OpenCV library for working with the photo. The convolutional neural network was used to classify the eyes for the possible presence of leukocoria. Client-Server communication is solved using the REST architecture. The result is a mobile application that detects leukocoria and allerts the user to visit his doctor if leukocoria is detected.
165

Hra pro mobilní telefon s využitím rozpoznání rysů tváře / Smartphone Game Using Recognition of Face Features

Skoták, Jiří January 2019 (has links)
This master's thesis focuses on smartphone game for iOS, which uses recognition of face features and other information, which can be obtained from a smartphone's camera and sensors. This work describes a few approaches for real-time face detection and then introduces and compares possibilities for such task on iOS. Moreover, the thesis contains a draft of the final game and its levels. The game showcases various technologies in its levels such as object detection, processing an image color and others. Finally, the thesis introduces the final form of the game that is released and available on the App Store.
166

Detekce vad potisku / Detection of printing defects

Boček, Václav January 2020 (has links)
This thesis deals with the design and subsequent implementation of a unit inspecting a printed logos on the pen surface. A line-scan camera is used to capture the object. Whole the unit including acquited data processing is controlled by Raspberry Pi 4 platform extended by perifery board. The control of the hardware parts is implemented in C++, the detection algorithms in Python using OpenCV and TensorFlow libraries. The unit has a graphical user interface for control of the inspection process. In the end of the thesis test of the unit reliability is shown.
167

Neuronové sítě pro klasifikaci typu a kvality průmyslových výrobků / Neural networks for visual classification and inspection of the industrial products

Míček, Vojtěch January 2020 (has links)
The aim of this master's thesis thesis is to enable evaluation of quality, or the type of product in industrial applications using artificial neural networks, especially in applications where the classical approach of machine vision is too complicated. The system thus designed is implemented onto a specific hardware platform and becomes a subject to the final optimalisation for the hardware platform for the best performance of the system.
168

Mobilní aplikace pro automatický záznam šachové partie / Mobile Application for Automatic Recording of Chess Games

Jiruška, Adam January 2020 (has links)
This thesis is focused on making application for mobile devices, which records progress of chess game. This is achieved by image recognition on input from camera. Chess figures are classified by neural network. Usage of application is during training or real matches to record games and then for analyzing these games. For analyzing, my application offers record in standard algebraic notation. User can also add notes to every game.
169

Systém pro výměnu nástrojů pro 3D tiskárnu / Tool change system for 3D printer

Karniš, Radim January 2021 (has links)
The aim of this thesis is to design and implement a toolchaning system for a 3D printer. As a consequence of such expansion, the printer gains the ability of multimaterial printing and switching between a number of active and passive tools during a single production process. In addition to extensive research of other currently available solutions, this thesis describes the complete mechanical and electrical design process of the device. It also documents the implementation of a functional sample, the creation of software both for the base system and the toolchanger expansion, and the implementation of an associated optical measurement and calibration system.
170

Dohledávání objektů v obraze / Image object detection

Pluskal, Richard January 2008 (has links)
The thesis deals with design of a program for entering various types of geometric objects in an image for the purpose of their further processing. The program should also contain algorithms to ease object entering (e.g. refining manually entered object position). In the first part there is a brief description of the computer vision and its basic methods used in the work as well as introduction of the OpenCV image processing library. The following part describes three types of geometric primitives that are implemented for now. Because the output of the program is in universal XML format, there is short chapter about the XML. After that, there are summarized some methods for searching of parametric description of geometric primitives in an image. The final chapter describes the proposed system and evaluates possibility and suitability of its usage for various types of images.

Page generated in 0.0325 seconds