Interface TransferFunction

All Known Implementing Classes:
DiscreteTransfer, GammaTransfer, IdentityTransfer, LinearTransfer, TableTransfer

public interface TransferFunction
Defines the interface for all the ComponentTransferOp transfer functions, which can all be converted to a lookup table
Version:
$Id: TransferFunction.java 1733416 2016-03-03 07:07:13Z gadams $
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Returns the lookup table.
  • Method Details

    • getLookupTable

      byte[] getLookupTable()
      Returns the lookup table.