Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

Hi,

  • calculate the convex hull
  • calculate for each point the normal vector
  • based on the normal vector, calculate the distances for each point to convex hull in both directions
  • split there, where the distances between hull and point is the biggest in both directions

Hope it helps!

Hi,

  • calculate the convex hull
  • calculate for each point the normal vector
  • based on the normal vector, calculate the distances for each point to convex hull in both directions
  • split there, where the distances between hull and point is the biggest in (in both directionsdirections?)

Hope it helps!