is there any kalman filter program ?

Hello, can you help me with calman filter and openMV ? is there any programgs in openMV ?

Hi, the Kalman filter is just general purpose math you can write in python code. It’s not OpenMV specific.

but in openMV ide, i can very ease make programs for blob tracking, object detecting, with easy scripts
is there any program for kalman filter which can i use in my project in openMV IDE ?

No, we don’t have one. The kalman filter requires you have a model of the thing you are tracking. It’s pretty much application specific. If you want to use on you have to write it yourself.