#include <MRClosestWeightedPoint.h>
Public Attributes | |
VertMetric | pointWeight |
function returning the weight of each point, must be set by the user | |
float | maxWeight = 0 |
float | maxWeightGrad = FLT_MAX |
float MR::DistanceFromWeightedPointsParams::maxWeight = 0 |
maximal weight among all points in the cloud; if this value is imprecise, then more computations will be made by algorithm
float MR::DistanceFromWeightedPointsParams::maxWeightGrad = FLT_MAX |
maximal magnitude of gradient of points' weight in the cloud, >=0; if maxWeightGrad < 1 then more search optimizations can be done
VertMetric MR::DistanceFromWeightedPointsParams::pointWeight |
function returning the weight of each point, must be set by the user