boofcv.alg.feature.detect.extract
Class NonMaxExtractorNaive
- java.lang.Object
-
- boofcv.alg.feature.detect.extract.NonMaxExtractorNaive
-
public class NonMaxExtractorNaive extends java.lang.ObjectExtracts corners at local maximums that are above a threshold. Basic unoptimized implementation.
-
-
Constructor Summary
Constructors Constructor and Description NonMaxExtractorNaive(boolean useStrictRule)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetBorder()intgetSearchRadius()floatgetThreshold()booleanisStrict()voidprocess(GrayF32 intensityImage, QueueCorner peaks)voidsetBorder(int border)voidsetSearchRadius(int radius)voidsetThreshold(float thresh)
-
-
-
Method Detail
-
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
public void process(GrayF32 intensityImage, QueueCorner peaks)
-
getSearchRadius
public int getSearchRadius()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG