image fusion in opencv python
i am doing a project on image fusion,ie.,collecting frames and fusing those frames . I was asked to code in Python language which is new to me. can i get some suggestions regarding how to get a video using Python and then the fusion process?
Do you have a fusion method in mind? If not, take a look at some of the links here, (perhaps specifically HERE), and do some research. Once you have a method in mind and have specific questions about how a particular method works, or why something is not working, then we can help.
I am going to use Multiview fusion.,here I am going to capture images taken at different views and then need to fuse those captured images. Initially i need to get a video and then extract the frames.,then i need to undergo fusion process. As i am new to Python,I don't know where to start, need some suggestions to proceed.
keep a link to the python tutorials , e.g. the video handling one