doxygenated opencv_video & opencv_calib3d modules (C++ part only)

This commit is contained in:
Vadim Pisarevsky
2010-05-25 15:59:48 +00:00
parent eff42cdabd
commit 266c4642ea
6 changed files with 148 additions and 33 deletions

View File

@@ -1,3 +1,7 @@
/*! \file imgproc.hpp
\brief The Image Processing
*/
/*M///////////////////////////////////////////////////////////////////////////////////////
//
// IMPORTANT: READ BEFORE DOWNLOADING, COPYING, INSTALLING OR USING.
@@ -48,6 +52,9 @@
#ifdef __cplusplus
/*! \namespace cv
Namespace where all the C++ OpenCV functionality resides
*/
namespace cv
{