Can I make video frame interpolation in MATLAB?

12 visualizaciones (últimos 30 días)
Igor Kispeco
Igor Kispeco el 1 de Ag. de 2017
Comentada: Igor Kispeco el 1 de Ag. de 2017
So I have project in which i have to show video frame interpolation by using bilateral motion prediction algorithms. My question is: Can I use MatLab for whole process, or just for part of it and then need to implement it into another software? If answer to 1st question is positive, then do I need only image processing part of MatLab or I need others (which one)? And it would be huuuge bonus if somebody could introduce me steps in doing this, like from what to start...
I'm new to matlab coding, so as you can see there is a lot of work in front of me. Thank you very much.

Respuestas (1)

Guillaume
Guillaume el 1 de Ag. de 2017
Can I use MatLab for whole process: Certainly, matlab is like any other programming language. You can do almost anything you want with it. However, the amount of effort required will vary from language to language.
then do I need only image processing part of MatLab You can do whatever you want without the image processing toolbox, but it is likely that it would make your work easier. Possibly the computer vision toolbox may also help
I do not know anything about video frame interpolation by using bilateral motion prediction algorithms. I doubt that algorithm is implemented in matlab, so you will have to implement it yourself.
  1 comentario
Igor Kispeco
Igor Kispeco el 1 de Ag. de 2017
Thank you very much for answers. Well bilateral prediction is just two way prediction, which in my opinion should be actually B frames , so if I get that correct it's interpolation by generating more B frames....

Iniciar sesión para comentar.

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by