Package Ch13_Color_Images


package Ch13_Color_Images
  • Classes
    Class
    Description
    ImageJ plugin, increases the brightness of an indexed color image by 10 units (each color component).
    ImageJ plugin, increases the brightness of a RGB color image by 10 units (each color component) using bit operations (Version 1).
    ImageJ plugin, increases the brightness of a RGB color image by 10 units (each color component) without bit operations (Version 2).
    ImageJ plugin, converts an RGB color image to a grayscale image using a specific set of component weights (ITU BR.709) for calculating luminance (luma) values.
    ImageJ plugin, counts the distinct colors in the current color image.
    ImageJ plugin, continuously desaturates the current image directly in RGB color space (without conversion to HSV or HSB).
    ImageJ plugin, "rotates" the hue (H) of colors in HSV space by 120 degrees.
    ImageJ plugin, converts an indexed color image to a full-color RGB image.
    ImageJ plugin, performs Median Cut color quantization using MedianCutQuantizer.
    ImageJ plugin, creates a tiled image with random colors obtained by varying hue only.