photo

saber kazemi


Active since 2018

Followers: 0   Following: 0

Statistics

MATLAB Answers

3 Questions
1 Answer

RANK
10,828
of 297,775

REPUTATION
4

CONTRIBUTIONS
3 Questions
1 Answer

ANSWER ACCEPTANCE
0.0%

VOTES RECEIVED
3

RANK
 of 20,469

REPUTATION
N/A

AVERAGE RATING
0.00

CONTRIBUTIONS
0 Files

DOWNLOADS
0

ALL TIME DOWNLOADS
0

RANK

of 159,513

CONTRIBUTIONS
0 Problems
0 Solutions

SCORE
0

NUMBER OF BADGES
0

CONTRIBUTIONS
0 Posts

CONTRIBUTIONS
0 Public Channels

AVERAGE RATING

CONTRIBUTIONS
0 Highlights

AVERAGE NO. OF LIKES

  • First Answer

View badges

Feeds

View by

Question


how to extract SIFT features from rgb image in matlab
Hello I want to extract feature from a color image using SIFT descriptor. I do not want to convert the image to grayscale and ...

5 years ago | 1 answer | 1

1

answer

Question


how to extract SIFT features from rgb image in matlab
Hello I want to extract feature from a color image using SIFT descriptor. I do not want to convert the image to grayscale and ...

5 years ago | 1 answer | 1

1

answer

Question


How to apply sift to each superpixel in image ?
This implementation is to apply sift to an image that works correctly: [Locations,Descriptors]= vl_sift(I); Locations=Locati...

6 years ago | 0 answers | 0

0

answers

Answered
How to remove zeros from an array?
If we do not know how much of the elements to submit after we remove the zero elements. a = [is a big matrix] v = nonzeros(a...

6 years ago | 1