Dewobble
Video motion stabilization with awareness of lens projection
stabilizer.h
Go to the documentation of this file.
1 #ifndef DEWOBBLE_STABILIZER_H
2 #define DEWOBBLE_STABILIZER_H
3 
8 #ifdef __cplusplus
9 extern "C" {
10 #endif
11 #include <CL/cl.h>
12 
13 #include "camera.h"
14 
18 typedef struct _DewobbleStabilizer *DewobbleStabilizer;
19 
24 
29  DewobbleCamera camera,
30  unsigned int interpolation_horizon);
31 
36  DewobbleCamera camera,
37  int radius,
38  unsigned int interpolation_horizon);
39 
44 
45 #ifdef __cplusplus
46 }
47 #endif
48 
49 #endif // DEWOBBLE_STABILIZER_H
struct _DewobbleCamera * DewobbleCamera
Definition: camera.h:16
DewobbleStabilizer dewobble_stabilizer_create_none()
void dewobble_stabilizer_destroy(DewobbleStabilizer *stabilizer)
struct _DewobbleStabilizer * DewobbleStabilizer
Definition: stabilizer.h:18
DewobbleStabilizer dewobble_stabilizer_create_savitzky_golay(DewobbleCamera camera, int radius, unsigned int interpolation_horizon)
DewobbleStabilizer dewobble_stabilizer_create_fixed(DewobbleCamera camera, unsigned int interpolation_horizon)