Find 2D Convex Hull And 3D Convex Hull By VTK
The post shows how to find 2D convex hull and 3D convex hull from points cloud by VTK. Here are some points on screen, finally I add a specail point that z value is not 0 for test 3D convex hull. #include <iostream> #include <vtkSmartPointer.h> #include <vtkSphereSource.h> #include <vtkActor.h> #include Read more…