This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

TDA4VM: MMALIB - Perform 3x3 Convolution of image(ex: 512 x 512) using MMALIB only

Part Number: TDA4VM

Tool/software:

Hi,

Wanted to perform 2D 3x3 Convolution of a 512x512 image using MMALIB only.

Input:  512x512 image (or any arbitrary size)

Kernel : 3x3 convolution filter

Output: 512x512 Convolved image.

Please provide similar samples as could not understand sample driver in

MMALIB folder (MMALIB_CNN_convolve_row_ixX_ixX_oxX_d.c).