Python Forum
Need help in solving Oignon convex hull
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Need help in solving Oignon convex hull
#1
Hello there,
I was working on a project for a while now and I don't get my code to work
The problem looks quite simple:

Given a set of points : [[x1,y1],[x2,y2],...,[xn,yn]]
I want to calculate and plot the consecutive convex hulls of the set until the last one containes less than 3 points.


I have been trying to use scipyand the ConvexHull geometry module but I can't remove the points from the current oignon layer to compute the next one and codes like the one from Tom switzer don't seem to work ...
Can you help me and give me advises please ?
regard:
Peter
Reply
#2
Please show the old code that's not working for you.
Gribouillis likes this post
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Oignon convex hull Scientifix 3 6,271 Oct-29-2016, 08:31 AM
Last Post: Scientifix

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020