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).