Hi everyone I am working on Surround view system for car. I have four 180 degree FOV camera. I have made the setup as shown in this image.Surround view set up
I am trying to develop this system using opencv c++. steps are following
STEP I - Distortion correction
STEP II - Bird's eye view
STEP III - Image stitching
After collecting videos from four different camera I have corrected distortion and getting following images.
1- Front camera image after distortion correction,
2- Right camera image after distortion correction,
After Distortion correction I did Bird's eye view from anujonthemove birds-eye-view.cpp and getting following images as result.
After this I am trying to stitch all four images using stitching class reference
from opencv
and getting error <NEED MORE IMAGES>
I have some question.
Q1 - Is my approach correct?
Q2 - Weather Bird's eye view output correct?
Q3 - How to stitch images for surround view like I want to stitch Front and Right image in L shape?
Thank you for help!