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

Class ConfigGeneralDetector

    • Field Detail

      • maxFeatures

        public int maxFeatures
        Specifies the maximum number of features it will detect. If a value is specified then the 'maxFeature' most intense features are returned. Set to a value ≤ 0 to return all selected features. Default is -1.
    • Constructor Detail

      • ConfigGeneralDetector

        public ConfigGeneralDetector(int maxFeatures,
                                     int radius,
                                     float threshold,
                                     int ignoreBorder,
                                     boolean useStrictRule,
                                     boolean detectMinimums,
                                     boolean detectMaximums)
      • ConfigGeneralDetector

        public ConfigGeneralDetector(int maxFeatures,
                                     int radius,
                                     float threshold,
                                     int ignoreBorder,
                                     boolean useStrictRule)
      • ConfigGeneralDetector

        public ConfigGeneralDetector(int maxFeatures,
                                     int radius,
                                     float threshold)
      • ConfigGeneralDetector

        public ConfigGeneralDetector(int maxFeatures,
                                     ConfigExtract config)
      • ConfigGeneralDetector

        public ConfigGeneralDetector()

DataMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.