Package | Description |
---|---|
net.imglib2.algorithm.dog |
Modifier and Type | Field and Description |
---|---|
protected DogDetection.ExtremaType |
DogDetection.extremaType |
Modifier and Type | Method and Description |
---|---|
static DogDetection.ExtremaType |
DogDetection.ExtremaType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DogDetection.ExtremaType[] |
DogDetection.ExtremaType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DogDetection(RandomAccessible<T> input,
Interval interval,
double[] calibration,
double sigmaSmaller,
double sigmaLarger,
DogDetection.ExtremaType extremaType,
double minPeakValue,
boolean normalizeMinPeakValue)
Sets up a
DogDetection with the specified parameters (does not do
any computation yet). |
DogDetection(RandomAccessible<T> input,
Interval interval,
double[] calibration,
double sigmaSmaller,
double sigmaLarger,
DogDetection.ExtremaType extremaType,
double minPeakValue,
boolean normalizeMinPeakValue,
F computationType)
Sets up a
DogDetection with the specified parameters (does not do
any computation yet). |
DogDetection(RandomAccessibleInterval<T> input,
double[] calibration,
double sigmaSmaller,
double sigmaLarger,
DogDetection.ExtremaType extremaType,
double minPeakValue,
boolean normalizeMinPeakValue) |
Copyright © 2015–2022 ImgLib2. All rights reserved.