Class GetAutomaticThreshold

  • 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, net.haesleinhuepf.clij2.utilities.HasLicense, net.haesleinhuepf.clij2.utilities.IsCategorized, SciJavaPlugin

    public class GetAutomaticThreshold
    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.HasLicense, net.haesleinhuepf.clij2.utilities.IsCategorized
    AutomaticThreshold

    Author: @haesleinhuepf January 2019

    • Constructor Detail

      • GetAutomaticThreshold

        public GetAutomaticThreshold()
    • Method Detail

      • executeCL

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

        public static double getAutomaticThreshold​(CLIJ2 clij2,
                                                   net.haesleinhuepf.clij.clearcl.ClearCLBuffer src,
                                                   String userSelectedMethod)
      • getAutomaticThreshold

        public static double getAutomaticThreshold​(CLIJ2 clij2,
                                                   net.haesleinhuepf.clij.clearcl.ClearCLBuffer src,
                                                   String userSelectedMethod,
                                                   Float minimumGreyValue,
                                                   Float maximumGreyValue,
                                                   Integer numberOfBins)
      • getDescription

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

        public String getParameterHelpText()
        Specified by:
        getParameterHelpText in interface net.haesleinhuepf.clij.macro.CLIJMacroPlugin
      • 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
      • getLicense

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

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