I need to apply a warpping affine model to NV12 image.
Here is the format of NV12, the Y is separated from the Cb Cr. Cb Cr is interleaved.
The model looks like
[a11, a12, xt
a21, a22, yt]
a** are the rotation, xt yt are the shit.
This model is for Y planar.
Since Cb Cr are interleaved I think I can not directly apply the same model to CB CR (interleaved).
My questions is how can I apply the correct the warp affine to the Cb Cr and output the correct image(colorful).