EFeaturesAligner::GetModelPoints
EFeaturesAligner::SetModelPoints
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.
Namespace: Euresys::Open_eVision_2_7::Easy3D
[C++]
std::vector<Euresys::Open_eVision_2_7::Easy3D::E3DPoint> GetModelPoints() const
void SetModelPoints(const std::vector<Euresys::Open_eVision_2_7::Easy3D::E3DPoint>& points)
EFeaturesAligner.ModelPoints
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.
Namespace: Euresys.Open_eVision_2_7.Easy3D
[C#]
Euresys.Open_eVision_2_7.Easy3D.E3DPoint[] ModelPoints
{ get; set; }