Paparazzi UAS
v5.12_stable-4-g9b43e9b
Paparazzi is a free software Unmanned Aircraft System.
Main Page
Related Pages
Modules
Data Structures
Files
File List
Globals
Paparazzi UAS
Style Guides
Onboard Modules
Paparazzi Messages
Paparazzi Technical Primers
Math library
CATIA
Todo List
Bibliography
Modules
Namespace Members
Data Structures
Files
File List
Globals
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Modules
Pages
reg_avi.h
Go to the documentation of this file.
1
#ifndef _REG_AVI_H
2
#define _REG_AVI_H
3
4
#include <stdint.h>
5
6
/* Chain Bayer */
7
#include "
regmap/avi_isp_vlformat_32to40.h
"
8
#include "
regmap/avi_isp_chain_bayer_inter.h
"
9
#include "
regmap/avi_isp_pedestal.h
"
10
#include "
regmap/avi_isp_green_imbalance.h
"
11
#include "
regmap/avi_isp_dead_pixel_correction.h
"
12
#include "
regmap/avi_isp_statistics_bayer.h
"
13
#include "
regmap/avi_isp_denoising.h
"
14
#include "
regmap/avi_isp_lens_shading_correction.h
"
15
#include "
regmap/avi_isp_chromatic_aberration.h
"
16
#include "
regmap/avi_isp_bayer.h
"
17
#include "
regmap/avi_isp_color_correction.h
"
18
#include "
regmap/avi_isp_vlformat_40to32.h
"
19
20
/* Gamma + CSC */
21
#include "
regmap/avi_isp_gamma_corrector.h
"
22
#include "
regmap/avi_isp_chroma.h
"
23
#include "
regmap/avi_isp_statistics_yuv.h
"
24
25
/* Chain YUV */
26
#include "
regmap/avi_isp_chain_yuv_inter.h
"
27
#include "
regmap/avi_isp_edge_enhancement_color_reduction_filter.h
"
28
#include "
regmap/avi_isp_i3d_lut.h
"
29
#include "
regmap/avi_isp_drop.h
"
30
31
/* Sub modules of chain Bayer */
32
#define AVI_ISP_CHAIN_BAYER_INTER 0x0000
33
#define AVI_ISP_VLFORMAT_32TO40 0x1000
34
#define AVI_ISP_PEDESTAL 0x2000
35
#define AVI_ISP_GREEN_IMBALANCE 0x4000
36
#define AVI_ISP_DEAD_PIXEL_CORRECTION 0x6000
37
#define AVI_ISP_DENOISING 0x7000
38
#define AVI_ISP_STATISTICS_BAYER 0x8000
39
#define AVI_ISP_LENS_SHADING_CORRECTION 0xA000
40
#define AVI_ISP_CHROMATIC_ABERRATION 0xC000
41
#define AVI_ISP_BAYER 0xD000
42
#define AVI_ISP_COLOR_CORRECTION 0xE000
43
#define AVI_ISP_VLFORMAT_40TO32 0xF000
44
45
/* Sub modules of chain YUV */
46
#define AVI_ISP_CHAIN_YUV_INTER 0x0000
47
#define AVI_ISP_EDGE_ENHANCEMENT_COLOR_REDUCTION_FILTER 0x1000
48
#define AVI_ISP_I3D_LUT 0x2000
49
#define AVI_ISP_DROP 0x3000
50
51
#endif
/* _REG_AVI_H */
avi_isp_statistics_yuv.h
avi_isp_denoising.h
avi_isp_lens_shading_correction.h
avi_isp_i3d_lut.h
avi_isp_chromatic_aberration.h
avi_isp_vlformat_40to32.h
avi_isp_green_imbalance.h
avi_isp_gamma_corrector.h
avi_isp_drop.h
avi_isp_bayer.h
avi_isp_chain_yuv_inter.h
avi_isp_pedestal.h
avi_isp_chroma.h
avi_isp_dead_pixel_correction.h
avi_isp_chain_bayer_inter.h
avi_isp_color_correction.h
avi_isp_statistics_bayer.h
avi_isp_vlformat_32to40.h
avi_isp_edge_enhancement_color_reduction_filter.h
sw
airborne
modules
computer_vision
lib
isp
reg_avi.h
Generated on Sat Feb 9 2019 06:43:54 for Paparazzi UAS by
1.8.8