Thread: Name that image process!

Threaded View

Previous Post Previous Post   Next Post Next Post
  1. #5
    Malum in se abachler's Avatar
    Join Date
    Apr 2007
    Posts
    3,195
    Well you know my contests, I never give you all the info, I like to see how crazy and outrageous people get with that noodle between their ear bones.

    Its actually much simpler than a sobel filter, it was actually designed for motion detection.

    I did a time lapse historical average, with full storage of the last 100 frames, then I XOR'd it with the current image. Areas that didnt change would have zero values, areas that did change would have non-zero values.

    Here is another one -
    Last edited by abachler; 09-04-2009 at 05:19 AM.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Problem reading tiff image files?
    By compz in forum C++ Programming
    Replies: 9
    Last Post: 10-30-2009, 04:17 AM
  2. sequenceing or queueing multiple process
    By sv_joshi_pune in forum Windows Programming
    Replies: 1
    Last Post: 08-14-2009, 09:43 AM
  3. Replies: 3
    Last Post: 10-15-2008, 09:24 AM
  4. Problem with forking a process
    By Unitedroad in forum C Programming
    Replies: 10
    Last Post: 10-04-2007, 01:43 AM
  5. process programming
    By St0rM-MaN in forum Linux Programming
    Replies: 2
    Last Post: 09-15-2007, 07:53 AM