public class DampingTerm extends LeastSquaresTermBase
Modifier and Type | Field and Description |
---|---|
static double |
defaultWeight |
myProps
Constructor and Description |
---|
DampingTerm(TrackingController controller) |
DampingTerm(TrackingController controller,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
int |
getTargetSize() |
int |
getTerm(MatrixNd H,
VectorNd b,
int rowoff,
double t0,
double t1) |
void |
setWeight(double w) |
getAllPropertyInfo, getProperty, getWeight
public static final double defaultWeight
public DampingTerm(TrackingController controller)
public DampingTerm(TrackingController controller, int size)
public void dispose()
public int getTargetSize()
public void setWeight(double w)
setWeight
in interface LeastSquaresTerm
setWeight
in class LeastSquaresTermBase