|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectch.unizh.ini.jaer.projects.wingtracker.WingTracker.EKF
public final class WingTracker.EKF
This class serves as datastructure for the Kalman Filter for all the wing-edges. It supports also the calculations "predict" and "update". There is also an innerclass. Each wing has its own ParamterPanel which is then sent to the EKFParameterwindow. In this Parameterpanel the variables of the EKF are displayed and can be changed by the user.
Nested Class Summary | |
---|---|
class |
WingTracker.EKF.EKFParameterPanel
The class supports a panel which contains all important parameters of the current EKF. |
Method Summary | |
---|---|
float |
getEdgeInRads()
The following function computes the objective function h. |
boolean |
getUseEdge()
return if the current instance of the EKF(wingedge) is calculated and annotated |
void |
setUseEdge(boolean useEdge)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public float getEdgeInRads()
public void setUseEdge(boolean useEdge)
useEdge
- if you want to use this created instance of an EKF. If not,the calcuation and annotation is leaved out.public boolean getUseEdge()
|
jAER project on SourceForge | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |