public class NonMaxExtractorNaive
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected int |
border |
protected int |
radius |
protected float |
thresh |
protected boolean |
useStrictRule |
| Constructor and Description |
|---|
NonMaxExtractorNaive(boolean useStrictRule) |
| Modifier and Type | Method and Description |
|---|---|
int |
getBorder() |
int |
getSearchRadius() |
float |
getThreshold() |
boolean |
isStrict() |
void |
process(boofcv.struct.image.GrayF32 intensityImage,
boofcv.struct.QueueCorner peaks) |
void |
setBorder(int border) |
void |
setSearchRadius(int radius) |
void |
setThreshold(float thresh) |
protected int radius
protected float thresh
protected int border
protected boolean useStrictRule
public void setSearchRadius(int radius)
public float getThreshold()
public void setThreshold(float thresh)
public void setBorder(int border)
public int getBorder()
public boolean isStrict()
public void process(boofcv.struct.image.GrayF32 intensityImage,
boofcv.struct.QueueCorner peaks)
public int getSearchRadius()