FinalProject was created for my Master Thesis application. It will contain necessary DLL, EXE and source files.
Master Thesis
My Master Thesis topic is: Human/PC communication with hand gesture recognition
It will be a simple application with some paperwork. The application will be built with C++, C# (.Net 4.0), WPF. It will also use OpenCV (Version 2.1)
Details
Solution includes:
- DetectionLib - responsible for hand detection logic, web camera cooperation and palm features extraction. Library is written in C++ with OpenCV.
- DetectionLibTestUI - created for testing purposes. Will help to test logic implemented in DetectionLib. Written in C++ with OpenCV.
- ApplicationModelLib - responsible for wrapping functions implemented in DetectionLib. Contains all logic needed to run Hand feature extraction functions in DetectionLib on a separate thread and to translate these features into gestures which are recognized and adapted to actions. ApplicationModelLib is the low layer of MVVM pattern of the whole project.