CombinedFeature< GraphT > Struct Template Reference

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

Public Types

typedef GraphT::vertex_descriptor VertexId
 

Public Member Functions

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

Protected Attributes

GraphT & _graph
 
const long unsigned int _num_features = 11
 

Detailed Description

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

Definition at line 138 of file DenseCRFFeatureTerms.h.

Member Typedef Documentation

◆ VertexId

typedef GraphT::vertex_descriptor VertexId

Definition at line 140 of file DenseCRFFeatureTerms.h.

Constructor & Destructor Documentation

◆ CombinedFeature()

CombinedFeature ( GraphT &  graph)
inlineexplicit

Definition at line 145 of file DenseCRFFeatureTerms.h.

Member Function Documentation

◆ computeFeatures()

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

Definition at line 147 of file DenseCRFFeatureTerms.h.

+ Here is the call graph for this function:

Member Data Documentation

◆ _graph

GraphT& _graph
protected

Definition at line 142 of file DenseCRFFeatureTerms.h.

◆ _num_features

const long unsigned int _num_features = 11
protected

Definition at line 143 of file DenseCRFFeatureTerms.h.


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