zjykzj / FrameDiff

Implementation of inter-frame difference algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

«FrameDiff» implements inter-frame difference algorithm.

Table of Contents

Background

The inter-frame difference algorithm is one of the conventional motion detection algorithms. I still remember the last lesson of my undergraduate machine vision course was about learning motion detection based on inter-frame difference algorithms.

This warehouse has implemented some inter-frame difference algorithms using OpenCV or Simd image processing libraries.

Maintainers

  • zhujian - Initial work - zjykzj

Thanks

Contributing

Anyone's participation is welcome! Open an issue or submit PRs.

Small note:

License

Apache License 2.0 © 2023 zjykzj

About

Implementation of inter-frame difference algorithm

License:Apache License 2.0


Languages

Language:C++ 72.7%Language:Python 22.6%Language:CMake 4.7%