Class SubtractImages

  • All Implemented Interfaces:
    PlugInFilter, net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation, HasClassifiedInputOutput, net.haesleinhuepf.clij2.utilities.IsCategorized, SciJavaPlugin

    public class SubtractImages
    extends AbstractCLIJ2Plugin
    implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation, net.haesleinhuepf.clij2.utilities.IsCategorized, HasClassifiedInputOutput
    Author: @haesleinhuepf 12 2018
    • Constructor Detail

      • SubtractImages

        public SubtractImages()
    • Method Detail

      • getCategories

        public String getCategories()
        Specified by:
        getCategories in interface net.haesleinhuepf.clij2.utilities.IsCategorized
      • executeCL

        public boolean executeCL()
        Specified by:
        executeCL in interface net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor
      • subtract

        @Deprecated
        public static boolean subtract​(CLIJ2 clij2,
                                       net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src,
                                       net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src1,
                                       net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst)
        Deprecated.
      • subtractImages

        public static boolean subtractImages​(CLIJ2 clij2,
                                             net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src,
                                             net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src1,
                                             net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst)
      • getParameterHelpText

        public String getParameterHelpText()
        Specified by:
        getParameterHelpText in interface net.haesleinhuepf.clij.macro.CLIJMacroPlugin
      • getDescription

        public String getDescription()
        Specified by:
        getDescription in interface net.haesleinhuepf.clij.macro.documentation.OffersDocumentation
      • getAvailableForDimensions

        public String getAvailableForDimensions()
        Specified by:
        getAvailableForDimensions in interface net.haesleinhuepf.clij.macro.documentation.OffersDocumentation