Package | Description |
---|---|
mpicbg.imglib.algorithm.scalespace | |
mpicbg.spim.segmentation |
Modifier and Type | Method and Description |
---|---|
DifferenceOfGaussian.SpecialPoint |
DifferenceOfGaussianPeak.getPeakType() |
protected DifferenceOfGaussian.SpecialPoint |
DifferenceOfGaussianReal.isSpecialPoint(LocalNeighborhoodCursor<B> neighborhoodCursor,
B centerValue)
Checks if the current position is a minima or maxima in a 3^n neighborhood, more efficient versions can override this method
|
protected DifferenceOfGaussian.SpecialPoint |
DifferenceOfGaussian.isSpecialPoint(LocalNeighborhoodCursor<B> neighborhoodCursor,
B centerValue)
Checks if the current position is a minima or maxima in a 3^n neighborhood, more efficient versions can override this method
|
static DifferenceOfGaussian.SpecialPoint |
DifferenceOfGaussian.SpecialPoint.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DifferenceOfGaussian.SpecialPoint[] |
DifferenceOfGaussian.SpecialPoint.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
DifferenceOfGaussianPeak.setPeakType(DifferenceOfGaussian.SpecialPoint specialPoint) |
Constructor and Description |
---|
DifferenceOfGaussianPeak(int[] pixelLocation,
T value,
DifferenceOfGaussian.SpecialPoint specialPoint) |
Modifier and Type | Method and Description |
---|---|
protected static DifferenceOfGaussian.SpecialPoint |
InteractiveIntegral.isSpecialPoint(LocalNeighborhoodCursor<FloatType> neighborhoodCursor,
float centerValue) |
Copyright © 2015–2021 Fiji. All rights reserved.