Statistics
All
RANK
5,517
of 301,200
REPUTATION
8
CONTRIBUTIONS
0 Questions
1 Answer
ANSWER ACCEPTANCE
0.00%
VOTES RECEIVED
4
RANK
17,100 of 21,190
REPUTATION
5
AVERAGE RATING
0.00
CONTRIBUTIONS
1 File
DOWNLOADS
1
ALL TIME DOWNLOADS
54
RANK
of 173,339
CONTRIBUTIONS
0 Problems
0 Solutions
SCORE
0
NUMBER OF BADGES
0
CONTRIBUTIONS
0 Posts
CONTRIBUTIONS
0 Public Channels
AVERAGE RATING
CONTRIBUTIONS
0 Discussions
AVERAGE NO. OF LIKES
Feeds
Submitted
calError
FUNCTION TO CALCULATE true-positive fraction (TPF), false-positive fraction (FPF) ,true fraction (T) and false fraction (F) ,acc...
7 years ago | 1 download |
Answered
Creating 9x9 average filter and applying it to an image with certain values.
I = imread('cameraman.tif'); figure,imshow(I);title('Original Image'); C=fspecial('average',[9,9]); %exact 9x9 aver...
Creating 9x9 average filter and applying it to an image with certain values.
I = imread('cameraman.tif'); figure,imshow(I);title('Original Image'); C=fspecial('average',[9,9]); %exact 9x9 aver...
7 years ago | 4


