Point Cloud Library (PCL)
1.14.1-dev
|
#include <pcl/ml/pairwise_potential.h>
Public Member Functions | |
PairwisePotential (const std::vector< float > &feature, const int D, const int N, const float w) | |
Constructor for PairwisePotential class. More... | |
~PairwisePotential ()=default | |
Deconstructor for PairwisePotential class. More... | |
void | compute (std::vector< float > &out, const std::vector< float > &in, std::vector< float > &tmp, int value_size) const |
Public Attributes | |
std::vector< float > | bary_ |
std::vector< float > | features_ |
Protected Attributes | |
Permutohedral | lattice_ |
Permutohedral lattice. More... | |
int | N_ |
Number of variables. More... | |
float | w_ |
Weight. More... | |
std::vector< float > | norm_ |
Norm. More... | |
Definition at line 48 of file pairwise_potential.h.
pcl::PairwisePotential::PairwisePotential | ( | const std::vector< float > & | feature, |
const int | D, | ||
const int | N, | ||
const float | w | ||
) |
Constructor for PairwisePotential class.
|
default |
Deconstructor for PairwisePotential class.
void pcl::PairwisePotential::compute | ( | std::vector< float > & | out, |
const std::vector< float > & | in, | ||
std::vector< float > & | tmp, | ||
int | value_size | ||
) | const |
std::vector<float> pcl::PairwisePotential::bary_ |
Definition at line 79 of file pairwise_potential.h.
std::vector<float> pcl::PairwisePotential::features_ |
Definition at line 80 of file pairwise_potential.h.
|
protected |
Permutohedral lattice.
Definition at line 67 of file pairwise_potential.h.
|
protected |
Number of variables.
Definition at line 70 of file pairwise_potential.h.
|
protected |
Norm.
Definition at line 76 of file pairwise_potential.h.
|
protected |
Weight.
Definition at line 73 of file pairwise_potential.h.