Curvature Struct Reference

Product of curvatures. More...

#include <VisionX/libraries/PointCloudGraph/edge_weight_computer_terms.h>

Public Types

typedef pcl::traits::has_curvature< boost::mpl::_1 > is_compatible
 

Static Public Member Functions

template<typename PointT >
static float compute (const PointT &p1, const PointT &p2)
 

Detailed Description

Product of curvatures.

\[ d_{curvature}(v_i,v_j) = c_i \cdot c_j \]

Requires that the point type has curvature field.

Author
Sergey Alexandrov

Definition at line 102 of file edge_weight_computer_terms.h.

Member Typedef Documentation

◆ is_compatible

typedef pcl::traits::has_curvature<boost::mpl::_1> is_compatible

Definition at line 104 of file edge_weight_computer_terms.h.

Member Function Documentation

◆ compute()

static float compute ( const PointT &  p1,
const PointT &  p2 
)
inlinestatic

Definition at line 107 of file edge_weight_computer_terms.h.


The documentation for this struct was generated from the following file: