eeconv2(kernel,targ​etMat)

Performs 2D convolution on an image using extended edge padding

現在この提出コンテンツをフォロー中です。

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!

引用

Jason Moscatello (2026). eeconv2(kernel,targetMat) (https://jp.mathworks.com/matlabcentral/fileexchange/62776-eeconv2-kernel-targetmat), MATLAB Central File Exchange. に取得済み.

一般的な情報

MATLAB リリースの互換性

  • すべてのリリースと互換性あり

プラットフォームの互換性

  • Windows
  • macOS
  • Linux
バージョン 公開済み リリース ノート Action
1.0.0.0