|
Ponca
4d2a58fa5c6375adef5c4b208f4d47e016cecd6d
Point Cloud Analysis library
|
Compute principal curvatures from a base class providing fundamental forms. More...
#include <weingarten.h>
Inheritance diagram for Ponca::WeingartenCurvatureEstimator< DataPoint, _NFilter, T >:
Collaboration diagram for Ponca::WeingartenCurvatureEstimator< 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. | |
Public Types inherited from Ponca::internal::WeingartenCurvatureEstimatorBase< DataPoint, _NFilter, T > | |
| 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 | Matrix2 = Eigen::Matrix< Scalar, 2, 2 > |
Public Member Functions | |
| WeingartenCurvatureEstimator< DataPoint, _NFilter, T > & | meanCurvature () |
| Explicit conversion to WeingartenCurvatureEstimator , to access methods potentially hidden by heritage. | |
| const WeingartenCurvatureEstimator< DataPoint, _NFilter, T > & | meanCurvature () const |
| Explicit conversion to WeingartenCurvatureEstimator , to access methods potentially hidden by heritage. | |
| WeingartenCurvatureEstimator< DataPoint, _NFilter, T > & | curvatureTensor () |
| Explicit conversion to WeingartenCurvatureEstimator , to access methods potentially hidden by heritage. | |
| const WeingartenCurvatureEstimator< DataPoint, _NFilter, T > & | curvatureTensor () const |
| Explicit conversion to WeingartenCurvatureEstimator , to access methods potentially hidden by heritage. | |
Public Member Functions inherited from Ponca::internal::WeingartenCurvatureEstimatorBase< DataPoint, _NFilter, T > | |
| FIT_RESULT | finalize () |
| Finalize the procedure. | |
| Scalar | kmin () const |
| Returns an estimate of the minimal principal curvature value. | |
| Scalar | kmax () const |
| Returns an estimate of the maximal principal curvature value. | |
| VectorType | kminDirection () const |
| Returns an estimate of the minimal principal curvature direction. | |
| VectorType | kmaxDirection () const |
| Returns an estimate of the maximal principal curvature direction. | |
| Scalar | kMean () const |
| Returns an estimate of the mean curvature. | |
| Scalar | GaussianCurvature () const |
| Returns an estimate of the Gaussian curvature. | |
Protected Types | |
| using | Base = T |
| Base class of the procedure. | |
Protected Types inherited from Ponca::internal::WeingartenCurvatureEstimatorBase< DataPoint, _NFilter, T > | |
| using | Base = T |
| Base class of the procedure. | |
Compute principal curvatures from a base class providing fundamental forms.
Since the weingarten map is self-adjoint, a basis exists consisting of the eigenvectors of W. The eigenvectors, combined with their eigenvalues, define the principal curvature directions and values. The Gaussian and mean curvatures can be retrieved as \(\text{K} = \text{det}(\text{W})\) and \(\text{H} = \frac{1}{2}\text{trace}(\text{W})\), respectively.
This primitive requires:
ProvidesTangentPlaneBasis, PROVIDES_WEINGARTEN_MAP, ProvidesPrincipalCurvatures
Definition at line 214 of file weingarten.h.
|
protected |
Base class of the procedure.
Definition at line 216 of file weingarten.h.
| using Ponca::WeingartenCurvatureEstimator< DataPoint, _NFilter, T >::NeighborFilter = typename Base::NeighborFilter |
Alias to the filter applied on the neighbors.
Definition at line 216 of file weingarten.h.
| using Ponca::WeingartenCurvatureEstimator< DataPoint, _NFilter, T >::Scalar = typename DataPoint::Scalar |
Alias to scalar type.
Definition at line 216 of file weingarten.h.
| using Ponca::WeingartenCurvatureEstimator< DataPoint, _NFilter, T >::VectorType = typename Base::VectorType |
Alias to vector type.
Definition at line 216 of file weingarten.h.
|
inline |
Explicit conversion to WeingartenCurvatureEstimator , to access methods potentially hidden by heritage.
Definition at line 218 of file weingarten.h.
|
inline |
Explicit conversion to WeingartenCurvatureEstimator , to access methods potentially hidden by heritage.
Definition at line 218 of file weingarten.h.
|
inline |
Explicit conversion to WeingartenCurvatureEstimator , to access methods potentially hidden by heritage.
Definition at line 217 of file weingarten.h.
|
inline |
Explicit conversion to WeingartenCurvatureEstimator , to access methods potentially hidden by heritage.
Definition at line 217 of file weingarten.h.