CurvatureFeature< GraphT > Struct Template Reference

#include <VisionX/components/pointcloud_processor/DenseCRFSegmentationProcessor/DenseCRFFeatureTerms.h>

Public Types

typedef GraphT::vertex_descriptor VertexId
 

Public Member Functions

const Eigen::MatrixXf computeFeatures (std::vector< float > sigma)
 
 CurvatureFeature (GraphT &graph)
 

Protected Attributes

GraphT & _graph
 
const long unsigned int _num_features = 1
 

Detailed Description

template<class GraphT>
struct armarx::CurvatureFeature< GraphT >

Definition at line 88 of file DenseCRFFeatureTerms.h.

Member Typedef Documentation

◆ VertexId

typedef GraphT::vertex_descriptor VertexId

Definition at line 90 of file DenseCRFFeatureTerms.h.

Constructor & Destructor Documentation

◆ CurvatureFeature()

CurvatureFeature ( GraphT &  graph)
inlineexplicit

Definition at line 95 of file DenseCRFFeatureTerms.h.

Member Function Documentation

◆ computeFeatures()

const Eigen::MatrixXf computeFeatures ( std::vector< float sigma)
inline

Definition at line 97 of file DenseCRFFeatureTerms.h.

Member Data Documentation

◆ _graph

GraphT& _graph
protected

Definition at line 92 of file DenseCRFFeatureTerms.h.

◆ _num_features

const long unsigned int _num_features = 1
protected

Definition at line 93 of file DenseCRFFeatureTerms.h.


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