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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionFunctions fro drawing the localisation errordouble[]float[][]voidsetPoints(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:LocaliserErrorFunctions fro drawing the localisation error- Specified by:
getErrorDrawin interfaceLocaliserError- Overrides:
getErrorDrawin classEllipticalError- Returns:
- a class containing fucntion to draw localisation error with.
-