===================================================================
Video Super-Resolution via Deep Draft-Ensemble Learning, ICCV'2015
Authors: 	Renjie Liao, Xin Tao, Ruiyu Li, Ziyang Ma, Jiaya Jia
Contact:	lrjconan@gmail.com
Date:		25 Sep, 2015


===================================================================
Usage:
	Run "demo.m" to try the example included in this package.


===================================================================
Functions:
	dsr_gen_sr_draft 	- generate SR draft given a set of LR images, scale factor and flow parameter
	dsr_draft_ensemble 	- SR drafts ensemble using deep convolutional neural network


===================================================================
NOTE: 
	The running time reported in the paper is based on C++ implementation, which is not comparable to this Matlab implementation.

	The code makes use of the OpticalFlow package (by Ce Liu) and interp2_bicubic (by Stefan Roth).

	Please cite our paper if you use this code in your work. Only academic usage is permitted.