Operación de Convolución

\[ Y(i,j) = \sum_{u=0}^{M-1}\sum_{v=0}^{M-1} X(i+u, j+v) \cdot W(u,v) \]

Entrada \( X \)
Filtro \( W \)
Salida \( Y \)