Public Member Functions | Protected Member Functions
pcl::on_nurbs::FittingCurve2dTDM Class Reference

Fitting a 2D B-Spline curve to 2D point-clouds using tangent-distance-minimization Based on paper: TODO. More...

#include <fitting_curve_2d_tdm.h>

Inheritance diagram for pcl::on_nurbs::FittingCurve2dTDM:
Inheritance graph
[legend]

List of all members.

Public Member Functions

void assemble (const FittingCurve2dPDM::Parameter &parameter)
 Assemble the system of equations for fitting.
 FittingCurve2dTDM (int order, NurbsDataCurve2d *data)
 Constructor initializing B-Spline curve using initNurbsCurve2D(...).
 FittingCurve2dTDM (NurbsDataCurve2d *data, const ON_NurbsCurve &nc)
 Constructor initializing with the B-Spline curve given in argument 2.
virtual double solve (double damp=1.0)
 Solve system of equations using Eigen or UmfPack (can be defined in on_nurbs.cmake), and updates B-Spline curve if a solution can be obtained.
virtual double updateCurve (double damp)
 Update curve according to the current system of equations.

Protected Member Functions

virtual void addCageRegularisation (double weight, unsigned &row)
 Add minimization constraint: smoothness by control point regularisation.
virtual void addPointConstraint (const double &param, const Eigen::Vector2d &point, const Eigen::Vector2d &normal, double weight, unsigned &row)
 Add minimization constraint: point-to-surface distance (tangent-distance-minimization).
virtual void assembleInterior (double wInt, double rScale, unsigned &row)
 Assemble point-to-surface constraints.

Detailed Description

Fitting a 2D B-Spline curve to 2D point-clouds using tangent-distance-minimization Based on paper: TODO.

Author:
Thomas Mörwald

Definition at line 57 of file fitting_curve_2d_tdm.h.


Constructor & Destructor Documentation

Constructor initializing B-Spline curve using initNurbsCurve2D(...).

Parameters:
[in]orderthe polynomial order of the B-Spline curve.
[in]datapointer to the 2D point-cloud data to be fit.

Definition at line 44 of file fitting_curve_2d_tdm.cpp.

Constructor initializing with the B-Spline curve given in argument 2.

Parameters:
[in]datapointer to the 2D point-cloud data to be fit.
[in]ncB-Spline curve used for fitting.

Definition at line 49 of file fitting_curve_2d_tdm.cpp.


Member Function Documentation

void FittingCurve2dTDM::addCageRegularisation ( double  weight,
unsigned &  row 
) [protected, virtual]

Add minimization constraint: smoothness by control point regularisation.

Reimplemented from pcl::on_nurbs::FittingCurve2dPDM.

Definition at line 167 of file fitting_curve_2d_tdm.cpp.

void FittingCurve2dTDM::addPointConstraint ( const double &  param,
const Eigen::Vector2d &  point,
const Eigen::Vector2d &  normal,
double  weight,
unsigned &  row 
) [protected, virtual]

Add minimization constraint: point-to-surface distance (tangent-distance-minimization).

Definition at line 140 of file fitting_curve_2d_tdm.cpp.

void FittingCurve2dTDM::assemble ( const FittingCurve2dPDM::Parameter parameter) [virtual]

Assemble the system of equations for fitting.

  • for large point-clouds this is time consuming.
  • should be done once before refinement to initialize the starting points for point inversion.

Reimplemented from pcl::on_nurbs::FittingCurve2dPDM.

Definition at line 55 of file fitting_curve_2d_tdm.cpp.

void FittingCurve2dTDM::assembleInterior ( double  wInt,
double  rScale,
unsigned &  row 
) [protected, virtual]

Assemble point-to-surface constraints.

Reimplemented from pcl::on_nurbs::FittingCurve2dPDM.

Definition at line 190 of file fitting_curve_2d_tdm.cpp.

double FittingCurve2dTDM::solve ( double  damp = 1.0) [virtual]

Solve system of equations using Eigen or UmfPack (can be defined in on_nurbs.cmake), and updates B-Spline curve if a solution can be obtained.

Reimplemented from pcl::on_nurbs::FittingCurve2dPDM.

Definition at line 87 of file fitting_curve_2d_tdm.cpp.

double FittingCurve2dTDM::updateCurve ( double  damp) [virtual]

Update curve according to the current system of equations.

Parameters:
[in]dampdamping factor from one iteration to the other.

Reimplemented from pcl::on_nurbs::FittingCurve2dPDM.

Definition at line 98 of file fitting_curve_2d_tdm.cpp.


The documentation for this class was generated from the following files:


pcl
Author(s): Open Perception
autogenerated on Wed Aug 26 2015 15:44:31