photo

GEETHA KULALA


Actif depuis 2016

Followers: 0   Following: 0

Statistiques

Feeds

Afficher par

Question


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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

0

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse

Question


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

plus de 8 ans il y a | 1 réponse | 0

1

réponse