Ponca
aa50bfdf187919869239c5b44b748842569114c1
Point Cloud Analysis library
|
Line fitting procedure that minimize the orthogonal distance between the samples and the fitted primitive. More...
#include <covarianceLineFit.h>
Public Types | |
using | Scalar = typename DataPoint::Scalar |
Alias to scalar type. | |
using | VectorType = typename Base::VectorType |
Alias to vector type. | |
using | WFunctor = typename Base::WFunctor |
Alias to weight function. | |
using | MatrixType = typename DataPoint::MatrixType |
Alias to matrix type. | |
Public Member Functions | |
CovarianceLineFitImpl< DataPoint, _WFunctor, T > & | covarianceLineFit () |
Explicit conversion to CovarianceLineFitImpl , to access methods potentially hidden by heritage. | |
const CovarianceLineFitImpl< DataPoint, _WFunctor, T > & | covarianceLineFit () const |
Explicit conversion to CovarianceLineFitImpl , to access methods potentially hidden by heritage. | |
FIT_RESULT | finalize () |
Finalize the procedure. | |
constexpr bool | isSigned () |
Is scalar field signed. | |
Protected Types | |
enum | { check } |
using | Base = T |
Base class of the procedure. | |
Line fitting procedure that minimize the orthogonal distance between the samples and the fitted primitive.
Definition at line 34 of file covarianceLineFit.h.
|
protected |
Base class of the procedure.
Definition at line 36 of file covarianceLineFit.h.
using Ponca::CovarianceLineFitImpl< DataPoint, _WFunctor, T >::MatrixType = typename DataPoint::MatrixType |
Alias to matrix type.
Definition at line 37 of file covarianceLineFit.h.
using Ponca::CovarianceLineFitImpl< DataPoint, _WFunctor, T >::Scalar = typename DataPoint::Scalar |
Alias to scalar type.
Definition at line 36 of file covarianceLineFit.h.
using Ponca::CovarianceLineFitImpl< DataPoint, _WFunctor, T >::VectorType = typename Base::VectorType |
Alias to vector type.
Definition at line 36 of file covarianceLineFit.h.
using Ponca::CovarianceLineFitImpl< DataPoint, _WFunctor, T >::WFunctor = typename Base::WFunctor |
Alias to weight function.
Definition at line 36 of file covarianceLineFit.h.
|
protected |
Definition at line 40 of file covarianceLineFit.h.
|
inline |
Explicit conversion to CovarianceLineFitImpl , to access methods potentially hidden by heritage.
Definition at line 47 of file covarianceLineFit.h.
|
inline |
Explicit conversion to CovarianceLineFitImpl , to access methods potentially hidden by heritage.
Definition at line 47 of file covarianceLineFit.h.
|
inline |
Finalize the procedure.
Definition at line 50 of file covarianceLineFit.h.
|
inlineconstexpr |
Is scalar field signed.
If not, the method the sign of potential()
must be ignored
Definition at line 59 of file covarianceLineFit.h.