| Class | Description |
|---|---|
| NonMaxBlock |
Non-maximum extractor based on the block algorithm in [1].
|
| NonMaxBlockRelaxed |
Implementation of
NonMaxBlock which implements a relaxed maximum rule. |
| NonMaxBlockRelaxed.Max | |
| NonMaxBlockRelaxed.Min | |
| NonMaxBlockRelaxed.MinMax | |
| NonMaxBlockStrict |
Implementation of
NonMaxBlock which implements a strict maximum rule. |
| NonMaxBlockStrict.Max | |
| NonMaxBlockStrict.Min | |
| NonMaxBlockStrict.MinMax | |
| NonMaxCandidate |
Performs a sparse search for local minimums/maximums by only examine around candidates.
|
| NonMaxCandidateRelaxed |
Applies a relaxed peak rule to candidates
|
| NonMaxCandidateStrict |
Applies a strict peak rule to candidates
|
| NonMaxExtractorNaive |
Extracts corners at local maximums that are above a threshold.
|
| SelectNBestFeatures |
Selects and sorts up to the N best features based on their intensity.
|
| ThresholdCornerExtractor |
All pixels which have an intensity above the specified threshold are considered to be features.
|