26 #ifndef __IPSDKGEOMETRY_LINE2DINTERSECTIONESTIMATOR_H__ 27 #define __IPSDKGEOMETRY_LINE2DINTERSECTIONESTIMATOR_H__ 31 #include <IPSDKMath/Estimation/BaseEstimator.h> 106 #endif // __IPSDKGEOMETRY_LINE2DINTERSECTIONESTIMATOR_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
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
eEstimParams
Definition: Line2dIntersectionEstimator.h:46
eDataType
Definition: Line2dIntersectionEstimator.h:62
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
Class allowing to estimate a intersection point 2d from a data set of 2d lines.
Definition: Line2dIntersectionEstimator.h:39
#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