Package | Description |
---|---|
spim.process.cuda | |
spim.process.interestpointdetection |
Modifier and Type | Method and Description |
---|---|
static ArrayList<CUDADevice> |
CUDATools.queryCUDADetails(CUDAStandardFunctions cuda,
boolean askForMultipleDevices) |
static ArrayList<CUDADevice> |
CUDATools.queryCUDADetails(CUDAStandardFunctions cuda,
boolean askForMultipleDevices,
GenericDialogAppender additionalQueries) |
Modifier and Type | Method and Description |
---|---|
int |
CUDADevice.compareTo(CUDADevice dev) |
Modifier and Type | Method and Description |
---|---|
static ArrayList<InterestPoint> |
ProcessDOG.compute(CUDASeparableConvolution cuda,
List<CUDADevice> deviceList,
boolean accurateCUDA,
double percentGPUMem,
Image<FloatType> img,
Img<FloatType> imglib2img,
float sigma,
float threshold,
int localization,
double imageSigmaX,
double imageSigmaY,
double imageSigmaZ,
boolean findMin,
boolean findMax,
double minIntensity,
double maxIntensity,
boolean keepIntensity) |
Constructor and Description |
---|
CUDAOutput(Img<FloatType> img,
double percentGPUMem,
CUDADevice cudaDevice,
CUDASeparableConvolution cuda,
boolean accurate,
double[] sigma) |
Constructor and Description |
---|
DifferenceOfGaussianCUDA(CUDASeparableConvolution cuda,
double percentGPUMem,
List<CUDADevice> devList,
Image<FloatType> img1,
Img<FloatType> img2,
boolean accurate,
double[] sigma1,
double[] sigma2,
double minPeakValue,
double normalizationFactor) |
Copyright © 2015–2021 Fiji. All rights reserved.