Package net.haesleinhuepf.clij2.plugins
Class ConnectedComponentsLabeling
- java.lang.Object
-
- net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
-
- net.haesleinhuepf.clij2.AbstractCLIJ2Plugin
-
- net.haesleinhuepf.clij2.plugins.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.ConnectedComponentsLabelingAuthor: @haesleinhuepf 06 2019
-
-
Field Summary
-
Fields inherited from class net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
args, clij, default_values, name
-
Fields inherited from interface ij.plugin.filter.PlugInFilter
CONVERT_TO_FLOAT, DOES_16, DOES_32, DOES_8C, DOES_8G, DOES_ALL, DOES_RGB, DOES_STACKS, DONE, FINAL_PROCESSING, KEEP_THRESHOLD, NO_CHANGES, NO_IMAGE_REQUIRED, NO_UNDO, NO_UNDO_RESET, PARALLELIZE_IMAGES, PARALLELIZE_STACKS, ROI_REQUIRED, SNAPSHOT, STACK_REQUIRED, SUPPORTS_MASKING
-
-
Constructor Summary
Constructors Constructor Description ConnectedComponentsLabeling()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleanconnectedComponentsLabeling(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output)Deprecated.protected static booleanconnectedComponentsLabeling_internal(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface input, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface output, boolean forceContinousLabeling, boolean useBoxNeighborhood)Deprecated.net.haesleinhuepf.clij.clearcl.ClearCLBuffercreateOutputBufferFromSource(net.haesleinhuepf.clij.clearcl.ClearCLBuffer input)Deprecated.booleanexecuteCL()Deprecated.StringgetAvailableForDimensions()Deprecated.StringgetDescription()Deprecated.StringgetParameterHelpText()Deprecated.-
Methods inherited from class net.haesleinhuepf.clij2.AbstractCLIJ2Plugin
getCLIJ2, setClij, setCLIJ2
-
Methods inherited from class net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
asBoolean, asFloat, asInteger, containsCLBufferArguments, containsCLImageArguments, getDefaultValues, getImageVariableName, getName, imageJ2Args, imageJArgs, openCLBufferArgs, openCLImageArgs, releaseBuffers, releaseImages, run, setArgs, setup
-
-
-
-
Method Detail
-
executeCL
public boolean executeCL()
Deprecated.- Specified by:
executeCLin interfacenet.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:
getParameterHelpTextin interfacenet.haesleinhuepf.clij.macro.CLIJMacroPlugin
-
getDescription
public String getDescription()
Deprecated.- Specified by:
getDescriptionin interfacenet.haesleinhuepf.clij.macro.documentation.OffersDocumentation
-
getAvailableForDimensions
public String getAvailableForDimensions()
Deprecated.- Specified by:
getAvailableForDimensionsin interfacenet.haesleinhuepf.clij.macro.documentation.OffersDocumentation
-
createOutputBufferFromSource
public net.haesleinhuepf.clij.clearcl.ClearCLBuffer createOutputBufferFromSource(net.haesleinhuepf.clij.clearcl.ClearCLBuffer input)
Deprecated.- Specified by:
createOutputBufferFromSourcein interfacenet.haesleinhuepf.clij.macro.CLIJMacroPlugin- Overrides:
createOutputBufferFromSourcein classnet.haesleinhuepf.clij.macro.AbstractCLIJPlugin
-
-