All Projects → harishrithish7 → Fall Detection

harishrithish7 / Fall Detection

Licence: gpl-3.0
Human Fall Detection from CCTV camera feed

Programming Languages

matlab
3953 projects

Projects that are alternatives of or similar to Fall Detection

Sod
An Embedded Computer Vision & Machine Learning Library (CPU Optimized & IoT Capable)
Stars: ✭ 1,460 (+848.05%)
Mutual labels:  image-recognition, image-processing, detection
Deep learning projects
Stars: ✭ 28 (-81.82%)
Mutual labels:  image-recognition, image-processing
Dmsmsgrcg
A photo OCR project aims to output DMS messages contained in sign structure images.
Stars: ✭ 18 (-88.31%)
Mutual labels:  image-recognition, image-processing
Opencv Face Filters
Snapchat-like Face Filters in OpenCV
Stars: ✭ 51 (-66.88%)
Mutual labels:  image-recognition, image-processing
Artificio
Deep Learning Computer Vision Algorithms for Real-World Use
Stars: ✭ 326 (+111.69%)
Mutual labels:  image-recognition, image-processing
Vehicle counting tensorflow
🚘 "MORE THAN VEHICLE COUNTING!" This project provides prediction for speed, color and size of the vehicles with TensorFlow Object Counting API.
Stars: ✭ 582 (+277.92%)
Mutual labels:  image-processing, detection
Rapiddraw
A simple artificial intelligence experiment to find out if mobile neural networks can recognize human-made doodles
Stars: ✭ 39 (-74.68%)
Mutual labels:  image-recognition, image-processing
Gwu data mining
Materials for GWU DNSC 6279 and DNSC 6290.
Stars: ✭ 217 (+40.91%)
Mutual labels:  image-recognition, image-processing
Kaggle Rsna
Deep Learning for Automatic Pneumonia Detection, RSNA challenge
Stars: ✭ 74 (-51.95%)
Mutual labels:  image-processing, detection
Uploadcare Php
PHP API client that handles uploads and further operations with files by wrapping Uploadcare Upload and REST APIs.
Stars: ✭ 77 (-50%)
Mutual labels:  image-recognition, image-processing
Image Similarity
计算图片之间的相似度
Stars: ✭ 292 (+89.61%)
Mutual labels:  image-recognition, image-processing
Typefont
The first open-source library that detects the font of a text in a image.
Stars: ✭ 1,575 (+922.73%)
Mutual labels:  image-processing, detection
PlayerDetection
Player detection and ball detection in football matches using image processing(opencv).
Stars: ✭ 50 (-67.53%)
Mutual labels:  detection, image-recognition
Imageai
A python library built to empower developers to build applications and systems with self-contained Computer Vision capabilities
Stars: ✭ 6,734 (+4272.73%)
Mutual labels:  image-recognition, detection
survey-computer-vision-2021
2021年计算机视觉技术综述分类汇总
Stars: ✭ 54 (-64.94%)
Mutual labels:  detection, image-recognition
Albumentations
Fast image augmentation library and an easy-to-use wrapper around other libraries. Documentation: https://albumentations.ai/docs/ Paper about the library: https://www.mdpi.com/2078-2489/11/2/125
Stars: ✭ 9,353 (+5973.38%)
Mutual labels:  image-processing, detection
Cctag
Detection of CCTag markers made up of concentric circles.
Stars: ✭ 172 (+11.69%)
Mutual labels:  image-processing, detection
Degate
Open source software for chip reverse engineering.
Stars: ✭ 156 (+1.3%)
Mutual labels:  image-recognition, image-processing
Catt
Detecting the temperature from an infrared image
Stars: ✭ 60 (-61.04%)
Mutual labels:  image-processing, detection
Intro To Cv Ud810
Problem Set solutions for the "Introduction to Computer Vision (ud810)" MOOC from Udacity
Stars: ✭ 110 (-28.57%)
Mutual labels:  activity-recognition, image-processing

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 Working

###Original video frame Original video frame

###Human segemented image Human segemented image

###Motion History Image (MHI) Motion History Image

###Human shape Human shape

###Fall Detected Notification Fall Detected Notification

YouTube Demo Video Link

Demo of the project

Youtube Video: Human Fall Detection

Flowchart

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

License

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].