Contour of object not defined properly.

asked 2016-02-04 14:57:44 -0600

bob409 gravatar image

updated 2016-02-04 15:00:03 -0600

I am trying to find the contour of hand using the built in function found in opencv but the contour obtained is not defined properly. It lacks information. image description

The two fingers towards the fist are not clearly visible on the contour obtained. Can you suggest me what can be done to obtain a proper defined contour. I want to get something like this. image description

edit retag flag offensive close merge delete

Comments

Oh wow, can you show us the code to get this. My initial guess is that it is doing a bimodel thresholding, resulting in the background being cut if. If you want to seperate the fingers, you will need post processing on the edge data inside the hand!

StevenPuttemans gravatar imageStevenPuttemans ( 2016-02-05 06:34:31 -0600 )edit