Class CloseIndexGapsInLabelMap

  • 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 CloseIndexGapsInLabelMap
    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
    ConnectedComponentsLabeling

    Author: @haesleinhuepf 06 2019

    • Constructor Detail

      • CloseIndexGapsInLabelMap

        public CloseIndexGapsInLabelMap()
    • Method Detail

      • executeCL

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

        @Deprecated
        public static boolean shiftIntensitiesToCloseGaps​(CLIJ2 clij2,
                                                          net.haesleinhuepf.clij.clearcl.ClearCLBuffer input,
                                                          net.haesleinhuepf.clij.clearcl.ClearCLBuffer output)
        Deprecated.
      • closeIndexGapsInLabelMap

        public static boolean closeIndexGapsInLabelMap​(CLIJ2 clij2,
                                                       net.haesleinhuepf.clij.clearcl.ClearCLBuffer input,
                                                       net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output)
      • 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
      • 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
      • getCategories

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