Ask Your Question

Qix's profile - activity

2016-11-12 18:31:58 -0600 commented question Custom RGB color filter in 3.1

I need to relate the channels to each other. I can't separate the channels.

2016-11-12 01:26:13 -0600 asked a question Custom RGB color filter in 3.1

I'm using version 3.1 and need to perform an RGB operation on an image and output a greyscale image. I know OpenCV uses kernels for things but since BaseFilter was privatized in 3.1 (why?..) it is no longer a trivial thing to do.

How would one do this with OpenCV? I've seen several threads saying you can't, but I sincerely hope that's not the case as that really limits the usefulness of this library for us.