Class DetectMaximaBox

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

    @Deprecated
    public class DetectMaximaBox
    extends AbstractCLIJ2Plugin
    implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation
    Deprecated.
    Author: @haesleinhuepf December 2018
    • Constructor Detail

      • DetectMaximaBox

        public DetectMaximaBox()
        Deprecated.
    • Method Detail

      • executeCL

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

        @Deprecated
        public static boolean detectMaximaBox​(CLIJ2 clij2,
                                              net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src,
                                              net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst,
                                              Integer radius)
        Deprecated.
      • detectMaximaBox

        public static boolean detectMaximaBox​(CLIJ2 clij2,
                                              net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src,
                                              net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst,
                                              Integer radiusX,
                                              Integer radiusY,
                                              Integer radiusZ)
        Deprecated.
      • getParameterHelpText

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

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

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