Statistiques
RANG
4 623
of 295 712
RÉPUTATION
10
CONTRIBUTIONS
12 Questions
2 Réponses
ACCEPTATION DE VOS RÉPONSES
25.0%
VOTES REÇUS
3
RANG
of 20 274
RÉPUTATION
N/A
CLASSEMENT MOYEN
0.00
CONTRIBUTIONS
0 Fichier
TÉLÉCHARGEMENTS
0
ALL TIME TÉLÉCHARGEMENTS
0
RANG
of 154 359
CONTRIBUTIONS
0 Problèmes
0 Solutions
SCORE
0
NOMBRE DE BADGES
0
CONTRIBUTIONS
0 Publications
CONTRIBUTIONS
0 Public Chaîne
CLASSEMENT MOYEN
CONTRIBUTIONS
0 Point fort
NOMBRE MOYEN DE LIKES
Feeds
Question
I am getting better accuracy with Euclidean distance for Zernike features than SVM or ANFIS. Is it possible?
I have extracted Zernike Moment features from ORL face database and classified using SVM (libsvm tool), ANFIS of MATLAB, Euclide...
presque 9 ans il y a | 1 réponse | 0
1
réponseQuestion
What is the difference between Gabor Filters, Gabor wavelets and Gabor wavelet transform?
I have read several papers and the terms Gabor wavelets and Gabor filters have been used interchangeably. Also, Gabor wavelet tr...
plus de 9 ans il y a | 1 réponse | 0
0
réponseQuestion
Why chi-square distance is used to compare two histograms? And will it be be useful to compare two feature vectors of histogram of oriented gradients?
I have googled a lot but still not able to find the basic reason that why actually ch-square distance is good to compare two his...
presque 10 ans il y a | 1 réponse | 0
0
réponseQuestion
what is the time complexity for HOG descriptors?
Is it O(N*N) for an N*N image?
environ 10 ans il y a | 1 réponse | 0
0
réponseRecognise the test image...
This might be because the code must be finding the minimum distance between test images and images in database. And then outputt...
plus de 10 ans il y a | 1
| A accepté
Question
Fourier Transform for object recognition with noise
I am using Fourier Transform for object recognition. I got > 90% recognition accuracy. when i add noise say salt & pepper noise ...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Applications where Radial Basis and Probabilistic Neural Networks are successful respectively?
Can someone please explain the application areas of Radial Basis and Probabilistic Neural Networks? I mean How to identify where...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
How to calculate image reconstruction error of the Fourier Transformed image.
I performed the Fourier transform of an image. Then I am reconstruction the image using only low frequency components. How can I...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
How to rotate an image along y-axis?
I want to rotate an image along y-axis. I tried using 'rotate' command of MATLAB but could not succeed. Can anyone plz help?
presque 11 ans il y a | 2 réponses | 0
2
réponsesHow to find euclidean distance
if you have two vectors with any number of point, for instance, x1=[1 2 3 4 5] and x2=[2 3 4 5 6], then Euc_dist = norm( x1 - x...
presque 11 ans il y a | 2
Question
Can Fourier coefficients be classified using RBF network?
I am trying to perform image classification. I am extracting Fourier coefficients from the image. on performing classification u...
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
I am trying to use the newrbe function of matlab to implement the RBF network. Can someone please tell that what algorithm it is actually using?
I mean training algorithm. If it is pseudo-inverse/ gradient descent or what?
presque 11 ans il y a | 1 réponse | 0
0
réponseQuestion
Euclidean distance between two vectors of complex numbers
I have two vectors of complex numbers and want to compute Euclidean distance between them. whether I should use d = norm(A - ...
presque 11 ans il y a | 1 réponse | 0
1
réponseQuestion
Face recognition using back propagation network.
I am trying to implement face recognition system. I am extracting the zernike features. the length of my feature vector is 49. o...
presque 11 ans il y a | 1 réponse | 0