image fusion in opencv python

asked 2016-03-10 00:59:16 -0600

KenLa gravatar image

updated 2016-03-10 02:45:14 -0600

berak gravatar image

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?

edit retag flag offensive close merge delete

Comments

1

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.

Tetragramm gravatar imageTetragramm ( 2016-03-10 07:00:56 -0600 )edit

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.

KenLa gravatar imageKenLa ( 2016-03-10 09:08:23 -0600 )edit
berak gravatar imageberak ( 2016-03-10 09:11:22 -0600 )edit