public class TldParameters
extends java.lang.Object
TldTracker| Modifier and Type | Field and Description |
|---|---|
double |
confidenceAccept
The minimum value for a region's confidence that will be accepted.
|
double |
confidenceThresholdLower
Lower acceptance threshold for confidence.
|
double |
confidenceThresholdStrong
A track must have a confidence above this value to be considered highly confident, allowing learning
to be activated again.
|
double |
confidenceThresholdUpper
Upper acceptance threshold for confidence.
|
int |
detectMinimumSide
The minimum number of pixels along a side in a detection rectangle which will be considered.
|
int |
fernSize
Number of sample points pairs.
|
int |
maximumCascadeConsider
Maximum number of NCC templates it will examine inside the detection cascade.
|
double |
maximumErrorFB
The maximum allowed forwards-backwards error (pixels) for a track.
|
int |
motionIterations
Number of iterations in LSMeD to estimate the region's motion.
|
int |
numFerns
Number of fern descriptors.
|
int |
numNegativeFerns
Number of ferns it will use to train the negative classifier
|
double |
overlapLower
If two regions have an overlap less than this value they are considered to be disconnected
|
double |
overlapUpper
If two regions have an overlap more than or equal to this value they are considered to be strongly connected
|
long |
randomSeed
Random number seed.
|
double |
regionConnect
If two regions have an overlap fraction more than or equal to this value then they will be considered connected.
|
int |
scaleSpread
Determines the number of scales it will search in increments of powers of 1.2.
|
double |
thresholdSimilarArea
How similar the area needs to be for it to be considered a continuation of the previous track and will
update the description
|
boofcv.alg.tracker.klt.KltConfig |
trackerConfig
Basic parameters for tracker.
|
int |
trackerFeatureRadius
Radius of KLT tracks.
|
int |
trackerGridWidth
Tracks are spawned in an evenly spaced grid inside the previous region.
|
| Constructor and Description |
|---|
TldParameters() |
public int maximumCascadeConsider
public int numNegativeFerns
public double maximumErrorFB
public int trackerGridWidth
public int trackerFeatureRadius
public int detectMinimumSide
public int motionIterations
public double regionConnect
public double overlapUpper
public double overlapLower
public double thresholdSimilarArea
public double confidenceThresholdStrong
public double confidenceThresholdUpper
public double confidenceThresholdLower
public long randomSeed
public int numFerns
public int fernSize
public double confidenceAccept
public int scaleSpread
public boofcv.alg.tracker.klt.KltConfig trackerConfig