Community Profile

photo

saber kazemi


2018 年からアクティブ

Followers: 0   Following: 0

統計

  • First Answer

バッジを表示

Feeds

表示方法

質問


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年以上 前 | 1 件の回答 | 1

1

回答

質問


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年以上 前 | 0 件の回答 | 1

0

回答

質問


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年以上 前 | 0 件の回答 | 0

0

回答

回答済み
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年以上 前 | 1