Uses of Interface
adams.data.image.transformer.ImageColorizer
-
Packages that use ImageColorizer Package Description adams.data.image.transformer adams.gui.tools.previewbrowser -
-
Uses of ImageColorizer in adams.data.image.transformer
Subinterfaces of ImageColorizer in adams.data.image.transformer Modifier and Type Interface Description interfaceImageColorizerWithColorProviderInterface for image colorizers that support a color provider.Classes in adams.data.image.transformer that implement ImageColorizer 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. -
Uses of ImageColorizer in adams.gui.tools.previewbrowser
Fields in adams.gui.tools.previewbrowser declared as ImageColorizer Modifier and Type Field Description protected ImageColorizerSimpleImageSegmentationAnnotationsHandler. m_Colorizerthe image colorizer to use.Methods in adams.gui.tools.previewbrowser that return ImageColorizer Modifier and Type Method Description ImageColorizerSimpleImageSegmentationAnnotationsHandler. getColorizer()Returns the image colorizer to use.Methods in adams.gui.tools.previewbrowser with parameters of type ImageColorizer Modifier and Type Method Description voidSimpleImageSegmentationAnnotationsHandler. setColorizer(ImageColorizer value)Sets the image colorizer to use.
-