Hello,
i am new to OpenCV and would like to know if there is an elegant/efficient way to draw a virtual tunnel for overlay in a live camera stream like shown below.
I could calculate the endpoints of each line indvidually and draw the tunnel, however, maybe there is another way to simply define the 3D-points and let openCV caculate the correct projected view of the tunnel?
Additionally it is not a static tunnel but may bend in curves.
Thanks