Statistics
MATLAB Answers
0 Questions
1 Answer
RANK
3 786
of 297 527
REPUTATION
14
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
6
RANK
of 20 454
REPUTATION
N/A
AVERAGE RATING
0.00
CONTRIBUTIONS
0 Files
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANK
of 159 075
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Highlights
AVERAGE NO. OF LIKES
Feeds
Answered
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...
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...
nästan 5 år ago | 6