boofcv.abst.feature.describe
Class ConfigBrief
- java.lang.Object
-
- boofcv.abst.feature.describe.ConfigBrief
-
- All Implemented Interfaces:
- Configuration, java.io.Serializable
public class ConfigBrief extends java.lang.Object implements Configuration
Configuration for BRIEF descriptor.- See Also:
DescribePointBrief,DescribePointBriefSO, Serialized Form
-
-
Field Summary
Fields Modifier and Type Field and Description intblurRadiusAmount of blur applied to the image before sampling.doubleblurSigmaAmount of blur applied to the image before sampling.booleanfixedIf true then a fixed sized descriptor is used.intnumPointsNumber of points sampled.intradiusRegion's radius.
-
Constructor Summary
Constructors Constructor and Description ConfigBrief()ConfigBrief(boolean fixed)ConfigBrief(int radius, int numPoints, double blurSigma, int blurRadius, boolean fixed)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description voidcheckValidity()Checks to see if the configuration is valid.
-
-
-
Field Detail
-
radius
public int radius
Region's radius. Typical value is 16.
-
numPoints
public int numPoints
Number of points sampled. Typical value is 512.
-
blurSigma
public double blurSigma
Amount of blur applied to the image before sampling. Typical value is -1
-
blurRadius
public int blurRadius
Amount of blur applied to the image before sampling. Typical value is 4
-
fixed
public boolean fixed
If true then a fixed sized descriptor is used. If false then orientation and scale information is used, if available. By default this is true.
-
-
Constructor Detail
-
ConfigBrief
public ConfigBrief(int radius, int numPoints, double blurSigma, int blurRadius, boolean fixed)
-
ConfigBrief
public ConfigBrief(boolean fixed)
-
ConfigBrief
public ConfigBrief()
-
-
Method Detail
-
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