|
Open3D (C++ API)
0.20.0
|
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) |
| 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 | ||
| ) |