Image generation from prevous image by warping the flow calculated from the images using optical flow algorithm HS and LK
Completed course Introduction to Computer Vision by Dr. Mubarak Shah Course Link and built this project.
This method can be used for image compression where we can optimize the memory issue occurs in storing a large number of images here I am using the satellite image to calculate the flow main code is in warp.ipynb
generating new image by opencv opencv/opencv#11068 lmb-freiburg/flownet2#89
https://docs.opencv.org/2.4/modules/video/doc/motion_analysis_and_object_tracking.html
Image warping using bilinear interpolation https://in.mathworks.com/matlabcentral/fileexchange/48135-image-warping?focused=3842048&tab=function#overview_tab
make contrast and brightness of all the image same https://in.mathworks.com/help/images/ref/imlocalbrighten.html https://in.mathworks.com/help/images/ref/imadjust.html https://in.mathworks.com/help/images/contrast-adjustment.html
https://mustafamahrous.wordpress.com/2016/02/07/optical-flow-estimation-for-face-hallucination/
https://stackoverflow.com/questions/38452854/how-to-apply-inverse-optical-flow-vector-on-an-image https://mustafamahrous.wordpress.com/2016/02/07/optical-flow-estimation-for-face-hallucination/
intrupt2 fun problem lmb-freiburg/flownet2#89