Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

opencv has "interleaved" pixels, so you can't extract a color plane without copying.

extractChannel() would be the "least expensive" way to do that