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 years 前 | 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 years 前 | 1 个回答 | 0