Feeds
질문
removal of blocking artifacts in an image
Hi, I am working on deblocking filter in video coding. I want the code to remove blocking artifacts using deblocking filter in ...
거의 4년 전 | 답변 수: 1 | 0
1
답변질문
Index in position 2 exceeds array bounds. (reason for error)
img=imread('D:/lena1.png'); [height, width]=size(img); for a=1:8:height disp(height); for b=1:8:width imgdc...
대략 4년 전 | 답변 수: 1 | 0