Doxygen documentation: BiB references and fixes

This commit is contained in:
Maksim Shabunin
2014-11-26 14:21:08 +03:00
parent 1523fdcc1c
commit 03e213ccae
24 changed files with 875 additions and 463 deletions

View File

@@ -48,7 +48,7 @@
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
the papers @cite OF06 and @cite G11 . However, there are some extensions and deviations from the orginal
paper methods.
### References
@@ -68,7 +68,7 @@ Both the functions and the classes are available.
@defgroup videostab_marching Fast Marching Method
The Fast Marching Method @cite T04 is used in of the video stabilization routines to do motion and
The Fast Marching Method @cite Telea04 is used in of the video stabilization routines to do motion and
color inpainting. The method is implemented is a flexible way and it's made public for other users.
@}

View File

@@ -55,7 +55,7 @@ namespace cv
namespace videostab
{
//! @addtogroup vieostab
//! @addtogroup videostab
//! @{
class CV_EXPORTS ISparseOptFlowEstimator

View File

@@ -52,7 +52,7 @@ namespace cv
namespace videostab
{
//! @addtogroup vieostab
//! @addtogroup videostab
//! @{
class CV_EXPORTS IOutlierRejector

View File

@@ -51,7 +51,7 @@ namespace cv
namespace videostab
{
//! @addtogroup vieostab
//! @addtogroup videostab
//! @{
template <typename T> inline T& at(int idx, std::vector<T> &items)

View File

@@ -60,7 +60,7 @@ namespace cv
namespace videostab
{
//! @addtogroup vieostab
//! @addtogroup videostab
//! @{
class CV_EXPORTS StabilizerBase

View File

@@ -54,7 +54,7 @@ namespace cv
namespace videostab
{
//! @addtogroup vieostab
//! @addtogroup videostab
//! @{
class CV_EXPORTS WobbleSuppressorBase