Unable to use KalmanFilter in Java on Android
I'm trying to implement kalman filter in java on Android. However, I cannot find a way to specify the transition matrix, because there seems to be no setters or members in that class, and the documents are just simply copied from the python/c++ documentation.
I'm using OpenCV4Android 2.4.2 from NVPACK.
What should I do to implement Kalman Filter on Android ? I'm stuck here on my project and would be much appreciate if anyone could help.
Did you find a solution for this? the wrapper makes no sense. I've tried running it without the transition matrix, and the filter does nothing to my values..
No, unfortunately I didn't. As far as I know, this function in Android version is somewhat incomplete. ref: https://groups.google.com/d/msg/android-opencv/0MNilmUBuHc/iVJAJFS2KJgJ
I ended up writing a little wrapper for native Kalman filter.. so i'll have to whole functionality. it took about 10 minutes so i guess for now, that's the way to go.