Hello,
I am using a Kinect and openCV to detect blobs.
I grab the position of the blob (centroid) but because of noise in the image detection, this position is noisy and unstable.
what would be the way to smooth values ?
(i saw ofLerp but i don't undertand how this works)
thanks