Class ConnectedComponentsLabeling

  • All Implemented Interfaces:
    PlugInFilter, net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation, SciJavaPlugin
    Direct Known Subclasses:
    ConnectedComponentsLabelingBox, ConnectedComponentsLabelingDiamond

    @Deprecated
    public class ConnectedComponentsLabeling
    extends AbstractCLIJ2Plugin
    implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation
    Deprecated.
    ConnectedComponentsLabeling

    Author: @haesleinhuepf 06 2019

    • Constructor Detail

      • ConnectedComponentsLabeling

        public ConnectedComponentsLabeling()
        Deprecated.
    • Method Detail

      • executeCL

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

        @Deprecated
        public static boolean connectedComponentsLabeling​(CLIJ2 clij2,
                                                          net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input,
                                                          net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output)
        Deprecated.
      • connectedComponentsLabeling_internal

        protected static boolean connectedComponentsLabeling_internal​(CLIJ2 clij2,
                                                                      net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input,
                                                                      net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output,
                                                                      boolean forceContinousLabeling,
                                                                      boolean useBoxNeighborhood)
        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
      • createOutputBufferFromSource

        public net.haesleinhuepf.clij.clearcl.ClearCLBuffer createOutputBufferFromSource​(net.haesleinhuepf.clij.clearcl.ClearCLBuffer input)
        Deprecated.
        Specified by:
        createOutputBufferFromSource in interface net.haesleinhuepf.clij.macro.CLIJMacroPlugin
        Overrides:
        createOutputBufferFromSource in class net.haesleinhuepf.clij.macro.AbstractCLIJPlugin