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

Class NonMaxExtractorNaive



  • public class NonMaxExtractorNaive
    extends java.lang.Object

    Extracts corners at local maximums that are above a threshold. Basic unoptimized implementation.

    • Constructor Detail

      • NonMaxExtractorNaive

        public NonMaxExtractorNaive(boolean useStrictRule)
    • 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()
      • getSearchRadius

        public int getSearchRadius()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.