Class Blur2D
- java.lang.Object
-
- net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
-
- net.haesleinhuepf.clij.macro.modules.Blur2D
-
- All Implemented Interfaces:
PlugInFilter,CLIJMacroPlugin,CLIJOpenCLProcessor,OffersDocumentation,SciJavaPlugin
@Deprecated public class Blur2D extends AbstractCLIJPlugin implements CLIJMacroPlugin, CLIJOpenCLProcessor, OffersDocumentation
Deprecated.Author: @haesleinhuepf 12 2018
-
-
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 Blur2D()Deprecated.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description booleanexecuteCL()Deprecated.StringgetAvailableForDimensions()Deprecated.StringgetDescription()Deprecated.StringgetParameterHelpText()Deprecated.-
Methods inherited from class net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
asBoolean, asFloat, asInteger, containsCLBufferArguments, containsCLImageArguments, createOutputBufferFromSource, getDefaultValues, getImageVariableName, getName, imageJ2Args, imageJArgs, openCLBufferArgs, openCLImageArgs, releaseBuffers, releaseImages, run, setArgs, setClij, setup
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.haesleinhuepf.clij.macro.CLIJMacroPlugin
createOutputBufferFromSource, getName, setArgs, setClij
-
-
-
-
Method Detail
-
executeCL
public boolean executeCL()
Deprecated.- Specified by:
executeCLin interfaceCLIJOpenCLProcessor
-
getParameterHelpText
public String getParameterHelpText()
Deprecated.- Specified by:
getParameterHelpTextin interfaceCLIJMacroPlugin
-
getDescription
public String getDescription()
Deprecated.- Specified by:
getDescriptionin interfaceOffersDocumentation
-
getAvailableForDimensions
public String getAvailableForDimensions()
Deprecated.- Specified by:
getAvailableForDimensionsin interfaceOffersDocumentation
-
-