P
- A representation of the extremum. For example, this could be
just a Point
describing the location of the extremum.
It could contain additional information such as the value at
the extremum or an extremum type.T
- pixel type.public static interface LocalExtrema.LocalNeighborhoodCheck<P,T>
Modifier and Type | Method and Description |
---|---|
<C extends Localizable & Sampler<T>> |
check(C center,
Neighborhood<T> neighborhood)
Determine whether a pixel is a local extremum.
|
<C extends Localizable & Sampler<T>> P check(C center, Neighborhood<T> neighborhood)
P
that represents the maximum. Otherwise return
null
.center
- an access located on the pixel to testneighborhood
- iterable neighborhood of the pixel, not containing the
pixel itself.Copyright © 2015–2022 ImgLib2. All rights reserved.