Can opencv process NV12/NV16 without conversion?

Hi, I am doing project involves NV12/NV16 format image process.
As the title states, is it possible to skip conversion function, because I find it computationally expensive on board.

no, impossible. there are no algorithms processing nv12 or such, directly
(most of them expect bgr color space as input)

1 Like