Class AbstractSimpleITKCLIJ2Plugin
- java.lang.Object
-
- net.haesleinhuepf.clij.macro.AbstractCLIJPlugin
-
- net.haesleinhuepf.clij2.AbstractCLIJ2Plugin
-
- net.haesleinhuepf.clijx.simpleitk.AbstractSimpleITKCLIJ2Plugin
-
- All Implemented Interfaces:
PlugInFilter,net.haesleinhuepf.clij.macro.CLIJMacroPlugin,net.haesleinhuepf.clij2.utilities.HasAuthor,net.haesleinhuepf.clij2.utilities.HasLicense,SciJavaPlugin
- Direct Known Subclasses:
SimpleITKBilateral,SimpleITKBinaryFillHole,SimpleITKBinaryPruning,SimpleITKBinaryThinning,SimpleITKBinomialBlur,SimpleITKBoundedReciprocal,SimpleITKBSplineDecomposition,SimpleITKCannyEdgeDetection,SimpleITKConnectedComponent,SimpleITKConvolution,SimpleITKDanielssonDistanceMap,SimpleITKDiscreteGaussian,SimpleITKFFTConvolution,SimpleITKHMaxima,SimpleITKInverseDeconvolution,SimpleITKLandweberDeconvolution,SimpleITKMedian,SimpleITKMedianProjection,SimpleITKMorphologicalWatershed,SimpleITKOtsuMultipleThresholds,SimpleITKOtsuThreshold,SimpleITKRichardsonLucyDeconvolution,SimpleITKTikhonovDeconvolution,SimpleITKWienerDeconvolution,SimpleITKYenThreshold,SimpleITKZeroCrossing,SimpleITKZeroCrossingBasedEdgeDetection
public abstract class AbstractSimpleITKCLIJ2Plugin extends net.haesleinhuepf.clij2.AbstractCLIJ2Plugin implements net.haesleinhuepf.clij2.utilities.HasAuthor, net.haesleinhuepf.clij2.utilities.HasLicense
-
-
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 AbstractSimpleITKCLIJ2Plugin()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAuthorName()StringgetLicense()-
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
-
-