Motion Detection and Median

Wesley Smith's icon

Hi,
I've put a windows version of the motion detection patch online now.
I've also put a windows/osx vesion of the median object in a separate
package with code. Right now, I use the Quicksort algorithm to sort
the pixel array. This might now be ideal for small arrays. Here's
the link: http://www.mat.ucsb.edu/~whsmith/vision.html .

All the packages are at the bottom.
cheers,
wes

williamshome's icon

thanks so lot.
I am running your demo smoothly on my machine now. cool stuff.

by the way, what are the 3 outputs of xray.jit.probsegment ?

^_^
William

Wesley Smith's icon

It has 3 outputs for the following reasons:

1st output is the gradient of the frame
2nd output is the "difference image"
3rd output is the standard jitter dumpout.

wse