public class DampingTerm extends LeastSquaresTermBase
| Modifier and Type | Field and Description |
|---|---|
static double |
defaultWeight |
DEFAULT_ENABLED, myProps| Constructor and Description |
|---|
DampingTerm(TrackingController controller) |
DampingTerm(TrackingController controller,
double weight) |
DampingTerm(TrackingController controller,
int size)
Old constructor: the size is determined automatically from the
tracking controller, the second parameter is no longer used.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getRowSize()
Returns the number of rows.
|
addRows, getAllPropertyInfo, getQP, getTerm, isEnabled, setEnabled, setSizedispose, getProperty, getSize, getWeight, setWeightequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetPropertypublic static final double defaultWeight
public DampingTerm(TrackingController controller)
public DampingTerm(TrackingController controller, double weight)
public DampingTerm(TrackingController controller, int size)
controller - tracking controllersize - this parameter is no longer usedpublic int getRowSize()
LeastSquaresTerm