Image Component Library (ICL)
Namespaces | Functions
ConvexHull.h File Reference
#include <ICLUtils/CompatMacros.h>
#include <ICLUtils/Point.h>
#include <ICLUtils/Point32f.h>
#include <vector>

Go to the source code of this file.

Namespaces

 icl
 undocument this line if you encounter any issues!
 
 icl::core
 

Functions

ICLCore_API std::vector< utils::Point > icl::core::convexHull (std::vector< utils::Point > P)
 convex hull monotone chain algorithm for int-points More...
 
ICLCore_API std::vector< utils::Point32f > icl::core::convexHull (std::vector< utils::Point32f > P)
 convex hull monotone chain algorithm for float-points More...