we are making an ASL Hand Gesture Recognition program in C++ using OpenCV. http://en.wikipedia.org/wiki/American_Sign_Language (ASL). here's a list of the different hand gestures: http://en.wikipedia.org/wiki/File:ABC_pict.png
i have read about cvConvexityDefects() and i think it can handle hands that have finger/s open.
how do i handle the hand gestures that have finger/s closed like A, E, M, N, S, and T? how about the moving hand gestures like J and Z?