motion tracking multipoints
hi all,
for the control of a flash animation by motion detection,
I need to send various coordinates (x,y) to flash.
so i need to localize various zones of movement.
does anyone have any idea how I can make it with jitter?
for the moment I've made a motion detection patch, but I don't see how to track different points of movement.
any ideas will be very helpfull!
thanks,
J.
You should have a look at cv.jit lib.
blobs objects are good for this.
yes, cv.jit.blobs.centroids is exactly what i needed!
thanks!