MATLAB: How to detect hand from an image and video using MATLAB

computer visiongesture recognitionimage processingImage Processing Toolbox

I want to develop a program that could detect hands as shown in webpage mentioned below.

Best Answer

See section 21.4 in Vision Bib. Find a promising algorithm there, then read this from the FAQ and code it up.
Related Question