| Interface | Description |
|---|---|
| NonMaxSuppression |
Detects local minimums and/or maximums in an intensity image inside square regions.
|
| Class | Description |
|---|---|
| ConfigExtract |
General configuration for
NonMaxSuppression. |
| NonMaxLimiter |
Adds the ability to specify the maximum number of points that you wish to return.
|
| NonMaxLimiter.LocalExtreme |
Data structure which provides information on a local extremum.
|
| WrapperNonMaxCandidate |
Wrapper around the
NonMaxCandidateStrict class. |
| WrapperNonMaximumBlock |
Wrapper around the
NonMaxExtractorNaive class. |
| WrapperNonMaximumNaive |
Wrapper around the
NonMaxExtractorNaive class. |