EFeaturesAligner Class

Alignment class, used to calculate the best transformation between matching pairs of points.
The object EFeaturesAligner contains a list of points called the 'Model points list'.
The method EFeaturesAligner::Compute takes a second list of points as argument which is called the 'Measured points list' and produces a E3DTransformMatrix as result.

Namespace: Euresys::Open_eVision::Easy3D

Methods

Computes the best transformation matrix for a given Measured points list.
This will compute the best transformation for the alignment between the Measured points and the Model points.
Sets/Gets the model points list.
The model point list is a list of points that is used either as source or as destination of the transformation to calculate.
The model points list should at least contain 3 unaligned points.
Sets/Gets the polarity of the transformation from EAlignmentPolarity.
Loads the EFeaturesAligner object configuration. The given ESerializer must have been created for reading.
Assignment operator.
Saves the EFeaturesAligner object configuration. The given ESerializer must have been created for writing.
Sets/Gets the model points list.
The model point list is a list of points that is used either as source or as destination of the transformation to calculate.
The model points list should at least contain 3 unaligned points.
Sets/Gets the polarity of the transformation from EAlignmentPolarity.

EFeaturesAligner Class

Alignment class, used to calculate the best transformation between matching pairs of points.
The object EFeaturesAligner contains a list of points called the 'Model points list'.
The method EFeaturesAligner::Compute takes a second list of points as argument which is called the 'Measured points list' and produces a E3DTransformMatrix as result.

Namespace: Euresys.Open_eVision.Easy3D

Properties

Sets/Gets the model points list.
The model point list is a list of points that is used either as source or as destination of the transformation to calculate.
The model points list should at least contain 3 unaligned points.
Sets/Gets the polarity of the transformation from EAlignmentPolarity.

Methods

Computes the best transformation matrix for a given Measured points list.
This will compute the best transformation for the alignment between the Measured points and the Model points.
Loads the EFeaturesAligner object configuration. The given ESerializer must have been created for reading.
Assignment operator.
Saves the EFeaturesAligner object configuration. The given ESerializer must have been created for writing.