Skip to content

Added new filter for compacting segmentation/label maps

Will Schroeder requested to merge will.schroeder/vtk:AddPackLabelsFilter into master

vtkPackLabels is used to renumber segmentation labels into contiguous runs of optionally smaller type. This produces smaller files of a specified data type for algorithms performing discrete isocontouring such as vtkSurfaceNets3D, vtkDiscreteMarchingCubes, and vtkDiscreteFlyingEdges3D.

Merge request reports