MeVisLab Toolbox Reference
mlConvexHull2D.h File Reference
#include "MLPointCloudUtilsSystem.h"
#include <mlVector2.h>
#include <vector>

Go to the source code of this file.

Namespaces

 ml
 Main documentation file for ML users and developers.
 
 ml::ConvexHull2D
 

Functions

MLPOINTCLOUDUTILS_EXPORT std::vector< Vector2 > ml::ConvexHull2D::createConvexHull (std::vector< Vector2 > points)
 Calculates the convex hull of the given points. More...
 
MLPOINTCLOUDUTILS_EXPORT std::vector< Vector2 > ml::ConvexHull2D::createConvexHullFromSortedPoints (const std::vector< Vector2 > &points)
 Calculates the convex hull of the given sorted points. More...