MeVisLab Toolbox Reference
|
Go to the source code of this file.
Namespaces | |
namespace | ml |
Main documentation file for ML users and developers. | |
namespace | ml::ConvexHull2D |
Functions | |
MLPOINTCLOUDUTILS_EXPORT std::vector< Vector2 > | ml::ConvexHull2D::createConvexHull (std::vector< Vector2 > points) |
Calculates the convex hull of the given points. | |
MLPOINTCLOUDUTILS_EXPORT std::vector< Vector2 > | ml::ConvexHull2D::createConvexHullFromSortedPoints (const std::vector< Vector2 > &points) |
Calculates the convex hull of the given sorted points. | |