Hi,
I have a one-channel gray-scale image given in CFA format (color filter array). I want to extract the 4 separate pixels of a single 2x2 block and copy them into 4 new sub-images. Algo: Copy all even columns of all even rows to first image; copy all odd columns of all even rows to second image and so so.
Is there any ipp function I can use for that?
Thanx for help Steffen