All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class GradientXY extends GradientBaseAddSum
Calculates a Channel's gradient along the x and y axes.

Note the z-dimension is not considered.

Author:
Owen Feehan
  • Constructor Details

    • GradientXY

      public GradientXY()
  • Method Details

    • createAxisArray

      protected boolean[] createAxisArray()
      Description copied from class: GradientBaseAddSum
      Creates an array of booleans indicating which axes to calculate the gradient for.
      Specified by:
      createAxisArray in class GradientBaseAddSum
      Returns:
      a boolean array where true indicates the gradient should be calculated for that axis