public class ConfigBrief
extends java.lang.Object
implements boofcv.struct.Configuration
DescribePointBrief,
DescribePointBriefSO,
Serialized Form| Modifier and Type | Field and Description |
|---|---|
int |
blurRadius
Amount of blur applied to the image before sampling.
|
double |
blurSigma
Amount of blur applied to the image before sampling.
|
boolean |
fixed
If true then a fixed sized descriptor is used.
|
int |
numPoints
Number of points sampled.
|
int |
radius
Region's radius.
|
| Constructor and Description |
|---|
ConfigBrief() |
ConfigBrief(boolean fixed) |
ConfigBrief(int radius,
int numPoints,
double blurSigma,
int blurRadius,
boolean fixed) |
| Modifier and Type | Method and Description |
|---|---|
void |
checkValidity() |
public int radius
public int numPoints
public double blurSigma
public int blurRadius
public boolean fixed