Skip to content

Add point merge capabilities to CleanGrid filter

Kenneth Moreland requested to merge kmorel/vtk-m:point-merge into master

We have added a PointMerge worklet that uses a virtual grid approach to identify nearby points. The worklet works by creating a very fine but sparsely represented locator grid. It then groups points by grid bins and finds those within a specified radius.

This functionality has been integrated into the CleanGrid filter.

Merge request reports