Uses of Interface
adams.data.image.transformer.ImageColorizerWithColorProvider
-
Packages that use ImageColorizerWithColorProvider Package Description adams.data.image.transformer -
-
Uses of ImageColorizerWithColorProvider in adams.data.image.transformer
Classes in adams.data.image.transformer that implement ImageColorizerWithColorProvider Modifier and Type Class Description class
BlueChannelColorizer
Interprets the values in the blue channel (e.g., used by image segmentation frameworks) of the images as indices and replaces them with colors from the specified color provider.class
GrayOrIndexedColorizer
Colorizes grayscale or indexed images using the specified color provider.
Other images types get converted to grayscale first.class
TrimapColorizer
Colorizes trimap images using the specified color provider.
-