eeconv2(kernel,targ​etMat)

Performs 2D convolution on an image using extended edge padding

Ahora está siguiendo esta publicación

result = eeconv2(kernel,targetMat)

I wanted a program to have a kernel (kernel) convoluted with an image (targetMat) using edge extension rather than the MATLAB default padding with zeros; the resulting matrix (result) is the same size as the original image. This program does not require any toolkits.

It assumes:
-kernel is odd (e.g., 3x3, 5x7) so that there is a center pixel
- minimum kernel is 3x3
- maximum kernel is the size of the target matrix

This is my first such program; let me know if it is useful and if you have issues so that I can address them. Thank you!

Citar como

Jason Moscatello (2026). eeconv2(kernel,targetMat) (https://es.mathworks.com/matlabcentral/fileexchange/62776-eeconv2-kernel-targetmat), MATLAB Central File Exchange. Recuperado .

Información general

Compatibilidad con la versión de MATLAB

  • Compatible con cualquier versión

Compatibilidad con las plataformas

  • Windows
  • macOS
  • Linux
Versión Publicado Notas de la versión Action
1.0.0.0