[FPGA] Fast rough Gamma Correction for video stream processing
Engineering is often about finding a solution for a specific problem :) The problem here was to resize an HDMI stream before splitting it to different smaller LCD panels. In that specific case the resizing can be done with a basic 2D filter (FIR or averager). But before doing the filtering, which is a linear […]