photo

GEETHA KULALA


2016 年からアクティブ

Followers: 0   Following: 0

統計

Feeds

表示方法

質問


provide code for efficient algorithm for railway track image using satellite imagiery
f= imread('gee.jpg')

8年以上 前 | 0 件の回答 | 0

0

回答

質問


how to write code for lowpass filter
f=imread('bhavi.jpg'); lpf(f)

8年以上 前 | 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);

8年以上 前 | 1 件の回答 | 0

1

回答

質問


pls provide code for efficient algorithm for railway track detection
f=imread('gee.jpg')

8年以上 前 | 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);

8年以上 前 | 1 件の回答 | 0

1

回答

質問


how can we apply standard deviation to an image
f=imread('gee.jpg'); whos f; i=std('gee.jpg');

8年以上 前 | 1 件の回答 | 0

1

回答