Fall-Detection

Human Fall Detection from CCTV camera feed
授权协议 GPL-3.0 License
开发语言
所属分类 应用工具、 科研计算工具
软件类型 开源软件
地区 不详
投 递 者 仰欣悦
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

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 R2013a

Usage

####Installation

  1. Download zip
  2. Unzip
  3. Open falldetection.m in MATLAB

####MATLAB command line

falldetection <video_name>;

####Example

falldetection video.mp4;

Output

###Working

###Original video frame

###Human segemented image

###Motion History Image (MHI)

###Human shape

###Fall Detected Notification

YouTube Demo Video Link

Demo of the project

Youtube Video: Human Fall Detection

Flowchart

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

  • #!/usr/bin/env python # coding: utf-8 # In[4]: import sys from statistics import median from statistics import stdev from scipy.stats import kurtosis,skew import math import numpy as np import os i

  • http://fenix.univ.rzeszow.pl/~mkepski/ds/uf.html 转载于:https://www.cnblogs.com/guochen/p/5566123.html

相关阅读

相关文章

相关问答

相关文档