![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
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) |
Utility functions for minimum enclosing ball computation.
1.8.14