how to extract SIFT features from rgb image in matlab
5 ビュー (過去 30 日間)
古いコメントを表示
Hello
I want to extract feature from a color image using SIFT descriptor.
I do not want to convert the image to grayscale and then extract SIFT features.
I want to directly SIFT features extracted from a color image. because color information is important for me.
0 件のコメント
回答 (1 件)
Gautam
2025 年 1 月 9 日 10:31
Hello saber,
You can perhaps apply SIFT to each color channel separately and combine the features from each channel to form a comprehensive descriptor that includes color information. You can also consider using dimensionality reduction or other methods to combine features meaningfully.
0 件のコメント
参考
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!