34 #ifndef __IPSDKGEOMETRY_HOMOGRAPHYTRANSFORM3DESTIMATOR_H__ 35 #define __IPSDKGEOMETRY_HOMOGRAPHYTRANSFORM3DESTIMATOR_H__ 39 #include <IPSDKMath/Estimation/BaseEstimator.h> 115 using math::BaseEstimator::computeEstimation;
156 #endif // __IPSDKGEOMETRY_HOMOGRAPHYTRANSFORM3DESTIMATOR_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
eEstimParams
Definition: HomographyTransform3dEstimator.h:54
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
boost::numeric::ublas::bounded_matrix< ipReal64, 4, 4 > Matrix4d
4d matrix (4x4) type associated to library
Definition: LinearAlgebraTypes.h:57
eDataType
Enumerate describing a base type.
Definition: BaseTypes.h:77
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.
#define IPSDK_ENUM(enumTypeStr, enumSeq)
macro allowing to declare an enumerate for library
Definition: EnumMacros.h:26
Class allowing to estimate a 3d homography transformationWe compute a homography transformation such ...
Definition: HomographyTransform3dEstimator.h:47
uint32_t ipUInt32
Base types definition.
Definition: BaseTypes.h:53