Hello to all the engineers!
I have the grayscale image of my static object which I want to have fixed place on the image during the acquisition process. The brightness constancy is not guaranteed for the image object. Here is sample image attached.
Moreover, I desire to get stabilization when camera shifts the image for 20-30% of its width. The algorithm should be also fast enough to be implemented in embedded computer for real-time acquisition either in CPU or DSP.
What algorithm or algorithm chain should be used for this purpose? What woudld you recomment to read? I thought to use the reference frame and finding the optical flow, then making inverse affine transform.
I tried to use OpenCV optical flow (pyramid Lukas-Kanade) with some special parameters, the result was satisfactory when the camera movements did not excee 10% pixelx of image in each dimension.