public class L2RegularizationTerm extends LeastSquaresTermBase
Modifier and Type | Field and Description |
---|---|
static double |
defaultWeight |
myProps
Constructor and Description |
---|
L2RegularizationTerm(TrackingController controller) |
L2RegularizationTerm(TrackingController controller,
int size) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
MatrixNd |
getReg() |
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 L2RegularizationTerm(TrackingController controller)
public L2RegularizationTerm(TrackingController controller, int size)
public void dispose()
public int getTargetSize()
public void setWeight(double w)
setWeight
in interface LeastSquaresTerm
setWeight
in class LeastSquaresTermBase
public MatrixNd getReg()