Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/harishrithish7/Fall-Detection
Human Fall Detection from CCTV camera feed
https://github.com/harishrithish7/Fall-Detection
fall matlab
Last synced: 13 days ago
JSON representation
Human Fall Detection from CCTV camera feed
- Host: GitHub
- URL: https://github.com/harishrithish7/Fall-Detection
- Owner: harishrithish7
- License: gpl-3.0
- Created: 2016-08-16T19:56:35.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-08-19T01:53:28.000Z (about 8 years ago)
- Last Synced: 2024-08-01T22:54:12.121Z (3 months ago)
- Topics: fall, matlab
- Language: Matlab
- Homepage:
- Size: 1.89 MB
- Stars: 176
- Watchers: 14
- Forks: 66
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: license.md
Awesome Lists containing this project
README
# Fall-Detection
Detect humans falling on the ground from a CCTV camera feed and limit the physical damage to the person by alerting the hospital authorities.Introduction
------------
Elderly people tend to slip and fall in homes and remain unattended for a long time.
If the affected person is not treated immediately, serious health issues including brain injuries occur.
The proposed solution automatically detects humans falling, through cameras installed in homes, and sends notification to family members and hospital authorities.Requirements
------------
MATLAB R2013aUsage
-----####Installation
1. Download zip
2. Unzip
3. Open falldetection.m in MATLAB####MATLAB command line
```matlab
falldetection ;
```
####Example
```matlab
falldetection video.mp4;
```Output
------
###Working
[![Working](https://s4.postimg.org/49t4relod/giphy.gif)](https://postimg.org/image/qlqxksks9/)###Original video frame
[![Original video frame](https://s3.postimg.org/esn2yx6eb/original.png)](https://postimg.org/image/5kuui7zbz/)###Human segemented image
[![Human segemented image](https://s3.postimg.org/3m989kdgz/mask.png)](https://postimg.org/image/yt7vdh1db/)###Motion History Image (MHI)
[![Motion History Image](https://s3.postimg.org/vqsn37f1v/mhi.png)](https://postimg.org/image/rhnx11bsf/)###Human shape
[![Human shape](https://s4.postimg.org/576uymvyl/shape.png)](https://postimg.org/image/xk2cp3hop/)###Fall Detected Notification
[![Fall Detected Notification](https://s3.postimg.org/6aagwho5f/fall.jpg)](https://postimg.org/image/tbr228nsv/)YouTube Demo Video Link
------------------
Demo of the projectFlowchart
---------
[![Flowchart](https://s4.postimg.org/lfue0o4fh/Page_4_Image_27.png)](https://postimg.org/image/8og7u5und/)Note
----
* Live transmission from the camera to the software is not supported. Instead, the data from the camera is first stored and then processed.
* The video feed should be saved in '..\Fall-Detection\Video' folder.
* The notification is sent to the user through an app installed on the phone. The apk file is not included in this repository.Reference Paper
---------------
C.Rougier,J.MeunierFall,A.Arnaud and J.Rousseau. Detection from Human Shape and Motion History using Video Surveillance. *Proceedings of the 21st International Conference on Advanced Information Networking and Applications Workshops*,2007.License
-------
[![License](https://s3.postimg.org/5h9joly3n/license.png)](https://postimg.org/image/g43cu168v/)