OpenCV  3.0.0-rc1
Open Source Computer Vision
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Classes
Fast Marching Method

Classes

class  cv::videostab::FastMarchingMethod
 Describes the Fast Marching Method implementation. More...
 

Detailed Description

The Fast Marching Method [119] 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.