3#include "MRVoxelsFwd.h"
51 const VertCoords & tgtPoints,
const VertBitSet & tgtVerts,
float sigma,
const ProgressCallback & cb = {} );
MRVOXELS_API Expected< VertColors > calcAvgColors(const PointCloud &cloud, const VertColors &colors, const VertCoords &tgtPoints, const VertBitSet &tgtVerts, float sigma, const ProgressCallback &cb={})
bool sqrtAngleWeight
Definition MRPointsToDistanceVolume.h:30
MRVOXELS_API FunctionVolume pointsToDistanceFunctionVolume(const PointCloud &cloud, const PointsToDistanceVolumeParams ¶ms)
makes FunctionVolume representing signed distances to points with normals
float sigma
Definition MRPointsToDistanceVolume.h:19
MRVOXELS_API Expected< SimpleVolume > pointsToDistanceVolume(const PointCloud &cloud, const PointsToDistanceVolumeParams ¶ms)
makes SimpleVolume filled with signed distances to points with normals
const VertNormals * ptNormals
optional input: if this pointer is set then function will use these normals instead of ones present i...
Definition MRPointsToDistanceVolume.h:33
tl::expected< T, E > Expected
Definition MRExpected.h:31
float minWeight
minimum sum of influence weights from surrounding points for a voxel to get a value,...
Definition MRPointsToDistanceVolume.h:22
float invSigmaModifier
Definition MRPointsToDistanceVolume.h:26
only for bindings generation
Definition MRCameraOrientationPlugin.h:8
Definition MRDistanceVolumeParams.h:13
Definition MRPointCloud.h:17
Definition MRPointsToDistanceVolume.h:16