Skip to content

Commit d207dbc

Browse files
Update README.md
1 parent 167d9b7 commit d207dbc

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

+21
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,23 @@
11
# TopDownPeopleDetection
22
People silhouettes are detected as contours, with feature extraction like height at extremepoints/extremeties, height of center, etc. OpenCV based library, using depth images/ frames from a top down mounted depth camera, e.g. Kinect, Realsense etc.
3+
4+
![empathySwarm_PeopleDetectionSetup](https://user-images.githubusercontent.com/30211868/130604467-ea2b6a8b-fb76-444e-aabd-af22419944c6.jpg)
5+
6+
7+
This code has been developed by [Katrin Hochschuh | Hochschuh&Donovan](https://hochschuh-donovan.com) as part of the project [Empathy Swarm](https://hochschuh-donovan.com/portfolio/empathy-swarm/) before and as part of [»The Intelligent Museum«](#the-intelligent-museum).
8+
9+
Copyright (c) 2021 Katrin Hochschuh | Hochschuh&Donovan.
10+
11+
For information on usage and redistribution, and for a DISCLAIMER OF ALL
12+
WARRANTIES, see the file, "LICENSE.txt," in this distribution.
13+
14+
BSD Simplified License.
15+
16+
Requirements
17+
------------
18+
19+
(Software) dependencies:
20+
* [OpenCV 4.1](https://opencv.org/opencv-4-1/)
21+
22+
Operating systems/platforms:
23+
* Windows

0 commit comments

Comments
 (0)