Факультет комп’ютерних та інформаційних технологій

Постійне посилання на фондhttps://repository.lntu.edu.ua/handle/123456789/49

Переглянути

Результати пошуку

Зараз показуємо 1 - 4 з 4
  • Item type:Наукова стаття,
    Біометрична ідентифікація засобами Python та Raspberry Pi
    (Луцьк: ЛНТУ, 2021-03-30) Костючко, Сергій Миколайович; Багнюк, Наталія Володимирівна; Кузьмич, Олена Іванівна; Поліщук, Микола Миколайович; Кирилюк, Людмила Миколаївна
    У даній статті пропонується один з варіантів біометричної ідентифікації, а саме розпізнавання обличь користувачів засобами (одного з найпопулярніших і сучасного) одноплатного комп’ютера Raspberry Pi 4b та з використанням мови програмування Python. Була проведена низка симуляцій та створена база даних користувачів.
  • Item type:Наукова стаття,
    Development of the system for recognition of car licence plate using artificial intellegence
    (Lutsk: LNТУ, 2024) Pekh, Petro; Hrygorychenko, Vladyslav
    The article proposes a technology for creating a license plate recognition system using artificial intelligence. The license plate recognition program is developed in the PyCharm integrated development environment (IDE), which supports Python and provides access to libraries for machine learning and image processing. Libraries for working with images and text, such as OpenCV, imutils, pytesseract, and others, are installed through the PyCharm terminal. For the processing and recognition of license plates, a set of images containing various car license plates was prepared. These images are made from different angles, with different lighting and quality, which is caused by the need to ensure the appropriate response of the program to different input data to ensure its correct operation. After loading the image using the OpenCV library, it is converted to grayscale, since contour detection and image processing are much easier in grayscale. The Canny algorithm was used to detect contours. Contours in the image are used for further identification of the license plate. Determination of horizontal and vertical contours was performed using the Sobel operator. We use Tesseract OCR to recognize license plate text. After the license plate has been recognized, we compare it with those in the database. After setting up the program, it is necessary to test it with different images to make sure the accuracy of license plate recognition. This allows you to detect possible problems in the recognition process, such as low contrast of the image, contamination of license plates or unstable lighting, tilting or distortion of license plates in the image, which can affect the accuracy of recognition.
  • Item type:Кваліфікаційна робота бакалавра,
    Система візуального аналізу для автоматизації виробничої лінії
    (Луцьк : ЛНТУ, 2025) Верчук, Владислав Русланович
    У кваліфікаційній роботі бакалавра розроблено систему візуального аналізу для автоматизації виробничої лінії на базі Raspberry Pi. Проведено аналіз сучасних методів комп’ютерного зору та промислових датчиків, обґрунтовано вибір апаратного забезпечення та алгоритмів роботи системи. Реалізовано програмний модуль з використанням Python та OpenCV для обробки зображень, проведено калібрування та тестування системи. Розробка дозволяє підвищити ефективність, точність і продуктивність контролю якості продукції на виробничих лініях.
  • Item type:Кваліфікаційна робота бакалавра,
    Розпізнавання зображень методами штучного інтелекту на платформах Arduino
    (Луцьк : ЛНТУ, 2025) Сальнік, Дмитро Русланович
    Кваліфікаційна робота присвячена розробці системи розпізнавання зображень на основі Arduino, включає теоретичні основи розпізнавання зображень, аналіз сучасних методів і технологій, а також практичну реалізацію та тестування системи.