Fingertip Detection in C #

I'm just wondering how the fingertips are found.

I use this finger count to write a finger. In particular, I am working on C # with AFORGE.NET and want to use the convex hull algorithm for this. All I can find is running on the platform OPENCV.

Please suggest a finger counter search method in C # and, if possible, without using a platform OPENCV.

+5
source share
1 answer

With Kinect, you can use OpenKinect or Kinect for the Windows SDK using this hack from CSAIL.

0
source

All Articles