This is a matlab implementation of FGI for depth upsampling and motion interpolation that correspondes to our published paper:
Y. Li, D. Min, M. N. Do, J. Lu. "Fast Guided Global Interpolation for Depth and Motion". in ECCV 2016.
Project Website: [Fast Guided Global Interpolation] (http://publish.illinois.edu/visual-modeling-and-analytics/fast-guided-global-interpolation/)
- Please first run
compile.m
in theutils
folder. - Two demo codes for depth upsampling
demo_depthUpsample.m
and motion interpolationdemo_motionInterp.m
are provided.
[1] D. Min, S. Choi, J. Lu, B. Ham, K. Sohn, and M. N. Do, “Fast Global Image Smoothing Based on Weighted Least Squares,” IEEE Trans. on Image Processing (TIP), 23(12), 5638-5653, 2014.
Copyright (c) 2016, Yu Li All rights reserved.
For research and education purpose only.