Class MeanIntensityProjection

All Implemented Interfaces:
Provider<Channel>, ProviderAsStack

public class MeanIntensityProjection extends ChannelProviderUnary
Creates a mean intensity projection of a 3D Channel.

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

  • Constructor Details

    • MeanIntensityProjection

      public MeanIntensityProjection()
  • Method Details