public class SfotConfig
extends java.lang.Object
SparseFlowObjectTracker.| Modifier and Type | Field and Description |
|---|---|
double |
maximumErrorFB
Maximum allowed forward-backwards error in pixels
|
int |
numberOfSamples
Number of points it samples along one side of the grid.
|
long |
randSeed
Random seed used by random number generator
|
int |
robustCycles
Number of iterative cycles used by LeastMedianOfSquares
|
double |
robustMaxError
Maximum allowed error in pixels when performing robust model fitting using LeastMedianOfSquares
|
boofcv.alg.tracker.klt.KltConfig |
trackerConfig
Basic parameters for tracker.
|
int |
trackerFeatureRadius |
| Constructor and Description |
|---|
SfotConfig() |
public long randSeed
public int robustCycles
public double robustMaxError
public int trackerFeatureRadius
public int numberOfSamples
public double maximumErrorFB
public boofcv.alg.tracker.klt.KltConfig trackerConfig