Renesas / opencv-lib

Dependents:   RZ_A2M_Mbed_samples

Embed: (wiki syntax)

« Back to documentation index

Fast Marching Method

Fast Marching Method
[Video Stabilization]

The Fast Marching Method Telea04 is used in of the video stabilization routines to do motion and color inpainting. More...

Data Structures

class  FastMarchingMethod
 Describes the Fast Marching Method implementation. More...

Detailed Description

The Fast Marching Method Telea04 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.