boofcv.abst.feature.detdesc
Class ConfigCompleteSift
- java.lang.Object
-
- boofcv.abst.feature.detdesc.ConfigCompleteSift
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigCompleteSift extends java.lang.Object implements Configuration
Configuration forCompleteSift.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description ConfigSiftDescribedescribeConfigSiftDetectordetectorConfigSiftOrientationorientationConfigSiftScaleSpacescaleSpace
-
Constructor Summary
Constructors Constructor and Description ConfigCompleteSift()Constructor with default parameters for allConfigCompleteSift(int firstOctave, int lastOctave, int maxFeaturesPerScale)Constructor which provides access to a few of the more critical parameters which allow you to control the number of size of detected features.
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcheckValidity()Checks to see if the configuration is valid.static ConfigCompleteSiftcreatePaper()Creates a configuration similar to how it was originally described in the paper
-
-
-
Field Detail
-
scaleSpace
public ConfigSiftScaleSpace scaleSpace
-
detector
public ConfigSiftDetector detector
-
orientation
public ConfigSiftOrientation orientation
-
describe
public ConfigSiftDescribe describe
-
-
Constructor Detail
-
ConfigCompleteSift
public ConfigCompleteSift()
Constructor with default parameters for all
-
ConfigCompleteSift
public ConfigCompleteSift(int firstOctave, int lastOctave, int maxFeaturesPerScale)Constructor which provides access to a few of the more critical parameters which allow you to control the number of size of detected features. If this doesn't result in the desired results try the default constructor or manipulating other parameters directory.- Parameters:
firstOctave- The first octaveo. Try -1lastOctave- The last octave. Try 5maxFeaturesPerScale- Maximum number of features it will detect per scale. ≤ 0 will mean all features
-
-
Method Detail
-
createPaper
public static ConfigCompleteSift createPaper()
Creates a configuration similar to how it was originally described in the paper
-
checkValidity
public void checkValidity()
Description copied from interface:ConfigurationChecks to see if the configuration is valid. If it is invalid, throw an exception explaining what is incorrect.- Specified by:
checkValidityin interfaceConfiguration
-
-
DataMelt 3.0 © DataMelt by jWork.ORG