Package | Description |
---|---|
spim.process.cuda |
Modifier and Type | Method and Description |
---|---|
static CUDASeparableConvolutionFunctions.OutOfBounds |
CUDASeparableConvolutionFunctions.OutOfBounds.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CUDASeparableConvolutionFunctions.OutOfBounds[] |
CUDASeparableConvolutionFunctions.OutOfBounds.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
CUDASeparableConvolutionFunctions.gauss(float[] img,
int[] dim,
double[] sigma,
CUDASeparableConvolutionFunctions.OutOfBounds oobs,
float oobsValue)
Compute Gaussian convolution
|
static boolean |
CUDASeparableConvolutionFunctions.gauss(float[] img,
int[] dim,
double[] sigma,
CUDASeparableConvolutionFunctions.OutOfBounds oobs,
float oobsValue,
CUDASeparableConvolution cuda,
int cudaDeviceId)
Compute Gaussian convolution
|
boolean |
CUDASeparableConvolutionFunctions.gauss(float[] img,
int[] dim,
double sigma,
CUDASeparableConvolutionFunctions.OutOfBounds oobs,
float oobsValue)
Compute Gaussian convolution
|
static boolean |
CUDASeparableConvolutionFunctions.gauss(float[] img,
int[] dim,
double sigma,
CUDASeparableConvolutionFunctions.OutOfBounds oobs,
float oobsValue,
CUDASeparableConvolution cuda,
int cudaDeviceId)
Compute Gaussian convolution
|
Copyright © 2015–2021 Fiji. All rights reserved.