commit x64 compilation from lulu cause the other branch dont seems to compile properly at home
This commit is contained in:
@ -40,15 +40,15 @@
|
||||
//
|
||||
//M*/
|
||||
|
||||
#ifndef __OPENCV_VIDEOSTAB_HPP__
|
||||
#define __OPENCV_VIDEOSTAB_HPP__
|
||||
#ifndef OPENCV_VIDEOSTAB_HPP
|
||||
#define OPENCV_VIDEOSTAB_HPP
|
||||
|
||||
/**
|
||||
@defgroup videostab Video Stabilization
|
||||
|
||||
The video stabilization module contains a set of functions and classes that can be used to solve the
|
||||
problem of video stabilization. There are a few methods implemented, most of them are descibed in
|
||||
the papers @cite OF06 and @cite G11 . However, there are some extensions and deviations from the orginal
|
||||
problem of video stabilization. There are a few methods implemented, most of them are described in
|
||||
the papers @cite OF06 and @cite G11 . However, there are some extensions and deviations from the original
|
||||
paper methods.
|
||||
|
||||
### References
|
||||
|
||||
Reference in New Issue
Block a user