Design example Using Vitis Vision AIE Library - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

Following example application performs a 2D filtering operation over a gray scale image. The convolution kernel is a 3x3 window with floating point representation. The coefficients are converted to fixed point representation before being passed to AIE core for computation. The results are cross validated against OpenCV reference implementation. The example illustrates both PLIO and GMIO based data transfers.