Interface IMinMaxStore


public interface IMinMaxStore
Interface for consumers of minima and maxima pixel intensities across a given wavelength.
Author:
Chris Allan callan at blackcat.ca
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    setChannelGlobalMinMax(int channel, double minimum, double maximum, int series)
    Populates the channel global minimum and maximum.
  • Method Details

    • setChannelGlobalMinMax

      void setChannelGlobalMinMax(int channel, double minimum, double maximum, int series)
      Populates the channel global minimum and maximum.
      Parameters:
      channel - Channel index to populate.
      minimum - Minimum global pixel intensity.
      maximum - Maximum global pixel intensity.
      series - Image series.