|
Ponca
1ffd926693113b7db54c52b90e144fa17574978f
Point Cloud Analysis library
|
Extension to compute the best fit restricted quadric on 3d points expressed as \(f(u,v)=h\). More...
#include <mongePatch.h>
Inheritance diagram for Ponca::MongePatchRestrictedQuadraticFitImpl< DataPoint, _NFilter, T >:
Collaboration diagram for Ponca::MongePatchRestrictedQuadraticFitImpl< 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 | SampleMatrix = Eigen::Matrix< Scalar, Eigen::Dynamic, Eigen::Dynamic > |
| using | QuadraticHeightFieldCoefficients = typename Base::HeightFieldCoefficients |
Public Member Functions | |
| MongePatchRestrictedQuadraticFitImpl< DataPoint, _NFilter, T > & | mongePatchQuadraticFit () |
| Explicit conversion to MongePatchRestrictedQuadraticFitImpl , to access methods potentially hidden by heritage. | |
| const MongePatchRestrictedQuadraticFitImpl< DataPoint, _NFilter, T > & | mongePatchQuadraticFit () const |
| Explicit conversion to MongePatchRestrictedQuadraticFitImpl , to access methods potentially hidden by heritage. | |
| void | init () |
| Set the evaluation position and reset the internal states. | |
| void | addLocalNeighbor (Scalar w, const VectorType &localQ, const DataPoint &attributes) |
| Add a neighbor to perform the fit. | |
| FIT_RESULT | finalize () |
| Finalize the procedure. | |
Protected Types | |
| enum | { Check = Base::PROVIDES_RESTRICTED_QUADRIC_HEIGHTFIELD && Base::PROVIDES_MONGE_PATCH } |
| using | Base = T |
| Base class of the procedure. | |
Protected Attributes | |
| SampleMatrix | m_A |
| Quadric input samples. | |
| QuadraticHeightFieldCoefficients | m_b {QuadraticHeightFieldCoefficients::Zero()} |
| Observations. | |
| bool | m_planeIsReady {false} |
Extension to compute the best fit restricted quadric on 3d points expressed as \(f(u,v)=h\).
Definition at line 177 of file mongePatch.h.
|
protected |
Base class of the procedure.
Definition at line 179 of file mongePatch.h.
| using Ponca::MongePatchRestrictedQuadraticFitImpl< DataPoint, _NFilter, T >::NeighborFilter = typename Base::NeighborFilter |
Alias to the filter applied on the neighbors.
Definition at line 179 of file mongePatch.h.
| using Ponca::MongePatchRestrictedQuadraticFitImpl< DataPoint, _NFilter, T >::QuadraticHeightFieldCoefficients = typename Base::HeightFieldCoefficients |
Definition at line 190 of file mongePatch.h.
| using Ponca::MongePatchRestrictedQuadraticFitImpl< DataPoint, _NFilter, T >::SampleMatrix = Eigen::Matrix<Scalar, Eigen::Dynamic, Eigen::Dynamic> |
Definition at line 189 of file mongePatch.h.
| using Ponca::MongePatchRestrictedQuadraticFitImpl< DataPoint, _NFilter, T >::Scalar = typename DataPoint::Scalar |
Alias to scalar type.
Definition at line 179 of file mongePatch.h.
| using Ponca::MongePatchRestrictedQuadraticFitImpl< DataPoint, _NFilter, T >::VectorType = typename Base::VectorType |
Alias to vector type.
Definition at line 179 of file mongePatch.h.
|
protected |
Definition at line 182 of file mongePatch.h.
|
inline |
Add a neighbor to perform the fit.
Definition at line 76 of file mongePatch.hpp.
|
inline |
Finalize the procedure.
Definition at line 99 of file mongePatch.hpp.
|
inline |
Set the evaluation position and reset the internal states.
Definition at line 65 of file mongePatch.hpp.
|
inline |
Explicit conversion to MongePatchRestrictedQuadraticFitImpl , to access methods potentially hidden by heritage.
Definition at line 199 of file mongePatch.h.
|
inline |
Explicit conversion to MongePatchRestrictedQuadraticFitImpl , to access methods potentially hidden by heritage.
Definition at line 199 of file mongePatch.h.
|
protected |
Quadric input samples.
Definition at line 193 of file mongePatch.h.
|
protected |
Observations.
Definition at line 194 of file mongePatch.h.
|
protected |
Definition at line 196 of file mongePatch.h.