Skip to content

Latest commit

 

History

History
29 lines (17 loc) · 934 Bytes

File metadata and controls

29 lines (17 loc) · 934 Bytes

Block Matching Algorithm

Motion Detection Block Matching Algorithm is an application designed to reduce the computational resources required for analyzing videos by implementing a block matching algorithm for motion detection. This algorithm compares blocks of pixels between consecutive frames to detect motion, allowing for efficient analysis and reducing the workload for AI-based video processing tasks. The application offers customizable block size and matching parameters, making it adaptable to various video processing needs.

Architecture

App Screenshot

Installation

  pip3 install -r ./requirements.txt

Deployment

To deploy this project run

  python3 ./main.py -b block_size -t threshold -i iframe_intervals -m mode -w write -f filename

Demo

Demo

License

MIT