public class ProcessDOG extends Object
Constructor and Description |
---|
ProcessDOG() |
Modifier and Type | Method and Description |
---|---|
static ArrayList<InterestPoint> |
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) |
public static ArrayList<InterestPoint> 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)
deviceList
- - a list of CUDA capable devices (or null if classic CPU computation in Java)accurateCUDA
- - use accurate CUDA implementation (including out of bounds or not)img
- - ImgLib1 imageimglib2img
- - ImgLib2 image (based on same image data as the ImgLib1 image, must be a wrap)sigma
- threshold
- localization
- imageSigmaX
- imageSigmaY
- imageSigmaZ
- findMin
- findMax
- minIntensity
- maxIntensity
- Copyright © 2015–2021 Fiji. All rights reserved.