photo

Dipesh Poudel


Last seen: 4 years 前 自 2020 起处于活动状态

Followers: 0   Following: 0

统计学

  • First Answer

查看徽章

Feeds

排序方式:

已回答
How can blur an image
function [output] = blur(A,w) [row col] = size(A); A=uint8(A); B=nan(size(A) + (2*w)); B(w+1:end-w,w+1:end-w)=A; output = 0...

4 years 前 | 6