Estadística
8 Preguntas
0 Respuestas
CLASIFICACIÓN
26.632
of 295.569
REPUTACIÓN
1
CONTRIBUCIONES
8 Preguntas
0 Respuestas
ACEPTACIÓN DE RESPUESTAS
50.0%
VOTOS RECIBIDOS
1
CLASIFICACIÓN
of 20.247
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 154.105
CONTRIBUCIONES
0 Problemas
0 Soluciones
PUNTUACIÓN
0
NÚMERO DE INSIGNIAS
0
CONTRIBUCIONES
0 Publicaciones
CONTRIBUCIONES
0 Público Canales
EVALUACIÓN MEDIA
CONTRIBUCIONES
0 Temas destacados
MEDIA DE ME GUSTA
Feeds
Pregunta
What do Energy, Correlation, Homogeneity, Contrast means in image processing
I am using this 4 parameters as my feature vectors to train Neural Network.
más de 6 años hace | 0 respuestas | 0
0
respuestasPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
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...
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
what is happening actually in the following code?
K = 8; % Cluster Numbers CENTS = F( ceil(rand(K,1)*size(F,1)) ,:); ...
casi 7 años hace | 2 respuestas | 1
2
respuestasPregunta
why reshape command is actually needed ?
why reshape command is actually needed in image segmentation
casi 7 años hace | 2 respuestas | 0
2
respuestasPregunta
what is the role of CEIL?
CENTS = F( ceil(rand(K,1)*size(F,1)) ,:);
casi 7 años hace | 1 respuesta | 0
1
respuestaPregunta
''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 ...
casi 7 años hace | 2 respuestas | 0