|
Ponca
8e4373a7fc557bbfb1afb9210d70f03872388d04
Point Cloud Analysis library
|
Line fitting procedure that minimize the orthogonal distance between the samples and the fitted primitive. More...
#include <covarianceLineFit.h>
Inheritance diagram for Ponca::CovarianceLineFitImpl< DataPoint, _NFilter, T >:
Collaboration diagram for Ponca::CovarianceLineFitImpl< DataPoint, _NFilter, T >:Public Types | |
| using | Scalar = typename DataPoint::Scalar |
| Alias to scalar type. | |
| using | VectorType = typename Base::VectorType |
| Alias to vector type. | |
| using | NeighborFilter = typename Base::NeighborFilter |
| Alias to the filter applied on the neighbors. | |
| using | MatrixType = typename DataPoint::MatrixType |
| Alias to matrix type. | |
Public Member Functions | |
| CovarianceLineFitImpl< DataPoint, _NFilter, T > & | covarianceLineFit () |
| Explicit conversion to CovarianceLineFitImpl , to access methods potentially hidden by heritage. | |
| const CovarianceLineFitImpl< DataPoint, _NFilter, 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, _NFilter, T >::MatrixType = typename DataPoint::MatrixType |
Alias to matrix type.
Definition at line 37 of file covarianceLineFit.h.
| using Ponca::CovarianceLineFitImpl< DataPoint, _NFilter, T >::NeighborFilter = typename Base::NeighborFilter |
Alias to the filter applied on the neighbors.
Definition at line 36 of file covarianceLineFit.h.
| using Ponca::CovarianceLineFitImpl< DataPoint, _NFilter, T >::Scalar = typename DataPoint::Scalar |
Alias to scalar type.
Definition at line 36 of file covarianceLineFit.h.
| using Ponca::CovarianceLineFitImpl< DataPoint, _NFilter, T >::VectorType = typename Base::VectorType |
Alias to vector type.
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.