# Dlib C++ Library **Repository Path**: mirrors/computer_vision ## Basic Information - **Project Name**: Dlib C++ Library - **Description**: C/C++/Python based computer vision models using OpenPose, OpenCV, DLIB, Keras and Tensorflow libraries. Object Detection, Tracking, Face Recognition, Gesture, Emotion and Posture Recognition - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2019-10-22 - **Last Updated**: 2025-09-06 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Gesture, Emotions, Posture and Face Recognition using OpenPose/DLIB Purpose of this work is to demonstrate few state of art computer vision applications using OpenPose/DLIB libraries. ## Acknowledgements: This github repository work is greatly inspired and have used code, concepts presented in the following github repositories: - [DLIB](https://github.com/davisking/dlib): Modern C++ toolkit for computer vision and other machine learning. - [Kerasify](https://github.com/moof2k/kerasify) : Small library for running Keras models from a C++ application. - [OPENCV](https://github.com/opencv/opencv): Open Source Computer Vision Library. - [OPENPOSE](https://github.com/CMU-Perceptual-Computing-Lab/openpose): A Real-Time Multi-Person Keypoint Detection And Multi-Threading C++ Library. Thanks to Dr.Michael Rinehart, Chief Scientist at Elastica for his mentorship and guidance through the project. ## Operating systems (supported): - Ubuntu 16.04 - [Nvidia Jetson TX2](https://developer.nvidia.com/embedded/buy/jetson-tx2) ## Requirements: - NVIDIA graphics card with at least 1.6 GB available (the nvidia-smi command checks the available GPU memory in Ubuntu). - At least 2 GB of free RAM memory. - Highly recommended: cuDNN and a CPU with at least 8 cores. ## Install, Compile and Run: - [Install, Compile and Run](https://github.com/srianant/computer_vision/blob/master/openpose/installation.md) (INSTALLATION IS MUST..) ## Design: - [Software design](https://github.com/srianant/computer_vision/blob/master/openpose/Readme.md) ## Demo: - [Gesture recognition](https://github.com/srianant/computer_vision/blob/master/output/hand_gesture_video.gif) - [Emotions recognition](https://github.com/srianant/computer_vision/blob/master/output/emotions_video.gif) - [Pose recognition](https://github.com/srianant/computer_vision/blob/master/output/pose_video.gif) - [DLIB Face recognition](https://github.com/srianant/computer_vision/blob/master/output/face_rec.gif)