Class Scale

  • 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

    @Deprecated
    public class Scale
    extends Scale3D
    implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation
    Deprecated.
    Author: @haesleinhuepf 12 2018
    • Constructor Detail

      • Scale

        public Scale()
        Deprecated.
    • Method Detail

      • executeCL

        public boolean executeCL()
        Deprecated.
        Specified by:
        executeCL in interface net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor
        Overrides:
        executeCL in class Scale3D
      • scale

        @Deprecated
        public static boolean scale​(CLIJ2 clij2,
                                    net.haesleinhuepf.clij.clearcl.ClearCLBuffer input,
                                    net.haesleinhuepf.clij.clearcl.ClearCLBuffer output,
                                    Float factorX,
                                    Float factorY,
                                    Float factorZ)
        Deprecated.