2-D Filter Implementations
Store M1 x M2 filter coefficients in sequential memory (vector) of length M = M1 M2
For each output, form vector from N1 x N2 image
- M1 separate dot products of length M2 as bytes
- Form image vector by raster scanning image as bytes
- Form image vector by raster scanning image as words