統計
All
ランク
of 178,572
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
送信済み
calError
FUNCTION TO CALCULATE true-positive fraction (TPF), false-positive fraction (FPF) ,true fraction (T) and false fraction (F) ,acc...
7年以上 前 | ダウンロード 54 件 |
回答済み
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年以上 前 | 4


