![]() |
IPSDK
4_1_0_2
IPSDK : Image Processing Software Development Kit
|
Utility functions for estimation 2d management. More...
#include <IPSDKGeometry/IPSDKGeometryExports.h>#include <IPSDKGeometry/Estimation/2d/Estimation2dTypes.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 | |
| IPSDKGEOMETRY_API math::DataSet | ipsdk::geom::toDataSet (const std::vector< Line2d > &lineColl) |
| function allowing to convert a line 2d collection to an estimation data set | |
| template<typename T > | |
| IPSDKGEOMETRY_API math::DataSet | ipsdk::geom::toDataSet (const std::vector< Point2d< 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< Point2dData< 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< Point2d< T > > &ptColl1, const std::vector< Point2d< 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< Point2dData< T > > &ptColl1, const std::vector< Point2dData< T > > &ptColl2) |
| function allowing to convert two point collections to an estimation data set More... | |
Utility functions for estimation 2d management.
1.8.14