Add super resolution's OpenCL implementation.

Accuracy and performance tests are also provided.
This commit is contained in:
peng xiao
2013-06-26 08:43:23 +08:00
parent c244f000ab
commit 9b3c318e85
12 changed files with 1483 additions and 16 deletions

View File

@@ -65,6 +65,10 @@
#endif
#endif
#ifdef HAVE_OPENCV_OCL
#include "opencv2/ocl/private/util.hpp"
#endif
#ifdef HAVE_OPENCV_HIGHGUI
#include "opencv2/highgui/highgui.hpp"
#endif