Documentation of 'boofcv.abst.feature.detect.interest.ConfigFast' Java class
ConfigFast
boofcv.abst.feature.detect.interest

Class ConfigFast

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      int minContinuous
      Minimum number of pixels around the circle that are required to be a corner.
      int pixelTol
      How different pixels need to be to be considered part of a corner.
    • Constructor Summary

      Constructors 
      Constructor and Description
      ConfigFast() 
      ConfigFast(int pixelTol, int minContinuous) 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void checkValidity()
      Checks to see if the configuration is valid.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • pixelTol

        public int pixelTol
        How different pixels need to be to be considered part of a corner. Image dependent. Try 20 to start.
      • minContinuous

        public int minContinuous
        Minimum number of pixels around the circle that are required to be a corner. Can be 9 to 12
    • Constructor Detail

      • ConfigFast

        public ConfigFast(int pixelTol,
                          int minContinuous)
      • ConfigFast

        public ConfigFast()
    • Method Detail

      • checkValidity

        public void checkValidity()
        Description copied from interface: Configuration
        Checks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.
        Specified by:
        checkValidity in interface Configuration

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.