![photo](/responsive_image/150/150/0/0/0/cache/matlabcentral/profiles/8310972_1522125834516_DEF.jpg)
chinnurocks
Followers: 0 Following: 0
Statistik
RANG
22.970
of 297.016
REPUTATION
2
ANTWORTZUSTIMMUNG
25.0%
ERHALTENE STIMMEN
2
RANG
of 20.419
REPUTATION
N/A
DURCHSCHNITTLICHE BEWERTUNG
0.00
BEITRÄGE
0 Dateien
DOWNLOADS
0
ALL TIME DOWNLOADS
0
RANG
of 157.725
BEITRÄGE
0 Probleme
0 Lösungen
PUNKTESTAND
0
ANZAHL DER ABZEICHEN
0
BEITRÄGE
0 Beiträge
BEITRÄGE
0 Öffentlich Kanäle
DURCHSCHNITTLICHE BEWERTUNG
BEITRÄGE
0 Highlights
DURCHSCHNITTLICHE ANZAHL DER LIKES
Feeds
Frage
Are the HOG features extracted from extractHOGFeatures function normalised ?
Hi, I have used extractHOGFeatures to obtain HOG features from an image. I want to know, if they are normalised vectores and ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How can we use only cross validation to evaluate the performance of the classifier ?
Heyy, I thought that we generally use cross validation of training data to find the best parameter selection of C and gamma, ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to choose training and testing data for image classification ?
Hi, I have seen lot of papers and got confused on how to choose training and testing data. In the research paper attached, they...
mehr als 8 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
What is box constraint in svmtrain fucntion ?
Heyy, I would like to know what exactly is box constraint in svmtrain function. I went through documentation of matlab, but I...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Reading image files from different folders ?
Hi, I have images in each of the 10 folders. I have the names of the folder in a 10*1 structure variable. How can I read the im...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortFrage
I have a dataset. I want to do cross validation. How can I divide it into testing and training data ?
Hi, I have got 100 folders of which 50 are male and 50 are female. Each folder contains 6 images. I want to implement cross val...
mehr als 8 Jahre vor | 1 Antwort | 0
1
AntwortSir how to read the pupil of a human eye ?
It's an image right ? If it is then just read it through imread function.
mehr als 8 Jahre vor | 0
Frage
Getting different classification results while running the same SVM code.
Hi, I am working on SVM and I learnt that if some scaling is done for the attributes (features ) like getting their values ...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to train SVM classifier with large dataset
Hi, I got an LBP of an image and it's size is 58*158 matrix. I would like to train these images to an SVM using SVM train. So...
mehr als 8 Jahre vor | 0 Antworten | 0
0
AntwortenFrage
How to get image from a matrix which contains PIXEL values ?
Hi, I have an image of 400*400. I applied LBP to this and obtained 400*400 matrix which contains LBP value for each pixel. No...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
Eye detection from an Image using vision.CacadeObjectdetector... Not working...
I= imread('night.jpeg'); I= imresize(I,0.5); Detectface = vision.CascadeObjectDetector('eyepairbig'); %Detectface.MergeThre...
mehr als 8 Jahre vor | 2 Antworten | 0
2
AntwortenFrage
How to extract eyes including eyebrows from facial image ?
I have seen many using vision.CascadeObjectDetector,I was able to detect eyes. But i want it to crop eyebrows also. I mean i wan...
mehr als 8 Jahre vor | 0 Antworten | 1
0
AntwortenFrage
While Using LBP for feature extraction. I have used LBPfeatures function in matlab, but I got an error. Could anyone help me out
Error using extractLBPFeatures>parseInputs (line 148) Expected I to be of size MxN when it is actually size 168x299x3.
mehr als 8 Jahre vor | 1 Antwort | 0