CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 4 of 4
  1. #1
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Thumbs up Pinch Gesture with OpenCV

    Hello to all, i wonder does anyone have experience using openCV for pinch gesture like this .

    http://www.debralauterbach.com/Gestu...FinalPaper.pdf


    I wonder what is the working principles/idea behind the project for this URL above.
    Thanks for your help.

  2. #2
    Join Date
    Jan 2009
    Posts
    1,689

    Re: Pinch Gesture with OpenCV

    Looks like reverse blob recognition to me. Instead of recognizing motion blobs, it detects background blobs. I did something similar once, the artical seems pretty straightforeward, I'm not sure how much I could improve on explaining the concept.

  3. #3
    Join Date
    Apr 2007
    Location
    Mars NASA Station
    Posts
    1,436

    Re: Pinch Gesture with OpenCV

    Why detect the background blobs since i need to get the pinch gesture hole ?

    Please share your idea.
    Thanks for your help.

  4. #4
    Join Date
    Jan 2009
    Posts
    1,689

    Re: Pinch Gesture with OpenCV

    Well the pinch gesture hole is a background blob, so you need to detect the background blobs. Then you just need to set it to ignore small blobs that would be false positives from things like shadows and stuff.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured