Paparazzi UAS v7.0_unstable
Paparazzi is a free software Unmanned Aircraft System.
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
undistort_image.h
Go to the documentation of this file.
1/*
2 * Copyright (C) 2018, Guido de Croon
3 *
4 * @file modules/computer_vision/undistort_image.h
5 */
6
7#ifndef UNDISTORT_MODULE_H
8#define UNDISTORT_MODULE_H
9
10#include <stdint.h>
12
13// Module functions
14extern void undistort_image_init(void);
15extern struct video_listener *listener;
16
17// settings:
18extern float min_x_normalized;
19extern float max_x_normalized;
20extern float center_ratio;
22
23#endif /* UNDISTORT_MODULE_H */
Computer vision framework for onboard processing.
struct video_listener * listener
Definition colorfilter.c:43
void undistort_image_init(void)
float center_ratio
struct camera_intrinsics_t camera_intrinsics
float max_x_normalized
float min_x_normalized