![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/3659223_1522097452024_DEF.jpg)
sidra
Manipal Institute of Technology
Followers: 0 Following: 0
Professional Interests: Image Processing
Estadística
11 Preguntas
6 Respuestas
CLASIFICACIÓN
5.320
of 297.016
REPUTACIÓN
9
CONTRIBUCIONES
11 Preguntas
6 Respuestas
ACEPTACIÓN DE RESPUESTAS
54.55%
VOTOS RECIBIDOS
3
CLASIFICACIÓN
of 20.419
REPUTACIÓN
N/A
EVALUACIÓN MEDIA
0.00
CONTRIBUCIONES
0 Archivos
DESCARGAS
0
ALL TIME DESCARGAS
0
CLASIFICACIÓN
of 157.725
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
Is this the right way of projecting the training set into the eigespace?
I have computed PCA using the following : function [signals,V] = pca2(data) [M,N] = size(data); data = re...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Why is the predicted_label +1 even though it should be +1? Using LIBSVM
I extracted the principal components of training and testing data. 'trainingdata.train' has feature values from both +1(face 1)...
alrededor de 11 años hace | 0 respuestas | 0
0
respuestasPregunta
Writing labels & data to a CSV file for face recognition.
I have done PCA for 21 images of the same person in different conditions. LAst step of the PCA is projection of original data : ...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Guidance in writing mexFunction for convert.c
I have data in CSV (comma seperated value) format, i need it in the libsvm format. I found a c code to do it: http://www.csie.n...
alrededor de 11 años hace | 1 respuesta | 0
1
respuestaIs this the right way to obtain first PC?
Is this the right way?
alrededor de 11 años hace | 0
Can PCA be applied directly on an image?
Walter, it works fine for a single image but when i try the same on array of images i get the error : "Array dimensions must...
alrededor de 11 años hace | 0
Pregunta
Is this the right way to obtain first PC?
I have used the following standard code for PCA. % code %function [signals,PC,V] = pca1(data) % PCA1: Perform PCA usi...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Can PCA be applied directly on an image?
Can PCA be applied directly on an image, in contrast to a matrix(in which rows correspond to observations & columns to variables...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
What is wrong with the code?
I have created an imagearray consisting of 434 images, then extracted features from this imagearray using a function, now i want...
más de 11 años hace | 3 respuestas | 0
3
respuestaswhy its giving error? Its saying cant read A1(2.3), its not logical
Reading up about matrix indexing will be helpful in your case. Try the link below: http://www.mathworks.com/help/matlab/math...
más de 11 años hace | 0
Pregunta
How do i obtain only the first principal component?
For certain measurements i need to obtain only the numeric value of the first principal component from the matrix. Can someone p...
más de 11 años hace | 2 respuestas | 0
2
respuestasPregunta
Creating a feature vector
I have calculated texture, color and shape features on an image.But those just add up to 12 features. I read that people extract...
más de 11 años hace | 1 respuesta | 0
1
respuestaPregunta
Finding the closest axis for each principle component.
http://www.google.co.in/url?sa=t&rct=j&q=&esrc=s&source=web&cd=2&ved=0CC4QFjAB&url=http%3A%2F%2Fsatoh-lab.ex.nii.ac.jp%2Fusers%2...
más de 11 años hace | 1 respuesta | 0
1
respuestahow to assign zero value to all pixels in an image ?
I don't understand what purpose setting all the pixel values to zero would achieve. Nevertheless One of the method is: Yo...
más de 11 años hace | 0
how to convert a gray scale image to color image using matlab
Nirmala , try the following , its a very simple and efficient code to convert grayscale images to RGB using a specified colormap...
más de 11 años hace | 2
Feature Extraction & Selection from a standard Face Image.
Could anyone help, please?
más de 11 años hace | 0
Pregunta
Feature Extraction & Selection from a standard Face Image.
I need to extract and select features from a face image. I have extracted the basic Texture , Color and Shape features using the...
más de 11 años hace | 4 respuestas | 1