public class ConfigCirculantTracker
extends java.lang.Object
CirculantTracker.| Modifier and Type | Field and Description |
|---|---|
double |
interp_factor
Weighting factor mixing old track image and new one.
|
double |
lambda
Regularization term.
|
double |
maxPixelValue
Maximum pixel value.
|
double |
output_sigma_factor
Spatial bandwidth.
|
double |
padding
How much padding is added around the region requested by the user.
|
double |
sigma
gaussian kernel bandwidth
|
int |
workSpace
Length of size in work space image.
|
| Constructor and Description |
|---|
ConfigCirculantTracker() |
ConfigCirculantTracker(float interp_factor) |
public double output_sigma_factor
public double sigma
public double lambda
public double interp_factor
public double maxPixelValue
public double padding
public int workSpace