We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cc334f commit 92f627aCopy full SHA for 92f627a
1 file changed
README.md
@@ -1,4 +1,14 @@
1
+
2
# Human_Detection_Tracking-CPP
3
A C++ module to detect and track humans which outputs location information directly in a robot's reference frame.
4
5
+## Introduction
6
+This repository contains a robust human obstacle detector and tracker using a monocular camera, directly usable in a robot’s reference frame.
7
8
+The initial design is as follows :
9
10
+<img alt="design" src="assets/design.gif" width="75%" />
11
12
+*Fig 1 : System Concept of Operations*
13
14
## Currently under development in the "development" branch [here](https://github.com/llDev-Rootll/Human_Detection_Tracking-CPP/tree/development)
0 commit comments