Community Profile

photo

saber kazemi


Active since 2018

Statistics

  • First Answer

View badges

Content Feed

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

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

4 years ago | 0 answers | 1

0

answers

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

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

5 years ago | 1