Video library for GR-PEACH

Dependents:   Trace_Program2 GR-PEACH_Camera_in_barcode GR-PEACH_LCD_sample GR-PEACH_LCD_4_3inch_sample ... more

Embed: (wiki syntax)

« Back to documentation index

vdc5_sharpness_ctrl_t Struct Reference

vdc5_sharpness_ctrl_t Struct Reference

#include <r_vdc5.h>

Data Fields

uint8_t shp_clip_o
uint8_t shp_clip_u
uint8_t shp_gain_o
uint8_t shp_gain_u
uint8_t shp_core

Detailed Description

Sharpness control parameter

Definition at line 712 of file r_vdc5.h.


Field Documentation

uint8_t shp_clip_o

Sharpness correction value clipping (on the overshoot side)

Definition at line 713 of file r_vdc5.h.

uint8_t shp_clip_u

Sharpness correction value clipping (on the undershoot side)

Definition at line 714 of file r_vdc5.h.

uint8_t shp_core

Active sharpness range

Definition at line 717 of file r_vdc5.h.

uint8_t shp_gain_o

Sharpness edge amplitude value gain (on the overshoot side)

Definition at line 715 of file r_vdc5.h.

uint8_t shp_gain_u

Sharpness edge amplitude value gain (on the undershoot side)

Definition at line 716 of file r_vdc5.h.