Azzera filtri
Azzera filtri

What is the difference between convhull and bwconvhull functions?

1 visualizzazione (ultimi 30 giorni)
How can I use the function 'convhull' to get the output as shown in the figure?
I've used the function 'bwconvhull' for getting the output but it ended up as:

Risposta accettata

Steven Lord
Steven Lord il 15 Feb 2018
Modificato: Steven Lord il 15 Feb 2018
You can't. Your hull isn't convex; a line drawn between the base of the wrist on the right side and the tip of the thumb would go outside your hull.
Perhaps you want to use alphaShape instead to get a shape that more closely follows the outline of the hands in your images? Note that alphaShape works on coordinates, not images, so you'd need to pass in the coordinates of the points in the hands as the input.

Più risposte (0)

Categorie

Scopri di più su Bounding Regions in Help Center e File Exchange

Community Treasure Hunt

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

Start Hunting!

Translated by