Is there a way to use a detectfeatures function without converting an image to grayscale?

1 次查看(过去 30 天)
Hi
I'm trying to write code that will grab features out of a color image, but pretty much all code I see doing this involve first converting the image to grayscale. Right now I'm using detectSURFfeatures for grabbing the features from a grayscale image. However, I was wondering if there's anyway to detect features of an image that is a say NxMx3 or NxMx5 without reducing it to a NxM? It doesn't have to be a detectXXXXfeatures function, anything will do that grabs features out of an image.
Thanks!

采纳的回答

Dima Lisin
Dima Lisin 2016-2-15
编辑:Dima Lisin 2016-2-15
Currently, all point feature detectors in the Computer Vision System toolbox work on grayscale images. If you want to somehow use color, you would have to choose an algorithm (such as CSIFT), and then either find an implementation or write it yourself.

更多回答(0 个)

类别

Help CenterFile Exchange 中查找有关 Computer Vision Toolbox 的更多信息

Community Treasure Hunt

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

Start Hunting!

Translated by