Skip to content

nivi2407/Image-Processing-Based-Motion-Sensing-with-Telegram

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Image Processing-Based Motion Sensing with Telegram

An algorithm for detecting moving objects from video sequences using image processing. Motion detection software is crucial for enhancing security features, such as motion sensor lighting and security cameras. This project focuses on Python-based motion detection, identifying movements of humans, cats, or dogs in front of a camera. The proposed method employs a neural network model for movement detection, coupled with image processing techniques.

Features:

  • Motion Detection: Utilizes a reliable background updating model and threshold methods to detect complete moving objects, including humans, cats, and dogs.

  • Telegram Integration: Sends notifications to an admin via a Telegram chat bot when movements are detected. Enables real-time communication by retrieving images and videos.

Motion Detection Examples

Cat Motion Detection | Dog Motion Detection

Cat Motion Dog Motion

Human Motion Detection

Real-time Motion Detection Real-time Motion Detection

Technologies Used

  • Python
  • Image Processing
  • Neural Network