public class Transform.PositionObservation2D extends java.lang.Object implements Transform.Observation
Modifier and Type | Field and Description |
---|---|
(package private) float |
x_t
x coordinate for tango position
|
(package private) float |
x_t_sd
a priori standard deviation of x coordinate for tango position
|
(package private) float |
x_t_v
a posteriori estimate of residual of x coordinate for tango position
|
(package private) float |
x_t_v_sd
a posteriori estimate of standard deviation of x coordinate for tango position
|
(package private) float |
x_w
x coordinate for world position
|
(package private) float |
x_w_sd
a priori standard deviation of x coordinate for world position
|
(package private) float |
x_w_v
a posteriori estimate of residual of x coordinate for world position
|
(package private) float |
x_w_v_sd
a posteriori estimate of standard deviation of x coordinate for world position
|
(package private) float |
y_t
y coordinate for tango position
|
(package private) float |
y_t_sd
a priori standard deviation of y coordinate for tango position
|
(package private) float |
y_t_v
a posteriori estimate of residual of y coordinate for tango position
|
(package private) float |
y_t_v_sd
a posteriori estimate of standard deviation of y coordinate for tango position
|
(package private) float |
y_w
y coordinate for world position
|
(package private) float |
y_w_sd
a priori standard deviation of y coordinate for world position
|
(package private) float |
y_w_v
a posteriori estimate of residual of y coordinate for world position
|
(package private) float |
y_w_v_sd
a posteriori estimate of standard deviation of y coordinate for world position
|
Constructor and Description |
---|
PositionObservation2D() |
Modifier and Type | Method and Description |
---|---|
void |
addToNormalEquations(Transform.Parameters p,
float weight)
Add data for this observation to the normal equation system
|
float |
computeResiduals(Transform.Parameters p)
Compute maximum normalized residual for this observation
|
int |
numConditions()
Return number of condition equations for this observation
|
float x_w
float y_w
float x_t
float y_t
float x_w_sd
float y_w_sd
float x_t_sd
float y_t_sd
float x_w_v
float y_w_v
float x_t_v
float y_t_v
float x_w_v_sd
float y_w_v_sd
float x_t_v_sd
float y_t_v_sd
public void addToNormalEquations(Transform.Parameters p, float weight)
Transform.Observation
addToNormalEquations
in interface Transform.Observation
p
- The current model parametersweight
- The current observation weightpublic float computeResiduals(Transform.Parameters p)
Transform.Observation
computeResiduals
in interface Transform.Observation
p
- The current model parameterspublic int numConditions()
Transform.Observation
numConditions
in interface Transform.Observation