photo

Geetika


2013년부터 활동

Followers: 0   Following: 0

메시지

통계

MATLAB Answers

12 질문
2 답변

순위
4,665
of 300,369

평판
10

참여
12 질문
2 답변

답변 채택
25.0%

획득한 표
3

순위
 of 20,936

평판
N/A

평균 평점
0.00

참여
0 파일

다운로드 수
0

ALL TIME 다운로드 수
0

순위

of 168,436

참여
0 문제
0 답안

점수
0

배지 수
0

참여
0 게시물

참여
0 공개 채널

평균 평점

참여
0 하이라이트

평균 좋아요 수

  • First Review
  • Thankful Level 1
  • Knowledgeable Level 1
  • First Answer

배지 보기

Feeds

보기 기준

질문


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...

거의 10년 전 | 답변 수: 1 | 0

1

답변

질문


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...

10년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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...

거의 11년 전 | 답변 수: 0 | 0

0

답변

질문


what is the time complexity for HOG descriptors?
Is it O(N*N) for an N*N image?

대략 11년 전 | 답변 수: 0 | 0

0

답변

답변 있음
Recognise 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...

11년 초과 전 | 1

| 수락됨

질문


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 ...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

11년 초과 전 | 답변 수: 1 | 0

1

답변

질문


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...

11년 초과 전 | 답변 수: 0 | 0

0

답변

질문


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?

거의 12년 전 | 답변 수: 2 | 0

2

답변

답변 있음
How 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...

거의 12년 전 | 2

질문


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...

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


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?

거의 12년 전 | 답변 수: 0 | 0

0

답변

질문


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 - ...

거의 12년 전 | 답변 수: 1 | 0

1

답변

질문


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...

거의 12년 전 | 답변 수: 1 | 0

1

답변