42 #include <pcl/ml/permutohedral.h>
61 const std::vector<float>& in,
62 std::vector<float>& tmp,
63 int value_size)
const;
PairwisePotential(const std::vector< float > &feature, const int D, const int N, const float w)
Constructor for PairwisePotential class.
std::vector< float > features_
void compute(std::vector< float > &out, const std::vector< float > &in, std::vector< float > &tmp, int value_size) const
~PairwisePotential()=default
Deconstructor for PairwisePotential class.
std::vector< float > norm_
Norm.
int N_
Number of variables.
std::vector< float > bary_
Permutohedral lattice_
Permutohedral lattice.
Implementation of a high-dimensional gaussian filtering using the permutohedral lattice.