Skip to content

Shows recent video changes, to emulate a dinosaur that can't see objects that stand still.

Notifications You must be signed in to change notification settings

NattyBumppo/T-Rex-Vision-Motion-Detector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Summary

This is a simple application that takes a video stream (e.g., from a webcam) as input and outputs any pixels that have changed significantly over the past several frames, resulting in a sort of "T-Rex vision"-style motion detector (as inspired by Jurassic Park).

Image data is stored in a ring buffer, and when the standard deviation for historical intensity values for a pixel exceeds the draw threshold, that pixel is assumed to have changed significantly and is drawn. The ring buffer size and draw threshold are adjustable.

This project was written in C++, using the OpenCV library. This project requires the OpenCV library to run.

Credits

This application was programmed by Nat Guy.

About

Shows recent video changes, to emulate a dinosaur that can't see objects that stand still.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages