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:
@@ -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
|
Reference in New Issue
Block a user