public class DifferenceOfGaussianNewPeakFinder extends DifferenceOfGaussianReal1<FloatType>
DifferenceOfGaussian.SpecialPoint
converter, dogImage, factory, image, outOfBoundsFactory, peaks
Constructor and Description |
---|
DifferenceOfGaussianNewPeakFinder(Image<FloatType> img,
OutOfBoundsStrategyFactory<FloatType> outOfBoundsFactory,
double[] sigma1,
double[] sigma2,
double minPeakValue,
double normalizationFactor) |
Modifier and Type | Method and Description |
---|---|
ArrayList<DifferenceOfGaussianPeak<FloatType>> |
findPeaks(Image<FloatType> laPlace) |
ArrayList<SimplePeak> |
getSimplePeaks() |
boolean |
process()
Has to be overwritten as the ImageCalculator does not do the right amount of threads
|
getGaussianConvolution
checkInput, createVariable, getMinPeakValue, getNormalizedSubtraction, isPeakHighEnough, isSpecialPoint, setMinPeakValue
getComputeConvolutionsParalell, getDoGImage, getErrorMessage, getKeepDoGImage, getNumThreads, getPeaks, getProcessingTime, setComputeConvolutionsParalell, setKeepDoGImage, setNumThreads, setNumThreads
public DifferenceOfGaussianNewPeakFinder(Image<FloatType> img, OutOfBoundsStrategyFactory<FloatType> outOfBoundsFactory, double[] sigma1, double[] sigma2, double minPeakValue, double normalizationFactor)
public ArrayList<SimplePeak> getSimplePeaks()
public ArrayList<DifferenceOfGaussianPeak<FloatType>> findPeaks(Image<FloatType> laPlace)
findPeaks
in class DifferenceOfGaussian<FloatType,FloatType>
Copyright © 2015–2021 Fiji. All rights reserved.