Video Frame Interpolation Implementation Using OBMC (Overlapped Block Motion Compensation)
This code implements video frame interpolation through OBMC (Overlapped Block Motion Compensation) algorithm. Using existing motion vectors and two adjacent frames, the OBMC method calculates intermediate interpolated frames with enhanced motion smoothness and reduced blocking artifacts.