Image Component Library (ICL)
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
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

namespace  icl
 

The ICL-namespace.


namespace  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
ICLCore_API std::vector
< utils::Point32f > 
icl::core::convexHull (std::vector< utils::Point32f > P)
 convex hull monotone chain algorithm for float-points
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines