Class EntropyBox

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

    public class EntropyBox
    extends AbstractCLIJ2Plugin
    implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation, net.haesleinhuepf.clij2.utilities.HasAuthor, net.haesleinhuepf.clij2.utilities.IsCategorized, HasClassifiedInputOutput
    • Constructor Detail

      • EntropyBox

        public EntropyBox()
    • Method Detail

      • getCategories

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

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

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

        public static boolean entropyBox​(CLIJ2 clij2,
                                         net.haesleinhuepf.clij.clearcl.ClearCLBuffer src,
                                         net.haesleinhuepf.clij.clearcl.ClearCLBuffer dst,
                                         Integer radiusX,
                                         Integer radiusY,
                                         Integer radiusZ)
      • entropyBox

        public static boolean entropyBox​(CLIJ2 clij2,
                                         net.haesleinhuepf.clij.clearcl.ClearCLBuffer src,
                                         net.haesleinhuepf.clij.clearcl.ClearCLBuffer dst,
                                         Integer radiusX,
                                         Integer radiusY,
                                         Integer radiusZ,
                                         Float minIntensity,
                                         Float maxIntensity)
      • createOutputBufferFromSource

        public net.haesleinhuepf.clij.clearcl.ClearCLBuffer createOutputBufferFromSource​(net.haesleinhuepf.clij.clearcl.ClearCLBuffer input)
        Specified by:
        createOutputBufferFromSource in interface net.haesleinhuepf.clij.macro.CLIJMacroPlugin
        Overrides:
        createOutputBufferFromSource in class net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
      • 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
      • getAuthorName

        public String getAuthorName()
        Specified by:
        getAuthorName in interface net.haesleinhuepf.clij2.utilities.HasAuthor