I'm just wondering about how the fingertips of a hand gesture are detected.
I am using this finger counts for finger spelling. More specifically, I am working on C# with AFORGE.NET and want to use convex-hull algorithm for it. Everything I can find is done in the OPENCV
platform.
Please suggest a method of finding the fingertip count in C#, and if possible without using OPENCV
platform.