1
0
mirror of https://github.com/opencv/opencv_contrib.git synced 2025-10-22 16:08:41 +08:00

modify doxygen commands

This commit is contained in:
baisheng lai
2015-08-13 14:47:57 +08:00
parent a337e588b5
commit 2b28181d38
4 changed files with 28 additions and 5 deletions

View File

@@ -46,8 +46,15 @@
#include "opencv2/omnidir.hpp"
#include <string>
#include <iostream>
/** @defgroup mulcalib Multiple cameras calibration toolbox
*/
using namespace cv;
//! @addtogroup mulcalib
//! @{
#define HEAD -1
#define INVALID -2
@@ -200,4 +207,5 @@ private:
std::vector<std::vector<Mat> > _omEachCamera, _tEachCamera;
};
//! @}
#endif