15 #ifndef __IPSDKGEOMETRY_ESTIMATION2DUTILS_H__ 16 #define __IPSDKGEOMETRY_ESTIMATION2DUTILS_H__ 33 toDataSet(
const std::vector<Point2d<T> >& ptColl);
36 toDataSet(
const std::vector<Point2dData<T> >& ptColl);
43 toDataSet(
const std::vector<Line2d>& lineColl);
53 toDataSet(
const std::vector<Point2d<T> >& ptColl1,
54 const std::vector<Point2d<T> >& ptColl2);
57 toDataSet(
const std::vector<Point2dData<T> >& ptColl1,
58 const std::vector<Point2dData<T> >& ptColl2);
67 #endif // __IPSDKGEOMETRY_ESTIMATION2DUTILS_H__ Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Predefined types for estimation 2d management.
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