Ask Your Question
-1

Why convert to greyscale?

asked 2014-05-28 05:20:26 -0600

bertus gravatar image

We are doing an opencv study right now.

We are trying to match art paintings on mobile.

Now I'm looking for arguments to why or why not convert the images to greyscale first.

I think recognition could be improved keeping the color but since it's three layers instead of one it slows the progress down.

Everywhere on the internet I see examples who are seriously aiming at "the right way to do" converting the images to greyscale but nobody seems to be argumenting this.

So that's why I question this here:

Why should one convert color images to greyscale, what are the pro's and cons's?

edit retag flag offensive close merge delete

1 answer

Sort by ยป oldest newest most voted
1

answered 2014-05-28 20:24:16 -0600

Pros: some algorithms are naturally designed to work on grayscale images and do not make use of color imformation (e.g.: viola jones, SIFT).

Cons: you loose the color imformation, which might be important for some algorithms.

It basically boils down to your application and algorithm in use.

edit flag offensive delete link more

Question Tools

Stats

Asked: 2014-05-28 05:20:26 -0600

Seen: 266 times

Last updated: May 28 '14