Video and Vision Processing Suite Intel® FPGA IP User Guide

ID 683329
Date 8/08/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

17.3.4.4. Horizontal and Vertical Symmetry

The FIR Filter IP has 2 axes of symmetry across a horizontal line and a vertical line through the center tap in the 2D coefficient array.

In this case, the number of horizontal taps (N) and the number of vertical taps (M) must be even. Horizontal and vertical symmetry offers only ((N+1)/2)×((M+1)/2) unique coefficient values. The remaining values in the array are mirrored duplicates.

With run-time control of the coefficients, the register map only includes addresses to update the ((N+1)/2)×((M+1)/2) unique coefficient values, indexed for an example 5×5 array.

Figure 44. Horizontal and Vertical Symmetry