I'm trying to perform a video stabilization with opencv and c++. I have been able to perform motion estimation and compensation but there exists black areas around the edges of the video as a result.
I understand that it requires that I perform video completion to extrapolate pixels onto the missing image areas but I have no idea how to go about this.
I was hoping for some help with implementing this.
↧