photo

Demet Bayraktar


Last seen: 3年弱 前 2021 年からアクティブ

Followers: 0   Following: 0

統計

  • Thankful Level 1

バッジを表示

Feeds

表示方法

質問


I created a code which does filtering with convulution but it gives an error
A = imread('lena.jpg'); F = uint8([-1 -1 -1;0 0 0;1 1 1]); B = uint8(padarray(A,[1 1])); Output = uint8(zeros(size(A))); ...

約3年 前 | 1 件の回答 | 0

1

回答