Class Colorizer.Target

Object
Target
Enclosing interface:
Colorizer

public static class Colorizer.Target extends Object
Information about the computed image to colorize. The most important information is the Sample­Model, as the inferred color model must be compatible with the sample model. A Target instance may also contain contextual information such as the Sample­Dimensions of the target coverage.
Since:
1.4
  • Constructor Details

    • Target

      public Target(SampleModel model, List<SampleDimension> ranges, int visibleBand)
      Creates a new target with the sample model of the image to colorize.
      Parameters:
      model - sample model of the computed image to colorize (mandatory).
      ranges - description of the bands of the computed image to colorize, or null if none.
      visible­Band - the band to colorize if the colorization algorithm uses only one band, or -1 if none.
  • Method Details