I have wrote the code for detection of rectangular objects corners from webcam, and obtained 4 points each frame, but the points are not really stable ( shakes), so I need some method to reduce those shakes and I found out that Kalman filter is great for this. Unfortunately I couldn’t translate cpp examples properly. I use the opencv for unity wrapper. Please, help to deal with it. I need some example of implementing of Kalman filter based on this wrapper or c#(without opencv) or java code. Any help will appreciated.
@oliver_Random42 , did you manage to get the kalman filering from OpenCVForUnity wrapper running on an example?
Regards~
ps: it was actually really straight forward.