Class MaximumIntensityProjection
Object
AnchorBean<ChannelProvider>
InitializableBean<ChannelProvider, ImageInitialization>
ImageBean<ChannelProvider>
BeanProviderAsStackBase<ChannelProvider, Channel>
ChannelProvider
ChannelProviderUnary
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 Summary
Constructors -
Method Summary
Methods inherited from class org.anchoranalysis.image.bean.provider.ChannelProviderUnary
get, getChannel, setChannelMethods inherited from class org.anchoranalysis.image.bean.provider.ChannelProvider
getAsStackMethods inherited from class org.anchoranalysis.bean.initializable.InitializableBean
getInitialization, getLogger, getPropertyInitializer, initialize, initializeRecursive, initRecursiveWithInitializer, isInitialized, onInitializationMethods inherited from class org.anchoranalysis.bean.AnchorBean
checkMisconfigured, describeBean, describeChildren, duplicateBean, fields, findFieldsOfClass, getBeanName, getLocalPath, localise, toString
-
Constructor Details
-
MaximumIntensityProjection
public MaximumIntensityProjection()
-
-
Method Details
-
createFromChannel
public Channel createFromChannel(Channel channel) - Specified by:
createFromChannelin classChannelProviderUnary
-