Class MCMCEllipticalError
java.lang.Object
Localiser.algorithms.locErrors.EllipticalError
group3dlocaliser.algorithm.toadmcmc.MCMCEllipticalError
- All Implemented Interfaces:
LocaliserError
Elliptical error for MCMC.
- Author:
- Jamie Macaulay
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionFunctions fro drawing the localisation errordouble[]
float[][]
void
setPoints
(float[][] points) Methods inherited from class Localiser.algorithms.locErrors.EllipticalError
getAngles, getEllipseDim, getError, getErrorDirection, getErrorEllipse, getErrorEllipse2D, getErrorMagnitude, getJsonErrorString, getStringResult, setErrorEllipse, toString
-
Constructor Details
-
MCMCEllipticalError
public MCMCEllipticalError(double[][] points, double[] meanLoc)
-
-
Method Details
-
getMeanLoc
public double[] getMeanLoc() -
getPoints
public float[][] getPoints() -
setPoints
public void setPoints(float[][] points) -
getErrorDraw
Description copied from interface:LocaliserError
Functions fro drawing the localisation error- Specified by:
getErrorDraw
in interfaceLocaliserError
- Overrides:
getErrorDraw
in classEllipticalError
- Returns:
- a class containing fucntion to draw localisation error with.
-