Class ComputeSecondaryImg<T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>,U extends net.imglib2.type.numeric.RealType<U> & net.imglib2.type.NativeType<U>>

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.gui.cmds.CommonDynamicCmd
sc.fiji.snt.gui.cmds.ComputeSecondaryImg<T,U>
Type Parameters:
T - the pixel type of the input image, extending RealType and NativeType
U - the pixel type of the output (secondary) image, extending RealType and NativeType
All Implemented Interfaces:
Runnable, org.scijava.Cancelable, org.scijava.command.Command, org.scijava.command.Interactive, org.scijava.Contextual, org.scijava.module.Module, org.scijava.module.MutableModule, org.scijava.plugin.SciJavaPlugin, SigmaPaletteListener

public class ComputeSecondaryImg<T extends net.imglib2.type.numeric.RealType<T> & net.imglib2.type.NativeType<T>,U extends net.imglib2.type.numeric.RealType<U> & net.imglib2.type.NativeType<U>> extends CommonDynamicCmd implements org.scijava.command.Interactive, SigmaPaletteListener
Implements the "Generate Secondary Layer" command.
Author:
Tiago Ferreira, Cameron Arshadi