public abstract class NonMaxBlockStrict extends NonMaxBlock
Implementation of NonMaxBlock which implements a strict maximum rule.
| Modifier and Type | Class and Description |
|---|---|
static class |
NonMaxBlockStrict.Max |
static class |
NonMaxBlockStrict.Min |
static class |
NonMaxBlockStrict.MinMax |
border, detectsMaximum, detectsMinimum, localMax, localMin, radius, thresholdMax, thresholdMin| Modifier | Constructor and Description |
|---|---|
protected |
NonMaxBlockStrict(boolean detectsMinimum,
boolean detectsMaximum) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
checkLocalMax(int x_c,
int y_c,
float peakVal,
boofcv.struct.image.GrayF32 img) |
protected void |
checkLocalMin(int x_c,
int y_c,
float peakVal,
boofcv.struct.image.GrayF32 img) |
getBorder, getSearchRadius, getThresholdMax, getThresholdMin, process, searchBlock, setBorder, setSearchRadius, setThresholdMax, setThresholdMin