Estadística
40 Preguntas
23 Respuestas
CLASIFICACIÓN
4.509
of 297.046
REPUTACIÓN
11
CONTRIBUCIONES
40 Preguntas
23 Respuestas
ACEPTACIÓN DE RESPUESTAS
32.5%
VOTOS RECIBIDOS
8
CLASIFICACIÓN
of 20.422
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.776
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
K-means algorithm document
Hi all, Could you help me how can I get kmeans function documents(i.e.papers),because I need the steps of the kmeans algorit...
más de 10 años hace | 1 respuesta | 0
1
respuestaPregunta
GUI to set folder path then to select an image
Hi all, I have many images in a folder and I need a piece of code to create an GUI for a set that folder path then to select ...
casi 11 años hace | 4 respuestas | 0
4
respuestasComparing two histogaras and color the similar bins
O.K.,that is your right,I will attach the figure from the paper
casi 11 años hace | 0
Pregunta
Comparing two histogaras and color the similar bins
Hi, I used *imhist(I, n)* function for calculating color histograms for two colored images,after that I want o color the simila...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Qury for SVM classifier : svmtrain function
I want to use *SVMStruct = svmtrain(Training,Group)* for two classes (Noraml and Abnormal)images classification purpose,and the ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Problem in svmtrain : Help
I want to use *SVMStruct = svmtrain(Training,Group)* for classification But each element in the Training matrix is represented...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Query about the kNN and SVM classifiers training
Hi all, could anyone help me how to use the kNN and SVM classifiers where my problem in details as follows : 1-I have two...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Any one have an experience and worked with SVM classifier?
Hi All, I am new in Matlab,I want to classify tow classes of images using SVM classifier,could any one here to guide me? ...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How to use the K-NN classifier with sample represented as a matrix by 4 * 256
Hi All, firstly: 1-I have training images each one of them represented by four centers (4 * 256 each) using *K-means* ...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How delete all message boxes from previous execution?
Hi All, How to delete all *message boxes* which displayed from *previous* execution? If anyone explain in code Thanks
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Images classification using SVM classifier
Hi All, I am new in MATLAB,I have centers of training images, and centers of testing images stored in 2-D matrix ,I alread...
casi 11 años hace | 6 respuestas | 1
6
respuestasPregunta
Images classification using SVM classifier
Hi All, I am new in MATLAB,I have centers of training images, and centers of testing images stored in 2-D matrix ,I already e...
casi 11 años hace | 1 respuesta | 1
1
respuestaPregunta
Is there built in Matlab function to find 3-D histogram for the colored image?
Hi All; Is there any builtin Matlab function to calculate and plot *3-D histogram* for the *colored image* ?
casi 11 años hace | 1 respuesta | 0
1
respuestaHow can I load and view medical image .mha ?
Try this http://www.mathworks.com/matlabcentral/fileexchange/29344-read-medical-data-3d/content/mha/mha_read_volume.m
casi 11 años hace | 2
Pregunta
Is K-means cluster randomly each call time?
Hi All, I tested the K-maens algorithm on *the same image* two times for testing(i.e by calling one after one )like this: ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
I did something error if I used the same variable name in many functions?
Hi All, I have four functions and I called them one after one, did I do something error if I used the same variable name in t...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How to cluster big training matrix using K-means algorithm
Hi all, I have big training matrix 768 * 10000 contains extracted features from images,How can I cluster it to construct vis...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
How can I extract one-dimentional color histograms features?
Hi All, I have an image and I need to extract local features,so I divided it to 32 * 32 patches and size of each patch =16 *1...
casi 11 años hace | 0 respuestas | 0
0
respuestasPregunta
k-means algorithm for construct vocabulary for bag of words
Hi All, I have medical images and I need to classify them to *normal* and *abnomal* using *bag of words model* where I divid...
casi 11 años hace | 1 respuesta | 1
1
respuestaImage to patches for local features extraction
I attached my_tried_code.m ,Otsu code for segmentation,and image for test; please could you run it and correct it with my thanks...
casi 11 años hace | 0
Pregunta
Image to patches for local features extraction
Hi All, I have an image and I need to extract local features,so I divided it to 32 * 32 patches and size of each patch =16 *...
casi 11 años hace | 2 respuestas | 0
2
respuestasRGB to opponent color space code
THANKS, I FOUND THIS EQUATION IN THIS LECTURE,PLEASE COULD YOU GUIDE ME TO CODE THEM <</matlabcentral/answers/uploaded_files/...
casi 11 años hace | 0
Pregunta
RGB to opponent color space code
HI ALL, Did any one guide me to find function for RGB to opponent color space that mentioned in the *attached paper and link...
casi 11 años hace | 4 respuestas | 0
4
respuestaswhere can i get the image dataset for skin cancer?
I am also interested in the same, Did you do any any Matlab code about skin cancer detection?
casi 11 años hace | 0
where can i get the image dataset for skin cancer?
you can try these www.dermoscopic.blogspot.com www.dermoscopyatlas.com http://www.dermoscopyatlas.com/diagindex.cfm
casi 11 años hace | 0
Pregunta
How can I can determine local region in the imag
Hi ALL; How can I can determine local regions in the image *(like in the below image)* for extaract some local features from ...
casi 11 años hace | 1 respuesta | 0
1
respuestaPregunta
How can I plot coloured 3-D scatter
Hi all, How can I plot coloured 3-D scatter like this sample below <</matlabcentral/answers/uploaded_files/8245/3dscatter....
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaColor differentation in the image
I ATTACHED WAHT I TRIED (MY_DELTA_E) CODE HOW CAN USE DELTA_E FOR COLOR VARIATION INDICATOR PLEASE COULD CHECK IT FOR CORRECTNES...
alrededor de 11 años hace | 0
Pregunta
image classification using color variation
Hi All, I have many coloured images some of them contains some color (red,blue,brown,and black)what I need to know how can I ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaColor differentation in the image
<</matlabcentral/answers/uploaded_files/8198/17.bmp>>
alrededor de 11 años hace | 0