Class NonMaxExtractorNaive
java.lang.Object
boofcv.alg.feature.detect.extract.NonMaxExtractorNaive
Extracts corners at local maximums that are above a threshold. Basic unoptimized implementation.
-
Field Summary
Modifier and TypeFieldDescriptionprotected int
protected int
protected float
protected boolean
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
float
boolean
isStrict()
void
process
(GrayF32 intensityImage, QueueCorner peaks) void
setBorder
(int border) void
setSearchRadius
(int radius) void
setThreshold
(float thresh)
-
Field Details
-
radius
protected int radius -
thresh
protected float thresh -
border
protected int border -
useStrictRule
protected boolean useStrictRule
-
-
Constructor Details
-
NonMaxExtractorNaive
public NonMaxExtractorNaive(boolean useStrictRule)
-
-
Method Details
-
setSearchRadius
public void setSearchRadius(int radius) -
getThreshold
public float getThreshold() -
setThreshold
public void setThreshold(float thresh) -
setBorder
public void setBorder(int border) -
getBorder
public int getBorder() -
isStrict
public boolean isStrict() -
process
-
getSearchRadius
public int getSearchRadius()
-