Modifier and Type | Method and Description |
---|---|
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
|
Modifier and Type | Method and Description |
---|---|
LocalNeighborhoodCursor<T> |
LocalizableByDimCursor.createLocalNeighborhoodCursor() |
Modifier and Type | Method and Description |
---|---|
LocalNeighborhoodCursor<T> |
ArrayLocalizableByDimCursor.createLocalNeighborhoodCursor() |
Modifier and Type | Method and Description |
---|---|
LocalNeighborhoodCursor<T> |
CellLocalizableByDimCursor.createLocalNeighborhoodCursor() |
Modifier and Type | Method and Description |
---|---|
LocalNeighborhoodCursor<T> |
ConstantLocalizableByDimCursor.createLocalNeighborhoodCursor() |
Modifier and Type | Method and Description |
---|---|
LocalNeighborhoodCursor<T> |
DynamicLocalizableByDimCursor.createLocalNeighborhoodCursor() |
Modifier and Type | Method and Description |
---|---|
LocalNeighborhoodCursor<T> |
PlanarLocalizableByDimCursor.createLocalNeighborhoodCursor() |
Modifier and Type | Method and Description |
---|---|
LocalNeighborhoodCursor<T> |
ShapeListLocalizableByDimCursor.createLocalNeighborhoodCursor() |
Modifier and Type | Class and Description |
---|---|
class |
LocalNeighborhoodCursor3D<T extends Type<T>>
TODO
|
class |
LocalNeighborhoodCursor3DOptimized<T extends Type<T>>
TODO
|
Modifier and Type | Method and Description |
---|---|
static <T extends Type<T>> |
LocalNeighborhoodCursorFactory.createLocalNeighborhoodCursor(LocalizableByDimCursor<T> cursor) |
Modifier and Type | Method and Description |
---|---|
protected static DifferenceOfGaussian.SpecialPoint |
InteractiveIntegral.isSpecialPoint(LocalNeighborhoodCursor<FloatType> neighborhoodCursor,
float centerValue) |
Copyright © 2015–2021 Fiji. All rights reserved.