Package

net.sf.ij_plugins.color

calibration

Permalink

package calibration

Tools for color calibration.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. calibration
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. class ColorCalibrator extends AnyRef

    Permalink

    Performs color calibration using a color chart.

    Performs color calibration using a color chart.

    The calibration in performed in the specified reference color space. For the best results the reference color space should be similar to the color space of the input image. That is, in optimal conditions function mapping from the actual color space to the reference color space should be close to linear. For instance for raw images the CIE XYZ color space is better reference than sRGB since mapping between the input and the reference can be done with good accuracy using low order polynomial. If the input image is a typical JPEG image it is best to select sRGB as a reference color space.

  2. class Corrector extends AnyRef

    Permalink

    Performs color space mapping using cubic polynomial cross-band functions.

  3. case class RGBMappingResult(image: ColorProcessor, clippingLow: Array[Long], clippingHigh: Array[Long]) extends Product with Serializable

    Permalink

    Represents color mapping results:

    Represents color mapping results:

    • corrected image
    • number of values in result images that have to be clipped to be in 0 to 255 range.

Value Members

  1. object ColorCalibrator

    Permalink

    Color calibration helper methods

  2. object LOOCrossValidation

    Permalink

  3. package chart

    Permalink

    Operations on color charts.

  4. package regression

    Permalink
  5. def toPolygonROI(outline: Seq[Point2D]): PolygonRoi

    Permalink
  6. package ui

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped