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

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< Vector2ml::ConvexHull2D::createConvexHull (std::vector< Vector2 > points)
 Calculates the convex hull of the given points.
 
MLPOINTCLOUDUTILS_EXPORT std::vector< Vector2ml::ConvexHull2D::createConvexHullFromSortedPoints (const std::vector< Vector2 > &points)
 Calculates the convex hull of the given sorted points.