Open3D (C++ API)  0.20.0
Loading...
Searching...
No Matches
Functions
open3d::geometry::smoothing Namespace Reference

Functions

template<typename ForEachNeighborFunc , typename ComputeWeightFunc >
void ApplyIndexedLaplacianUpdate (const std::vector< Eigen::Vector3d > &reference_positions, const std::vector< Eigen::Vector3d > &previous_values, std::vector< Eigen::Vector3d > &next_values, double factor, const ForEachNeighborFunc &for_each_neighbor, const ComputeWeightFunc &compute_weight)
 

Function Documentation

◆ ApplyIndexedLaplacianUpdate()

template<typename ForEachNeighborFunc , typename ComputeWeightFunc >
void open3d::geometry::smoothing::ApplyIndexedLaplacianUpdate ( const std::vector< Eigen::Vector3d > &  reference_positions,
const std::vector< Eigen::Vector3d > &  previous_values,
std::vector< Eigen::Vector3d > &  next_values,
double  factor,
const ForEachNeighborFunc &  for_each_neighbor,
const ComputeWeightFunc &  compute_weight 
)