Package net.haesleinhuepf.clij2.plugins
Class DetectMinimaBox
- java.lang.Object
-
- net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
-
- net.haesleinhuepf.clij2.AbstractCLIJ2Plugin
-
- net.haesleinhuepf.clij2.plugins.DetectMinimaBox
-
- All Implemented Interfaces:
PlugInFilter,net.haesleinhuepf.clij.macro.CLIJMacroPlugin,net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor,net.haesleinhuepf.clij.macro.documentation.OffersDocumentation,SciJavaPlugin
@Deprecated public class DetectMinimaBox extends AbstractCLIJ2Plugin implements net.haesleinhuepf.clij.macro.CLIJMacroPlugin, net.haesleinhuepf.clij.macro.CLIJOpenCLProcessor, net.haesleinhuepf.clij.macro.documentation.OffersDocumentation
Deprecated.Author: @haesleinhuepf December 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 DetectMinimaBox()Deprecated.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static booleandetectMinimaBox(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst, Integer radius)Deprecated.static booleandetectMinimaBox(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst, Integer radiusX, Integer radiusY, Integer radiusZ)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, createOutputBufferFromSource, 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
-
detectMinimaBox
@Deprecated public static boolean detectMinimaBox(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst, Integer radius)
Deprecated.
-
detectMinimaBox
public static boolean detectMinimaBox(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst, Integer radiusX, Integer radiusY, Integer radiusZ)
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
-
-