Skip to content

New filter to compute point density over a volume

Will Schroeder requested to merge will.schroeder/vtk:Point-Density-Filter into master

This filter computes a density function over a volume from an input point cloud. For each voxel sample point, within a local, spherical neighborhood the number of points is counted and optionally normalized by the sphere volume. A weighting scalar function may also be provided.

Merge request reports