Hi,
I am brand new to OpenCV and want to know if it is possible to align two stereo images taken by one after the other by a single camera (as know as cha-cha technique). The steps is as follows:
- Take one picture
- Move the cam horizontally 10cm
- Take a second picture
(Of course only stills can be taken this way, no images of moving objects)
My question now, how can I align these two pictures using OpenCV to create a comfortable anaglyph red / cyan stereo image?
OpenCV should do following, of possible:
- Correct differences in rotation and translation of the images
- Correct lens distortion (but without camera calibration! (if possible))
- Align the two images vertically
- Align the two images horizontally to get comfortable stereo images
- Convert to red/cyan
Since I am brand new to OpenCV it would be great if someone can give me smoe hints how to achive this. A list of OpenCV functions to call would be great.
Thanks a lot!