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, setSize
dispose, getProperty, getSize, getWeight, setWeight
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getProperty
public 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