public class NonMaxCandidateStrict extends NonMaxCandidate
input, thresholdMax, thresholdMin| Constructor and Description |
|---|
NonMaxCandidateStrict() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
searchMax(int center,
float val) |
protected boolean |
searchMin(int center,
float val) |
examineMaximum, examineMinimum, getBorder, getSearchRadius, getThresholdMax, getThresholdMin, process, setBorder, setSearchRadius, setThresholdMax, setThresholdMinprotected boolean searchMin(int center,
float val)
searchMin in class NonMaxCandidateprotected boolean searchMax(int center,
float val)
searchMax in class NonMaxCandidate