public class DifferenceOfGaussianReal1<A extends RealType<A>> extends DifferenceOfGaussianReal<A,A>
DifferenceOfGaussian.SpecialPoint
converter, dogImage, factory, image, outOfBoundsFactory, peaks
Constructor and Description |
---|
DifferenceOfGaussianReal1(Image<A> img,
OutOfBoundsStrategyFactory<A> outOfBoundsFactory,
double[] sigma1,
double[] sigma2,
double minPeakValue,
double normalizationFactor) |
DifferenceOfGaussianReal1(Image<A> img,
OutOfBoundsStrategyFactory<A> outOfBoundsFactory,
double sigma1,
double sigma2,
double minPeakValue,
double normalizationFactor) |
Modifier and Type | Method and Description |
---|---|
protected OutputAlgorithm<A> |
getGaussianConvolution(double[] sigma,
int numThreads)
This method returns the
OutputAlgorithm that will compute the Gaussian Convolutions, more efficient versions can override this method |
checkInput, createVariable, getMinPeakValue, getNormalizedSubtraction, isPeakHighEnough, isSpecialPoint, setMinPeakValue
findPeaks, getComputeConvolutionsParalell, getDoGImage, getErrorMessage, getKeepDoGImage, getNumThreads, getPeaks, getProcessingTime, process, setComputeConvolutionsParalell, setKeepDoGImage, setNumThreads, setNumThreads
public DifferenceOfGaussianReal1(Image<A> img, OutOfBoundsStrategyFactory<A> outOfBoundsFactory, double sigma1, double sigma2, double minPeakValue, double normalizationFactor)
public DifferenceOfGaussianReal1(Image<A> img, OutOfBoundsStrategyFactory<A> outOfBoundsFactory, double[] sigma1, double[] sigma2, double minPeakValue, double normalizationFactor)
protected OutputAlgorithm<A> getGaussianConvolution(double[] sigma, int numThreads)
OutputAlgorithm
that will compute the Gaussian Convolutions, more efficient versions can override this methodgetGaussianConvolution
in class DifferenceOfGaussianReal<A extends RealType<A>,A extends RealType<A>>
sigma
- - the sigma of the convolutionnumThreads
- - the number of threads for this convolutionCopyright © 2015–2021 Fiji. All rights reserved.