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
FieldsModifier and TypeFieldDescriptionprotected intprotected intprotected floatprotected boolean -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintfloatbooleanisStrict()voidprocess(GrayF32 intensityImage, QueueCorner peaks) voidsetBorder(int border) voidsetSearchRadius(int radius) voidsetThreshold(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()
-