trux_motion

trux_motion project is a program for detecting motion between two JPEG images.
Download

trux_motion Ranking & Summary

Advertisement

  • Rating:
  • License:
  • GPL
  • Price:
  • FREE
  • Publisher Name:
  • Truxton Fulton
  • Publisher web site:
  • http://www.truxton.com/~trux/software

trux_motion Tags


trux_motion Description

trux_motion project is a program for detecting motion between two JPEG images. trux_motion project is a program for detecting motion between two JPEG images.trux_motion is a simple program for detecting motion between a pair of JPEG images. It uses the GD library to load the JPEGs.It uses a simple, fairly fast algorithm for detecting motion.Requirements:· GDTo use the program, invoke "motion" with 3 arguments: the names of two jpeg images, and a threshhold for motion, like this : motion A.jpg B.jpg 1000The threshhold is the number of active pixels, above which motion will be detected. If motion is detected, the result of the program will be zero, if no motionis detected, the result will be nonzero. This allows you to create scripts with stuff like this : motion A.jpg B.jpg 1000 && echo "MOTION DETECTED"The threshhold to use depends on how much motion you want to detect. The algorithm is pretty good about squashing random pixel noise, so even a threshhold of1 is useful if you want to detect the slightest movement. Of course, the threshhold to use will also depend on the size of the images from your camera. I have a camera that generates 640*480 jpegs, so a threshhold of 1000 pixels means that 0.3% or more of the image must have changed before motion is detected.


trux_motion Related Software