photo

GEETHA KULALA


自 2016 起处于活动状态

Followers: 0   Following: 0

统计学

MATLAB Answers

6 个提问
0 个回答

排名
222,213
of 300,853

声誉
0

贡献数
6 个提问
0 个回答

回答接受率
0.0%

收到投票数
0

排名
 of 21,094

声誉
N/A

平均
0.00

贡献数
0 文件

下载次数
0

ALL TIME 下载次数
0

排名

of 171,319

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

0

个回答

提问


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

10 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);

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 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);

10 years 前 | 1 个回答 | 0

1

个回答

提问


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

10 years 前 | 1 个回答 | 0

1

个回答