統計
MATLAB Answers
6 質問
0 回答
ランク
of 171,685
コントリビューション
0 問題
0 解答
スコア
0
バッジ数
0
コントリビューション
0 投稿
コントリビューション
0 パブリック チャネル
平均評価
コントリビューション
0 ハイライト
平均いいねの数
Feeds
質問
provide code for efficient algorithm for railway track image using satellite imagiery
f= imread('gee.jpg')
10年弱 前 | 0 件の回答 | 0
0
回答質問
provide code for diamond filter with value 3 using dilation
f=imread('gee.jpg'); se=strel(0 1 0, 0 1 0, 1 0 1); b=imdilate(f,se); imshow(b);
10年弱 前 | 1 件の回答 | 0
1
回答質問
pls provide code for efficient algorithm for railway track detection
f=imread('gee.jpg')
10年弱 前 | 0 件の回答 | 0
0
回答質問
how to use square filter with value 4 for erode function
f=imread('gee.jpg'); se=strel('train',4); k=imerode(f,se); imshow(k);
10年弱 前 | 1 件の回答 | 0
1
回答質問
how can we apply standard deviation to an image
f=imread('gee.jpg'); whos f; i=std('gee.jpg');
10年弱 前 | 1 件の回答 | 0