Fast Marching Method

The Fast Marching Method [82] is used in of the video stabilization routines to do motion and color inpainting. The method is implemented is a flexible way and it’s made public for other users.

// classes

class cv::videostab::FastMarchingMethod;