public class DogDetector<T extends RealType<T> & NativeType<T>> extends LogDetector<T>
Modifier and Type | Field and Description |
---|---|
static String |
BASE_ERROR_MESSAGE |
baseErrorMessage, calibration, doMedianFilter, doSubPixelLocalization, errorMessage, img, interval, numThreads, processingTime, radius, spots, threshold
Constructor and Description |
---|
DogDetector(RandomAccessible<T> img,
Interval interval,
double[] calibration,
double radius,
double threshold,
boolean doSubPixelLocalization,
boolean doMedianFilter) |
Modifier and Type | Method and Description |
---|---|
boolean |
process() |
checkInput, getErrorMessage, getNumThreads, getProcessingTime, getResult, setNumThreads, setNumThreads
public static final String BASE_ERROR_MESSAGE
public DogDetector(RandomAccessible<T> img, Interval interval, double[] calibration, double radius, double threshold, boolean doSubPixelLocalization, boolean doMedianFilter)
public boolean process()
process
in interface Algorithm
process
in class LogDetector<T extends RealType<T> & NativeType<T>>
Copyright © 2015–2021 Fiji. All rights reserved.