photo

Demet Bayraktar


Last seen: bijna 3 jaar ago Active since 2021

Followers: 0   Following: 0

Statistics

  • Thankful Level 1

View badges

Feeds

View by

Question


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))); ...

ongeveer 3 jaar ago | 1 answer | 0

1

answer