how to extract SIFT features from rgb image in matlab

2 visualizaciones (últimos 30 días)
saber kazemi
saber kazemi el 27 de Sept. de 2019
Respondida: Gautam el 9 de En. de 2025
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.

Respuestas (1)

Gautam
Gautam el 9 de En. de 2025
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.

Etiquetas

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by