Documentation of 'boofcv.alg.feature.detect.extract.NonMaxCandidate' Java class
NonMaxCandidate
boofcv.alg.feature.detect.extract

Class NonMaxCandidate

  • Direct Known Subclasses:
    NonMaxCandidateRelaxed, NonMaxCandidateStrict


    public abstract class NonMaxCandidate
    extends java.lang.Object

    Performs a sparse search for local minimums/maximums by only examine around candidates.

    • Constructor Detail

      • NonMaxCandidate

        public NonMaxCandidate()
    • 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

Ads help maintain this website.