Class MaximumIntensityProjection

All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class MaximumIntensityProjection extends ChannelProviderUnary
Creates a maximum intensity projection of a 3D Channel.

This projects the maximum intensity value along the z-axis for each (x,y) coordinate, resulting in a 2D image that represents the highest intensity values throughout the 3D volume.

  • Constructor Details

    • MaximumIntensityProjection

      public MaximumIntensityProjection()
  • Method Details