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 years 前 | 0 个回答 | 0

0

个回答

提问


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

8 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 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 years 前 | 1 个回答 | 0

1

个回答

提问


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

8 years 前 | 1 个回答 | 0

1

个回答