IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Namespaces
Estimation3dUtils.h File Reference

Utility functions for estimation 3d management. More...

#include <IPSDKGeometry/IPSDKGeometryExports.h>
#include <IPSDKGeometry/Estimation/3d/Estimation3dTypes.h>

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 math::DataSet ipsdk::geom::toDataSet (const std::vector< Point3d< T > > &ptColl)
 function allowing to convert a point collection to an estimation data set
 
template<typename T >
IPSDKGEOMETRY_API math::DataSet ipsdk::geom::toDataSet (const std::vector< Point3dData< T > > &ptColl)
 function allowing to convert a point collection to an estimation data set
 
template<typename T >
IPSDKGEOMETRY_API math::DataSet ipsdk::geom::toDataSet (const std::vector< Point3d< T > > &ptColl1, const std::vector< Point3d< T > > &ptColl2)
 function allowing to convert two point collections to an estimation data set More...
 
template<typename T >
IPSDKGEOMETRY_API math::DataSet ipsdk::geom::toDataSet (const std::vector< Point3dData< T > > &ptColl1, const std::vector< Point3dData< T > > &ptColl2)
 function allowing to convert two point collections to an estimation data set More...
 

Detailed Description

Utility functions for estimation 3d management.

Author
E. Noirfalise
Date
2016/02/23