Ask Your Question

mce's profile - activity

2012-11-15 06:39:48 -0600 asked a question Image prediction

Hi, I am new in OpenCV. My main objective is to get a predicted image based on two previous consecutive frames. I used Optical Flow to get the vector displacements of each pixel. That is Ok. I get no problems. But now, I want to get a future image based on the previous frames. Is it possible to do it using the OpenCV library? Any example?