how to get vertices after using bwconvhull ?

1 view (last 30 days)
Asma Dawood
Asma Dawood on 26 Feb 2018
Answered: Image Analyst on 17 Jul 2018
i have used bwconv hull on an image (hand image) and result is:
and i want to identify the vertices (fingers of hand) which are highlighted:
I am new to image processing and I have tried a lot of functions... Thanks.

Answers (1)

Image Analyst
Image Analyst on 17 Jul 2018
Call bwboundaries on the convex hull image, then pass those coordinates into convhull().

Tags

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!