boofcv.alg.feature.detect.extract
Class NonMaxCandidate
- java.lang.Object
-
- boofcv.alg.feature.detect.extract.NonMaxCandidate
-
- Direct Known Subclasses:
- NonMaxCandidateRelaxed, NonMaxCandidateStrict
public abstract class NonMaxCandidate extends java.lang.ObjectPerforms a sparse search for local minimums/maximums by only examine around candidates.
-
-
Constructor Summary
Constructors Constructor and Description NonMaxCandidate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description intgetBorder()intgetSearchRadius()floatgetThresholdMax()floatgetThresholdMin()voidprocess(GrayF32 intensityImage, QueueCorner candidatesMin, QueueCorner candidatesMax, QueueCorner foundMin, QueueCorner foundMax)Checks to see if the specified candidates are local minimums or maximums.voidsetBorder(int border)voidsetSearchRadius(int radius)voidsetThresholdMax(float thresholdMax)voidsetThresholdMin(float thresholdMin)
-
-
-
Method Detail
-
process
public void process(GrayF32 intensityImage, QueueCorner candidatesMin, QueueCorner candidatesMax, QueueCorner foundMin, QueueCorner foundMax)
Checks to see if the specified candidates are local minimums or maximums. If a candidate list is null then that test is skipped.
-
setSearchRadius
public void setSearchRadius(int radius)
-
getSearchRadius
public int getSearchRadius()
-
getThresholdMin
public float getThresholdMin()
-
setThresholdMin
public void setThresholdMin(float thresholdMin)
-
getThresholdMax
public float getThresholdMax()
-
setThresholdMax
public void setThresholdMax(float thresholdMax)
-
setBorder
public void setBorder(int border)
-
getBorder
public int getBorder()
-
-
DataMelt 3.0 © DataMelt by jWork.ORG