IPSDK  4_1_0_2
IPSDK : Image Processing Software Development Kit
Estimation3dUtils.h
Go to the documentation of this file.
1 // Estimation3dUtils.h:
3 // --------------------
4 //
14 
15 #ifndef __IPSDKGEOMETRY_ESTIMATION3DUTILS_H__
16 #define __IPSDKGEOMETRY_ESTIMATION3DUTILS_H__
17 
20 
21 namespace ipsdk {
22 namespace geom {
23 
26 
31 template <typename T>
33 toDataSet(const std::vector<Point3d<T> >& ptColl);
34 template <typename T>
36 toDataSet(const std::vector<Point3dData<T> >& ptColl);
38 
45 template <typename T>
47 toDataSet(const std::vector<Point3d<T> >& ptColl1,
48  const std::vector<Point3d<T> >& ptColl2);
49 template <typename T>
51 toDataSet(const std::vector<Point3dData<T> >& ptColl1,
52  const std::vector<Point3dData<T> >& ptColl2);
54 
57 
58 } // end of namespace geom
59 } // end of namespace ipsdk
60 
61 #endif // __IPSDKGEOMETRY_ESTIMATION3DUTILS_H__
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
std::vector< DataType > DataSet
collection of data associated to estimation
Definition: EstimationTypes.h:67
Definition of import/export macro for library.
#define IPSDKGEOMETRY_API
Import/Export macro for library IPSDKGeometry.
Definition: IPSDKGeometryExports.h:25
IPSDKGEOMETRY_API math::DataSet toDataSet(const std::vector< Point2d< T > > &ptColl)
function allowing to convert a point collection to an estimation data set
Predefined types for estimation 3d management.