Motion Detection and Median
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
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
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