#include <pcl/ml/pairwise_potential.h>
Definition at line 48 of file pairwise_potential.h.
◆ PairwisePotential()
| pcl::PairwisePotential::PairwisePotential |
( |
const std::vector< float > & |
feature, |
|
|
const int |
D, |
|
|
const int |
N, |
|
|
const float |
w |
|
) |
| |
◆ ~PairwisePotential()
| pcl::PairwisePotential::~PairwisePotential |
( |
| ) |
|
|
default |
◆ compute()
| void pcl::PairwisePotential::compute |
( |
std::vector< float > & |
out, |
|
|
const std::vector< float > & |
in, |
|
|
std::vector< float > & |
tmp, |
|
|
int |
value_size |
|
) |
| const |
◆ bary_
| std::vector<float> pcl::PairwisePotential::bary_ |
◆ features_
| std::vector<float> pcl::PairwisePotential::features_ |
◆ lattice_
◆ N_
| int pcl::PairwisePotential::N_ |
|
protected |
◆ norm_
| std::vector<float> pcl::PairwisePotential::norm_ |
|
protected |
◆ w_
| float pcl::PairwisePotential::w_ |
|
protected |
The documentation for this class was generated from the following file: