|
Realtimestagram
|
Creates a faded vignette around the image.
Libraries | |
| ieee | |
| common | |
Use Clauses | |
| std_logic_1164 | |
| numeric_std | |
| math_real | |
| Used for calculation of h_count and v_cunt port width. | |
| curves_pkg | Package <curves_pkg> |
Generics | |
| wordsize | integer |
| input image wordsize in bits | |
| width | integer |
| width of input image | |
| height | integer |
| height of input image | |
| lut_x | array_pixel |
| pre generated lookup table | |
| lut_y | array_pixel |
| pre generated lookup table | |
Ports | |
| clk | in std_logic |
| completely clocked process | |
| rst | in std_logic |
| asynchronous reset | |
| enable | in std_logic |
| enables block | |
| h_count | in std_logic_vector ( ( integer ( ceil ( log2 ( real ( width ) ) ) ) - 1 ) downto 0 ) |
| x-coordinate of input pixel | |
| v_count | in std_logic_vector ( ( integer ( ceil ( log2 ( real ( height ) ) ) ) - 1 ) downto 0 ) |
| y-coordinate of input pixel | |
| pixel_i | in std_logic_vector ( ( wordsize - 1 ) downto 0 ) |
| the input pixel | |
| pixel_o | out std_logic_vector ( ( wordsize - 1 ) downto 0 ) |
| the output pixel | |
|
Port |
completely clocked process
|
Library |
|
Package |
|
Port |
enables block
x-coordinate of input pixel
|
Generic |
height of input image
|
Library |
|
Generic |
pre generated lookup table
|
Generic |
pre generated lookup table
|
Package |
Used for calculation of h_count and v_cunt port width.
|
Package |
|
Port |
asynchronous reset
|
Package |
y-coordinate of input pixel
|
Generic |
width of input image
|
Generic |
input image wordsize in bits
1.8.12