[vtk-developers] Image filter to remap labels to new values

David Thompson david.thompson at kitware.com
Wed Mar 29 13:03:10 EDT 2017


Hi David,

> ...
> To put it another way, the labels that I'm referring to are categorical values, where all voxels with value "n" belong to "category n".

Yup. All the categorical colormap stuff uses vtkVariant (not fast) to accommodate strings as categories. I would not use it for this.

	David


More information about the vtk-developers mailing list