Statistiques
8 Questions
0 Réponses
RANG
26 394
of 295 467
RÉPUTATION
1
CONTRIBUTIONS
8 Questions
0 Réponses
ACCEPTATION DE VOS RÉPONSES
50.0%
VOTES REÇUS
1
RANG
of 20 234
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 153 912
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
Feeds
Question
What do Energy, Correlation, Homogeneity, Contrast means in image processing
I am using this 4 parameters as my feature vectors to train Neural Network.
plus de 6 ans il y a | 1 réponse | 0
0
réponseQuestion
please in details can anyone explain this code of K means Segmentation?
clear all close all [filename,pathname] = uigetfile({'*.*';'*.bmp';'*.tif';'*.gif';'*.png'},'Pick an I...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Can anyone help me out with the following code ?
if sum(isnan(CENTS(:))) ~= 0 % If CENTS(i,:) Is Nan Then Replace It With Random Point NC = fi...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
Can anyone explain the following code ?
for i = 1:K idx = find(DAL(:,K+1) == i); X(idx,:) = repmat(CENTS(i,:),size(idx,1),1); end full code is given belo...
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
what is happening actually in the following code?
K = 8; % Cluster Numbers CENTS = F( ceil(rand(K,1)*size(F,1)) ,:); ...
presque 7 ans il y a | 2 réponses | 1
2
réponsesQuestion
why reshape command is actually needed ?
why reshape command is actually needed in image segmentation
presque 7 ans il y a | 2 réponses | 0
2
réponsesQuestion
what is the role of CEIL?
CENTS = F( ceil(rand(K,1)*size(F,1)) ,:);
presque 7 ans il y a | 1 réponse | 0
1
réponseQuestion
''Error using reshape: To RESHAPE the number of elements must not change''
<</matlabcentral/answers/uploaded_files/99635/a.JPG>> in image one you can say it is showing no error ,but in second image ...
presque 7 ans il y a | 2 réponses | 0