afrozchakure / Patient-Fall-Detection-System

πŸš‘ Detect Patient Fall from bed using OpenCV πŸ›ŒπŸΌ
1 stars 0 forks source link

Person Fall Detection using OpenCV

GitHub license Visits Badge Created Badge Updated Badge

1. Version 0

Getting the video:

Within the while(1) loop:

Loop Checking if h < w :

Breaking out of the loop:

Results:

1. Fall

2. Not a Fall

Limitations:

2. Version 1

Fall Detection v1 (Specifics to v1)

Use of Simple Adaptive Backgrounding Method:

Description of v1

Additional steps:

For more Information about files in Version 1 refer here

3. Version 2 (Best Version)

Fall Detection v2

Features of v2 program

Additional steps:

Setting Appropriate thresholds

Results

  1. Not Fall Detected

  2. Fall Detected

For more Information about files in Version 2 refer here

References

Thanks to the amazing Repositories by:

  1. @EikeSans (version - 0) - https://github.com/EikeSan/video-fall-detection
  2. @infr (version - 1, version - 2)- https://github.com/infr/falldetector-public