Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
CODE PROJECT For Those Who Code
  • Home
  • Articles
  • FAQ
Community
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Detect specific finger tip in convexhull

Detect specific finger tip in convexhull

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
4 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    Dilan Shaminda
    wrote on last edited by
    #1

    Hi, i was able to detect finger tips and valleys using cvConvexityDefects() and Convexhull functions...now i want to identify what finger tip is belongs to what finger...for an example i want to detect finger tip of the thumb and do something..Need some tips...Thanks in advance :) :)

    V 1 Reply Last reply
    0
    • D Dilan Shaminda

      Hi, i was able to detect finger tips and valleys using cvConvexityDefects() and Convexhull functions...now i want to identify what finger tip is belongs to what finger...for an example i want to detect finger tip of the thumb and do something..Need some tips...Thanks in advance :) :)

      V Offline
      V Offline
      Vaclav_
      wrote on last edited by
      #2

      I would venture that you need to identify the entire hand contour and get the individual fingers. I think you need to find the skeleton – I think is is called erosion. Take a look at OpenCV for contour function. Vaclav

      D 2 Replies Last reply
      0
      • V Vaclav_

        I would venture that you need to identify the entire hand contour and get the individual fingers. I think you need to find the skeleton – I think is is called erosion. Take a look at OpenCV for contour function. Vaclav

        D Offline
        D Offline
        Dilan Shaminda
        wrote on last edited by
        #3

        hi,thnx for the rply..i used cvFindCountours() function to get the contours of the hand..i will try the skeleton one as you suggested..but i want to know how to use depth value of convexitydefects to identify fingers...Thank you

        1 Reply Last reply
        0
        • V Vaclav_

          I would venture that you need to identify the entire hand contour and get the individual fingers. I think you need to find the skeleton – I think is is called erosion. Take a look at OpenCV for contour function. Vaclav

          D Offline
          D Offline
          Dilan Shaminda
          wrote on last edited by
          #4

          hi,thnx for the rply..i used cvFindCountours() function to get the contours of the hand..i will try the skeleton one as ypu suggested..but i want to know how to use depth value of convexitydefects to identify fingers...Thank you

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups