DevinBayly / thermal_imaging

access the log plotter here https://devinbayly.github.io/thermal_imaging/
https://devinbayly.github.io/thermal_imaging/
0 stars 0 forks source link

opencv python kalman filter tutorial #12

Open DevinBayly opened 2 years ago

DevinBayly commented 2 years ago

https://stackoverflow.com/questions/43562972/python-opencv-how-to-use-kalman-filter/50827483

DevinBayly commented 2 years ago

This is more about face detection so perhaps not a great parallel to ours

refers to https://stackoverflow.com/questions/29012038/is-there-any-example-of-cv2-kalmanfilter-implementation which is from back in 2015

suggests that the kalman filter in opencv isn't just the unscented variety

suggestion also that we use pykalman, but that hasn't seen any updates since 2015 with the bulk of them being from 2013

DevinBayly commented 2 years ago

rlabbe's filterpy seems like a better choice

https://github.com/rlabbe/filterpy, still actively developed and has more github stars