David Kirkland
David Kirkland
If the Discrete Time (Bar-Shalom terminology) covariance models are used (as apposed to the Discretized / Continuous Time version) then if the Time increment is set to 1 sec this...
@sdhiscocks I was working with the IMM branch that Lyudmil and I had come up with. I was merging it with the main branch to try and get it more...
I've based this on Lyudmils IMM branch. This code handles the different order models. I've included some examples in the example directory. The user has a fair bit to manage...
In many of the tutorial sessions and example code we create each tracker from scratch. Instead I think it would be useful to have a set of template tracker implementations....
This is a really basic version. More specifics will have to be added later.
PR #310 brought up an inconsistency between the velocity, rotations and the angular measurements. The convention for this should be standardized and documented.
Getting strange results when using larger bit sizes in numpy calls ``` # This works w = Fxp([1, 1, 1, 1], dtype='fxp-s29/0') y=np.cumsum(w) y.info() # This doesn't w = Fxp([1,...