public abstract class NonMaxBlockRelaxed extends NonMaxBlock
Implementation of NonMaxBlock which implements a relaxed maximum rule.
| Modifier and Type | Class and Description |
|---|---|
static class |
NonMaxBlockRelaxed.Max |
static class |
NonMaxBlockRelaxed.Min |
static class |
NonMaxBlockRelaxed.MinMax |
border, detectsMaximum, detectsMinimum, localMax, localMin, radius, thresholdMax, thresholdMin| Modifier | Constructor and Description |
|---|---|
protected |
NonMaxBlockRelaxed(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) |
void |
setSearchRadius(int radius) |
getBorder, getSearchRadius, getThresholdMax, getThresholdMin, process, searchBlock, setBorder, setThresholdMax, setThresholdMinprotected NonMaxBlockRelaxed(boolean detectsMinimum,
boolean detectsMaximum)
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)
public void setSearchRadius(int radius)
setSearchRadius in class NonMaxBlock