Class ConnectedComponentsLabelingBox

  • 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 ConnectedComponentsLabelingBox
    extends ConnectedComponentsLabeling
    implements net.haesleinhuepf.clij2.utilities.IsCategorized, HasClassifiedInputOutput
    ConnectedComponentsLabeling

    Author: @haesleinhuepf 06 2019

    • Constructor Detail

      • ConnectedComponentsLabelingBox

        public ConnectedComponentsLabelingBox()
    • Method Detail

      • executeCL

        public boolean executeCL()
        Specified by:
        executeCL in interface net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor
        Overrides:
        executeCL in class ConnectedComponentsLabeling
      • connectedComponentsLabelingBox

        public static boolean connectedComponentsLabelingBox​(CLIJ2 clij2,
                                                             net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input,
                                                             net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output)
      • connectedComponentsLabelingBox

        public static boolean connectedComponentsLabelingBox​(CLIJ2 clij2,
                                                             net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input,
                                                             net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output,
                                                             boolean forceContinousLabeling)
      • getCategories

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