I'm trying to use opencv APIs to warp image so that to dispaly it to a curved screen. I have gone through the warping apis provided in opencv here.
But all APIS require the camera calibration matrix(K) and the rotation matrix(R).
But my images does not depend on a camera as im not correcting any distortion.
So can someone help me how achieve this kind of warping so that image can be better displayed on a curved screen.
I am using visual studio with opencv library in C++.
My input image will be like this
And i have to use opencv apis.
The above shape I have achieved through the code from here
Please give some suggestions.....