shiffman / OpenKinect-for-Processing

For use of libfreenect in processing
534 stars 218 forks source link

How create multiples points tracking? #83

Open paoolea opened 8 years ago

paoolea commented 8 years ago

Hi,

I used the example "Average Point Tracking" and I need to know how can tracking multiples hands or objects like this images.

contours

Thanks

ThomasLengeling commented 8 years ago

The Image you showing is based on the technique of blob detection, the Average Point Tracking example is based on the pixel average of the depth channel. You should look into openCV blob detection or library for that.