From 0824cf505905c819db5798c0e17c6fbdda000ca9 Mon Sep 17 00:00:00 2001 From: Alexey Spizhevoy Date: Mon, 16 Apr 2012 11:45:08 +0000 Subject: [PATCH] Added info about papers (videostab) --- modules/videostab/include/opencv2/videostab/videostab.hpp | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/videostab/include/opencv2/videostab/videostab.hpp b/modules/videostab/include/opencv2/videostab/videostab.hpp index 35f9b22..d4a27e5 100644 --- a/modules/videostab/include/opencv2/videostab/videostab.hpp +++ b/modules/videostab/include/opencv2/videostab/videostab.hpp @@ -40,6 +40,12 @@ // //M*/ +// References: +// 1. "Full-Frame Video Stabilization with Motion Inpainting" +// Yasuyuki Matsushita, Eyal Ofek, Weina Ge, Xiaoou Tang, Senior Member, and Heung-Yeung Shum +// 2. "Auto-Directed Video Stabilization with Robust L1 Optimal Camera Paths" +// Matthias Grundmann, Vivek Kwatra, Irfan Essa + #ifndef __OPENCV_VIDEOSTAB_HPP__ #define __OPENCV_VIDEOSTAB_HPP__ -- 2.7.4