First time here? Check out the FAQ!
answered 2016-12-02 04:28:32 -0600
opencv has "interleaved" pixels, so you can't extract a color plane without copying.
extractChannel() would be the "least expensive" way to do that