Skip to content

Main application with detection and processing algorithms used in my bachelor thesis

License

Notifications You must be signed in to change notification settings

lukasbrchl/Detection-of-products-in-hand-by-IR-camera-implementation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Detection of products in customer's hand by IR camera

This repository contains Java sources of the main application with detection and proccesing algorithms related to my bachelor thesis (https://github.com/lukasbrchl/Bachelor-thesis-text-sources).

Prerequisites

  • Java >= 1.8
  • OpenCV >= 3.3

Usage

  • Clone the repository
git clone https://github.com/lukasbrchl/Detection-of-products-in-hand-by-IR-camera.git
  • Link OpenCV library with natives
  • Rename conf/config-template.properties to conf/config.properties and setup image paths.
  • Build and run the app
  • Select folder with input images or recieve them from the socket (https://github.com/lukasbrchl/Modified-eBUS-Player can be used as server)
  • Run the stream

Main app screen

License

This project is licensed under the MIT License - see the LICENSE file for details

About

Main application with detection and processing algorithms used in my bachelor thesis

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages