Gaussian Difference - 2023.2 English

Vitis Libraries

Release Date
2023-12-20
Version
2023.2 English

Gaussian Difference example resides in L3/examples/gaussiandifference directory.

This benchmark tests the performance of gaussiandifference function. The Difference of Gaussian Filter function can be implemented by applying Gaussian Filter on the original source image, and that Gaussian blurred image is duplicated as two images. The Gaussian blur function is applied to one of the duplicated images, whereas the other one is stored as it is. Later, perform the Subtraction function on, two times Gaussian applied image and one of the duplicated image.

The tutorial provides a step-by-step guide that covers commands for building and running kernel.