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 classBlueChannelColorizerInterprets 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.classGrayOrIndexedColorizerColorizes grayscale or indexed images using the specified color provider.
Other images types get converted to grayscale first.classTrimapColorizerColorizes trimap images using the specified color provider.
-