how to find maximum distance of convex polygon for each point in a convex hull?

4 visualizzazioni (ultimi 30 giorni)
matlab code to find the largest distance from each point in a convex hull

Risposta accettata

Walter Roberson
Walter Roberson il 31 Ott 2017
boundary() to find the points that correspond to the convex hull. Use the indices returned to extract the points. pdist2() from each point you wish to test to each point on the hull. squareform() and max()

Più risposte (1)

Bruno Luong
Bruno Luong il 2 Gen 2019
This is a method that provides the maximum distance that has better complexity than computing distance of all pairs as other answer

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