i'm working with openCV, it happens that i have an image, and have now created a blank image, where i should transfer the pixels of the orginal image and apply this formula: y,−x+ 2x0 that should reproduce a reflection of the original image vericaly.
I know i'll have to use for to go through each pixel on the original image, but then i don't know how i'll apply the formula a place those pixels on the blank image.
Thank you,