Community Profile

photo

Demet Bayraktar


Last seen: 2년 초과 전 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))); ...

2년 초과 전 | 답변 수: 1 | 0

1

답변