added median-based version of global motion estimation (videostab)

This commit is contained in:
Alexey Spizhevoy
2012-08-23 10:47:15 +04:00
parent 6a5d996ca8
commit c8b7a8c80c
3 changed files with 73 additions and 3 deletions

View File

@@ -50,6 +50,7 @@
#include <stdexcept>
#include <iostream>
#include <ctime>
#include <algorithm>
#include "opencv2/core/core.hpp"
#include "opencv2/imgproc/imgproc.hpp"
#include "opencv2/video/video.hpp"