public class ConfigComaniciu2003
extends java.lang.Object
Comaniciu2003_to_TrackerObjectQuad.| Modifier and Type | Field and Description |
|---|---|
boofcv.alg.interpolate.InterpolationType |
interpolation
Which interpolation method should it use.
|
float |
maxPixelValue
Largest value a pixel can have.
|
int |
meanShiftMaxIterations
Maximum number of mean-shift iterations.
|
float |
meanShiftMinimumChange
Mean-shift will stop when the change is below this threshold.
|
float |
minimumSizeRatio
The scale is allowed to be reduced by this much from the original region which is selected.
|
int |
numHistogramBins
Number of histogram bins for each band.
|
int |
numSamples
Number of points it samples along each axis of the rectangle.
|
double |
numSigmas
Used to compute weights.
|
float |
scaleChange
Specifies how much it will scale the region up and down by when testing for a scale change.
|
float |
scaleWeight
Weighting factor which limits the amount it will change the scale.
|
boolean |
updateHistogram
If true the histogram will be updated using the most recent image.
|
| Constructor and Description |
|---|
ConfigComaniciu2003() |
ConfigComaniciu2003(boolean estimateScale) |
ConfigComaniciu2003(int numSamples,
int numHistogramBins,
float scaleWeight) |
public int numSamples
public double numSigmas
public int numHistogramBins
public float maxPixelValue
public boolean updateHistogram
public int meanShiftMaxIterations
public float meanShiftMinimumChange
public float scaleWeight
public float scaleChange
public float minimumSizeRatio
public boofcv.alg.interpolate.InterpolationType interpolation