MATLAB: How to detect the victory sign in real time

Computer Vision Toolboxgestureimage processingobject detection and recongnition

I want to detect victory sign in real time video so that I can perform some processes on the image. What will be the steps? How can I start it? Any Help?

Best Answer

Those kind of capabilities, at least for lower level functions, are in the Computer Vision System Toolbox http://www.mathworks.com/products/computer-vision/features.html#object-detection-and-recognition It may not exactly have a "hand holding up victory sign" function but you could probably build one using skin color segmentation and SURF.
Related Question