is there a decent image stabilization library (something around optical flow) out there that can give me a 3 dimensional transformation matrix to stabilize with?
I just want to stabilize a 10 frame sequence. A library with an Objective-C wrapper would be the best, but something deeper (C, C++) is more than okay.
Thanks in advance.
OpenCV has a method for calculating Optical Flow... cvCalcOpticalFlowBM
Otherwise the following C++ code for MatLab might give you a start...
Optical Flow in MatLab
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With