Class CLIJUtilities


  • public class CLIJUtilities
    extends net.haesleinhuepf.clij.utilities.CLIJUtilities
    • Constructor Summary

      Constructors 
      Constructor Description
      CLIJUtilities()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static boolean checkDimensions​(long... numberOfDimensions)  
      static boolean executeSeparableKernel​(CLIJ2 clij2, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src, net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst, Class anchorClass, String clFilename, String kernelname, int kernelSizeX, int kernelSizeY, int kernelSizeZ, float blurSigmaX, float blurSigmaY, float blurSigmaZ, long dimensions)  
      static net.haesleinhuepf.clij.clearcl.enums.ImageChannelDataType nativeToChannelType​(net.haesleinhuepf.clij.coremem.enums.NativeTypeEnum type)  
      • Methods inherited from class net.haesleinhuepf.clij.utilities.CLIJUtilities

        assertDifferent, classToName, radiusToKernelSize, sigmaToKernelSize
    • Constructor Detail

      • CLIJUtilities

        public CLIJUtilities()
    • Method Detail

      • nativeToChannelType

        public static net.haesleinhuepf.clij.clearcl.enums.ImageChannelDataType nativeToChannelType​(net.haesleinhuepf.clij.coremem.enums.NativeTypeEnum type)
      • checkDimensions

        public static boolean checkDimensions​(long... numberOfDimensions)
      • executeSeparableKernel

        public static boolean executeSeparableKernel​(CLIJ2 clij2,
                                                     net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface src,
                                                     net.haesleinhuepf.clij.clearcl.interfaces.ClearCLImageInterface dst,
                                                     Class anchorClass,
                                                     String clFilename,
                                                     String kernelname,
                                                     int kernelSizeX,
                                                     int kernelSizeY,
                                                     int kernelSizeZ,
                                                     float blurSigmaX,
                                                     float blurSigmaY,
                                                     float blurSigmaZ,
                                                     long dimensions)