31 #ifndef __IPSDKGEOMETRY_PLAN3DESTIMATOR_H__ 32 #define __IPSDKGEOMETRY_PLAN3DESTIMATOR_H__ 36 #include <IPSDKMath/Estimation/BaseEstimator.h> 120 #endif // __IPSDKGEOMETRY_PLAN3DESTIMATOR_H__ Vector ParameterType
parameter type resulting from estimation
Definition: EstimationTypes.h:61
Main namespace for IPSDK library.
Definition: AlgorithmFunctionEfficiency.h:22
Base class for parametric estimation from data set.
Definition: BaseEstimator.h:35
Point class associated to cartesian 3d coordinates.
Definition: GeometryEntity3dTypes.h:29
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
eEstimParams
Definition: Plan3dEstimator.h:51
Vector ResidualsSet
residuals type resulting from estimation
Definition: EstimationTypes.h:64
IPSDKMATH_API void processEstimation(const EstimationConfig &config, const EstimatorPtr &pEstimator, const DataSet &inputDataSet, EstimationResults &results)
function allowing to launch a robust estimation process
Predefined types for estimation 3d management.
Class allowing to estimate a plan 3d from a data set of 3d pointsPlan parameters are expressed in sph...
Definition: Plan3dEstimator.h:44
eDataType
Definition: Plan3dEstimator.h:67
Lightweight structure used to store Point3d data.
Definition: GeometryEntity3dTypes.h:27
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53