Ask Your Question

Cactapus's profile - activity

2015-04-10 13:03:23 -0600 received badge  Nice Question (source)
2013-05-12 21:33:37 -0600 received badge  Student (source)
2013-03-19 14:38:52 -0600 asked a question How do I access a Kalman Filter's attributes through the desktop Java bindings? 2.4.4

I don't see an obvious way to modify or set the transition matrix, or for that matter any of the other attributes of a Kalman Filter object. No attributes exist for me to modify, and there are no getter or setter methods.

Nothing in the java doc either, just copied documentation from the python/c++ documentation.

Missing bindings?

Any work around, or do I have to make my own bindings with JNI/just write my own kalman filter?