Class NormalizeDifferenceToMedian

All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class NormalizeDifferenceToMedian extends UnaryWithObjectsBase
Corrects a channel in the following way

For each object:

  1. Identify the median value from channelLookup (Value 1)
  2. Calculate the difference of each pixel value in channelLookup (Value 2)
  3. Adjust each pixel value by Value 2.
Author:
Owen Feehan