Hello, my question is simple. I want to know how I could get a frame as the result of compensation between 2 images.
I understand functions as goodFeaturesToTrack() and cvCalcOpticalFlowPyrLK(), but my question is to OBTAIN the result of a compensated frame, not the estimation. I mean, to obtain the compensated frame between 2 frames.
I will appreciate any help, I'm newbie in OpenCV.