Class Invert
Object
AnchorBean<ChannelProvider>
InitializableBean<ChannelProvider, ImageInitialization>
ImageBean<ChannelProvider>
BeanProviderAsStackBase<ChannelProvider, Channel>
ChannelProvider
ChannelProviderUnary
Invert
- All Implemented Interfaces:
Provider<Channel>,ProviderAsStack
public class Invert
extends ChannelProviderUnary
Inverts the intensity values of a
Channel by subtracting each voxel from the maximum
value for the channel's data type.
For example, in an unsigned 8-bit channel, each voxel value is subtracted from 255.
This operation is performed in-place, modifying the input channel.
- Author:
- Owen Feehan
-
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
-
Invert
public Invert()
-
-
Method Details
-
createFromChannel
public Channel createFromChannel(Channel channel) - Specified by:
createFromChannelin classChannelProviderUnary
-