Packages

package color

Type Members

  1. class ColorHistogram extends AnyRef

  2. final class ColorProcessorUtils extends AnyRef

    Helper methods for working with ColorProcessor.

    Helper methods for working with ColorProcessor.

    Since

    Apr 5, 2005 9:20:35 PM

  3. final class ColorSpaceConversion extends AnyRef

    Basic color space conversion utilities, assuming two degree observer and illuminant D65.

  4. class ConvertLabStackToRGBPlugin extends PlugIn

    Converts image pixels from CIE L*a*b* color space to RGB color space.

  5. class ConvertLabStackToXYZPlugin extends PlugIn

    Converts image pixels from CIE L*a*b* color space to XYZ color space.

  6. class ConvertRGBToLabStackPlugin extends PlugInFilter

    Converts image pixels from RGB color space to CIE L*a*b* color space.

  7. class ConvertRGBToXYZStackPlugin extends PlugInFilter

    Converts image pixels from RGB color space to XYZ color space.

  8. class ConvertRGBToYCbCrPlugin extends PlugInFilter

    Converts image pixels from RGB color space to YCbCr color space.

  9. class ConvertXYZStackToLabPlugin extends PlugIn

    Converts image pixels from XYZ color space to CIE L*a*b* color space.

  10. class ConvertXYZStackToRGBPlugin extends PlugIn

    Converts image pixels from XYZ color space to RGB color space.

  11. class ConvertYCbCrToRGBPlugin extends PlugIn

    Converts image pixels from CIE L*a*b* color space to RGB color space.

  12. class IntensityShiftPlugin extends PlugInFilter

  13. final class MeasureBandsPlugin extends PlugIn

    Measure bands of color (RGB) image or slices in a stack recording results in a single row.

    Measure bands of color (RGB) image or slices in a stack recording results in a single row. If image is 8-bit gray, 16-bit gray, or 32-bit gray, each slice is measured and results reported in columns of the same row. If image is an RGB then only the current slice (if more than one) is measured. Column names are the names measurements prepended with slice labels.

    Since

    4/10/12 8:04 PM

  14. sealed abstract final class WhiteReference extends Enum[WhiteReference]

    Reference white point for 2 degree observer.

    Reference white point for 2 degree observer. Based on http://en.wikipedia.org/wiki/Standard_illuminant

    Since

    5/25/11 2:26 PM

Ungrouped