photo

Mahalakshmi


ytuyuy

Actif depuis 2011

Followers: 0   Following: 0

Message

Statistiques

MATLAB Answers

10 Questions
0 Réponses

RANG
23 239
of 300 365

RÉPUTATION
1

CONTRIBUTIONS
10 Questions
0 Réponses

ACCEPTATION DE VOS RÉPONSES
70.0%

VOTES REÇUS
1

RANG
 of 20 933

RÉPUTATION
N/A

CLASSEMENT MOYEN
0.00

CONTRIBUTIONS
0 Fichier

TÉLÉCHARGEMENTS
0

ALL TIME TÉLÉCHARGEMENTS
0

RANG

of 168 262

CONTRIBUTIONS
0 Problèmes
0 Solutions

SCORE
0

NOMBRE DE BADGES
0

CONTRIBUTIONS
0 Publications

CONTRIBUTIONS
0 Public Chaîne

CLASSEMENT MOYEN

CONTRIBUTIONS
0 Point fort

NOMBRE MOYEN DE LIKES

  • Thankful Level 3

Afficher les badges

Feeds

Afficher par

Question


ambiguity in location of path
f2w=fullfile(f1,'COScell1','Output-32','Segmentation2'); fg=fullfile(f2w,'Green'); fg_Color=fullfile(fg,'Green_Color'); ...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


ambiguity in location of path
Hi , This is so weird. Here is the code. f2=fullfile(f1,'COScell1','Input'); f2w=fullfile(f1,'COScell1','Output-32','Segme...

environ 14 ans il y a | 2 réponses | 0

2

réponses

Question


output size of images written using getframe
When I write images by using getframe, eventhough the input image is of size 512*512 the output images are of size 513*513 or 51...

environ 14 ans il y a | 1 réponse | 0

1

réponse

Question


write empty matrix (null) into excel
Hi , I am using xlswrite to write the centroid of points in a stack of images. But few of the images dont have points and hen...

environ 14 ans il y a | 1 réponse | 0

0

réponse

Question


dilation of specific objects
I am wondering if it is possible to perform dilation on a part of the image. Basically after converting the image to binary I ha...

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

1

réponse

Question


kmeans on RGB/ Lab colorspace
Hi , I performed k means on an rgb image after converting it to lab colorspace. I also performed k means on the rgb image direc...

plus de 14 ans il y a | 1 réponse | 1

1

réponse

Question


folder specification using fullfile
img1=('C:\Users\Public\Pictures\Desert.jpg'); f=fullfile('C:','Users','Public','Pictures'); img2=imread(f,Desert.jpg); I ca...

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

1

réponse

Question


How do I draw a line along the major axis as found with regionprops
I have used the regionprops to find the MajorAxisLenth of each object in my image. How do I draw a line along the major axis?

plus de 14 ans il y a | 2 réponses | 0

2

réponses

Question


k means
I'm trying to perform k means on a 512*512 img of class uint8. Here is my code ab = double(img(:,:)); nrows = 512; ...

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

1

réponse

Question


Writing images superimposed with coloured boundaries
Is it possible to write images on which I've superimposed boundaries into jpg files.If so how? When I tried just the binary imag...

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

1

réponse