IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces | Functions
MinEnclosingBallUtils.h File Reference

Utility functions for minimum enclosing ball computation. More...

#include <IPSDKGeometry/IPSDKGeometryExports.h>
#include <IPSDKGeometry/Entity/2d/Circle/Circle2d.h>
#include <IPSDKGeometry/Entity/3d/Sphere/Sphere3d.h>
#include <IPSDKGeometry/Entity/2d/Point/Point2dData.h>
#include <IPSDKGeometry/Entity/3d/Point/Point3dData.h>
#include <vector>

Go to the source code of this file.

Namespaces

 ipsdk
 Main namespace for IPSDK library.
 
 ipsdk::geom
 Namespace aggregating geometrical routines and classes.
 

Functions

template<typename T >
IPSDKGEOMETRY_API Circle2d< ipReal64 > ipsdk::geom::computeMinEnclosingCircle (const std::vector< Point2dData< T > > &inputPtColl)
 
template<typename T >
IPSDKGEOMETRY_API Sphere3d< ipReal64 > ipsdk::geom::computeMinEnclosingSphere (const std::vector< Point3dData< T > > &inputPtColl)
 

Detailed Description

Utility functions for minimum enclosing ball computation.

Author
E.Noirfalise
Date
2017/05/18