photo

Vinay Kumar


Aktiv seit 2014

Followers: 0   Following: 0

Nachricht

I'm a student doing Masters in Signal Processing.
Professional Interests: Image processing

Statistik

MATLAB Answers

20 Fragen
1 Antwort

RANG
193.666
of 298.545

REPUTATION
0

BEITRÄGE
20 Fragen
1 Antwort

ANTWORTZUSTIMMUNG
35.0%

ERHALTENE STIMMEN
0

RANG
 of 20.613

REPUTATION
N/A

DURCHSCHNITTLICHE BEWERTUNG
0.00

BEITRÄGE
0 Dateien

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANG

of 161.622

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

  • Thankful Level 3
  • First Answer

Abzeichen anzeigen

Feeds

Anzeigen nach

Frage


How to interface a hardware to matlab?
I have a secugen fingerprint scanner and i want to interface this with the matlab. How to do it?

etwa 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to find the similarity score in SVM classifier?
I am trying to find the similarity score of particular test sample in SVM that has been trained earlier. How to calculate the si...

etwa 10 Jahre vor | 0 Antworten | 0

0

Antworten

Beantwortet
does anybody have expertise with matlab SVM classifier?
how to use this approach to one versus all SVM?

mehr als 10 Jahre vor | 0

Frage


how to find the score in SVM classifier?
I am currently doing project on multimodal biometrics(fusion at score level). So i need to get the score before fusion. Can anyo...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to fit an ellipse for fingerprint image?
I am trying to fit an ellipse for fingerprint in order to correct the orientation of the fingerprint using the major and minor a...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to see the extracted HoG features of the image??(visualization)
I have extracted HoG features and now i want to plot those on the image. I mean I want to see the extracted features on the imag...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Will the support vector machine takes the complex inputs?(both real and imaginary values)
I am trying to classify the phoneme using SVM classifier. Here I have got complex values, can i use these values to train SVM? ...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to classify PCA features using SVM?
I have done face recognition using PCA ( It was recognizing the face by using the min euclidean distance between the train and t...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to train the SVM using minutia features?
Actually I am trying to train the SVM using the minutia's. but SVM requires a feature vector of SAME dimension. For ex. if I tak...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to save the extracted minutia in fingerprint recognition?
I am able to see the extracted minutia but I want to save the minutia features. Can anyone help me out?

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


How to find the accuracy of face recognition system and how to plot it?
I am working on Face recognition using PCA. It is able to recognize correctly. But I want to know the accuracy of the system, Ho...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


Can anyone explain me what this line do strcmp(D(i).name,'..')?
I am trying to read the number of images in a folder the following code. Can anyone explain this? if not(strcmp(D(i).name...

mehr als 10 Jahre vor | 2 Antworten | 0

2

Antworten

Frage


How to train a SVM using te extracted Minutia?
I am doing a project on Fingerprint recognition used in multimodal authentication system. Now I have extracted the minutia featu...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


how to display the minutia points on the fingerprint thinned image knowing the X and Y co-ordinates and the angle if each minutia?
Actually i have extracted the minutia points and it is stored in text file. i want to see them on the thinned image with differe...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


how to read a video in matlab?
I have downloaded a cvid codec, still am not able to read the video. I am using matlab R2013a. I am getting this error. Err...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can anyone explain this line of code?
center = [center;[round(i + (W-1)/2),round(j + (W-1)/2),theta]]; used in the orientation field estimation.

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can anyone explain what this piece of code do?
[u,v] = pol2cart(center(:,3),8); quiver(center(:,2),center(:,1),u,v,0.3,'g');

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


can anyone help me in solving this function error?
I have called a function as follows: function[z]=direction(img,blocksize) but I am getting this error. Error in directi...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort

Frage


Which algorithm is suitable for orientation flow estimation in fingerprint recognition?
I'm not getting what to do for orientation field estimate. suggest some ideas.

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


while using the function adaptivethresh(Im,ws,C), What should be the value that has to be passed for 'C' (local threshold mean) ?
i need to binarize the image which is block processed, it contains different intensity values in different blocks. can i use ada...

mehr als 10 Jahre vor | 0 Antworten | 0

0

Antworten

Frage


How to divide an image into blocks(non overlapping)?
I'm facing a problem in dividing an image into non overlapping blocks. I am supposed to take a Fourier transform of the divided ...

mehr als 10 Jahre vor | 1 Antwort | 0

1

Antwort